File tree Expand file tree Collapse file tree 6 files changed +14
-17
lines changed Expand file tree Collapse file tree 6 files changed +14
-17
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<parent >
6
4
<artifactId >owner-parent</artifactId >
7
5
<groupId >org.aeonbits.owner</groupId >
8
- <version >1.0.6-SNAPSHOT </version >
6
+ <version >1.0.6</version >
9
7
</parent >
10
8
<modelVersion >4.0.0</modelVersion >
11
9
23
21
<dependency >
24
22
<groupId >org.aeonbits.owner</groupId >
25
23
<artifactId >owner-java8</artifactId >
26
- <version >1.0.6-SNAPSHOT </version >
24
+ <version >1.0.6</version >
27
25
</dependency >
28
26
</dependencies >
29
27
</profile >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.aeonbits.owner</groupId >
14
14
<artifactId >owner-parent</artifactId >
15
- <version >1.0.6-SNAPSHOT </version >
15
+ <version >1.0.6</version >
16
16
</parent >
17
17
18
18
<name >OWNER :: Third Party Extras</name >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<parent >
8
6
<artifactId >owner-parent</artifactId >
9
7
<groupId >org.aeonbits.owner</groupId >
10
- <version >1.0.6-SNAPSHOT </version >
8
+ <version >1.0.6</version >
11
9
</parent >
12
10
13
11
<groupId >org.aeonbits.owner</groupId >
14
12
<artifactId >owner-java8</artifactId >
15
13
<name >OWNER :: Java 8 Support</name >
16
- <version >1.0.6-SNAPSHOT </version >
14
+ <version >1.0.6</version >
17
15
<packaging >bundle</packaging >
18
16
19
17
<properties >
53
51
<dependency >
54
52
<groupId >org.aeonbits.owner</groupId >
55
53
<artifactId >owner</artifactId >
56
- <version >1.0.6-SNAPSHOT </version >
54
+ <version >1.0.6</version >
57
55
</dependency >
58
56
<dependency >
59
57
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.aeonbits.owner</groupId >
14
14
<artifactId >owner-parent</artifactId >
15
- <version >1.0.6-SNAPSHOT </version >
15
+ <version >1.0.6</version >
16
16
</parent >
17
17
18
18
<name >OWNER :: Site</name >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.aeonbits.owner</groupId >
14
14
<artifactId >owner-parent</artifactId >
15
- <version >1.0.6-SNAPSHOT </version >
15
+ <version >1.0.6</version >
16
16
</parent >
17
17
18
18
<name >OWNER :: Core</name >
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >org.aeonbits.owner</groupId >
13
13
<artifactId >owner-parent</artifactId >
14
- <version >1.0.6-SNAPSHOT </version >
14
+ <version >1.0.6</version >
15
15
<packaging >pom</packaging >
16
16
17
17
<name >OWNER :: Parent</name >
78
78
<url >https://github.com/lviggiano/owner/tree/master</url >
79
79
<connection >scm:git:git://github.com/lviggiano/owner.git</connection >
80
80
<developerConnection >scm:git:git@github.com:lviggiano/owner.git</developerConnection >
81
- </scm >
81
+ <tag >owner-1.0.6</tag >
82
+ </scm >
82
83
83
84
<distributionManagement >
84
85
<snapshotRepository >
315
316
<format >html</format >
316
317
</formats >
317
318
<aggregate >true</aggregate >
318
- <check />
319
+ <check />
319
320
</configuration >
320
321
</plugin >
321
322
</plugins >
You can’t perform that action at this time.
0 commit comments