File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 7
7
<modelVersion >4.0.0</modelVersion >
8
8
9
9
<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 >
14
13
</parent >
15
14
16
15
<groupId >com.eoniantech.examples</groupId >
17
16
<artifactId >example-child-jar</artifactId >
18
- <version >1.0 </version >
17
+ <version >1.1 </version >
19
18
<packaging >jar</packaging >
20
19
<name >Eonian Example Child JAR</name >
21
20
<description >An example JAR project showcasing the Parent POM's pipelining capabilities.</description >
35
34
<dependency >
36
35
<groupId >junit</groupId >
37
36
<artifactId >junit</artifactId >
37
+ <version >4.12</version >
38
+ <scope >test</scope >
38
39
</dependency >
39
40
<dependency >
40
41
<groupId >org.mockito</groupId >
41
42
<artifactId >mockito-core</artifactId >
43
+ <version >2.18.3</version >
44
+ <scope >test</scope >
42
45
</dependency >
43
46
</dependencies >
44
47
</project >
You can’t perform that action at this time.
0 commit comments