Skip to content

Commit a188447

Browse files
committed
Merge branch 'release/1.1'
2 parents ad7c581 + ea6415f commit a188447

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pom.xml

+8-5
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77
<modelVersion>4.0.0</modelVersion>
88

99
<parent>
10-
<groupId>com.eoniantech.examples</groupId>
11-
<artifactId>example-jar-parent-pom</artifactId>
12-
<version>1.0</version>
13-
<relativePath>../parent-pom/pom.xml</relativePath>
10+
<groupId>com.eoniantech.build</groupId>
11+
<artifactId>jar-parent-pom</artifactId>
12+
<version>1.3</version>
1413
</parent>
1514

1615
<groupId>com.eoniantech.examples</groupId>
1716
<artifactId>example-child-jar</artifactId>
18-
<version>1.0</version>
17+
<version>1.1</version>
1918
<packaging>jar</packaging>
2019
<name>Eonian Example Child JAR</name>
2120
<description>An example JAR project showcasing the Parent POM's pipelining capabilities.</description>
@@ -35,10 +34,14 @@
3534
<dependency>
3635
<groupId>junit</groupId>
3736
<artifactId>junit</artifactId>
37+
<version>4.12</version>
38+
<scope>test</scope>
3839
</dependency>
3940
<dependency>
4041
<groupId>org.mockito</groupId>
4142
<artifactId>mockito-core</artifactId>
43+
<version>2.18.3</version>
44+
<scope>test</scope>
4245
</dependency>
4346
</dependencies>
4447
</project>

0 commit comments

Comments
 (0)