Skip to content

Commit 3d00618

Browse files
author
Luigi R. Viggiano
committed
[maven-release-plugin] prepare release owner-1.0.6
1 parent bd3ab17 commit 3d00618

File tree

6 files changed

+14
-17
lines changed

6 files changed

+14
-17
lines changed

owner-assembly/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?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">
53
<parent>
64
<artifactId>owner-parent</artifactId>
75
<groupId>org.aeonbits.owner</groupId>
8-
<version>1.0.6-SNAPSHOT</version>
6+
<version>1.0.6</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

@@ -23,7 +21,7 @@
2321
<dependency>
2422
<groupId>org.aeonbits.owner</groupId>
2523
<artifactId>owner-java8</artifactId>
26-
<version>1.0.6-SNAPSHOT</version>
24+
<version>1.0.6</version>
2725
</dependency>
2826
</dependencies>
2927
</profile>

owner-extras/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.aeonbits.owner</groupId>
1414
<artifactId>owner-parent</artifactId>
15-
<version>1.0.6-SNAPSHOT</version>
15+
<version>1.0.6</version>
1616
</parent>
1717

1818
<name>OWNER :: Third Party Extras</name>

owner-java8/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
<?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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<artifactId>owner-parent</artifactId>
97
<groupId>org.aeonbits.owner</groupId>
10-
<version>1.0.6-SNAPSHOT</version>
8+
<version>1.0.6</version>
119
</parent>
1210

1311
<groupId>org.aeonbits.owner</groupId>
1412
<artifactId>owner-java8</artifactId>
1513
<name>OWNER :: Java 8 Support</name>
16-
<version>1.0.6-SNAPSHOT</version>
14+
<version>1.0.6</version>
1715
<packaging>bundle</packaging>
1816

1917
<properties>
@@ -53,7 +51,7 @@
5351
<dependency>
5452
<groupId>org.aeonbits.owner</groupId>
5553
<artifactId>owner</artifactId>
56-
<version>1.0.6-SNAPSHOT</version>
54+
<version>1.0.6</version>
5755
</dependency>
5856
<dependency>
5957
<groupId>junit</groupId>

owner-site/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.aeonbits.owner</groupId>
1414
<artifactId>owner-parent</artifactId>
15-
<version>1.0.6-SNAPSHOT</version>
15+
<version>1.0.6</version>
1616
</parent>
1717

1818
<name>OWNER :: Site</name>

owner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.aeonbits.owner</groupId>
1414
<artifactId>owner-parent</artifactId>
15-
<version>1.0.6-SNAPSHOT</version>
15+
<version>1.0.6</version>
1616
</parent>
1717

1818
<name>OWNER :: Core</name>

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.aeonbits.owner</groupId>
1313
<artifactId>owner-parent</artifactId>
14-
<version>1.0.6-SNAPSHOT</version>
14+
<version>1.0.6</version>
1515
<packaging>pom</packaging>
1616

1717
<name>OWNER :: Parent</name>
@@ -78,7 +78,8 @@
7878
<url>https://github.com/lviggiano/owner/tree/master</url>
7979
<connection>scm:git:git://github.com/lviggiano/owner.git</connection>
8080
<developerConnection>scm:git:git@github.com:lviggiano/owner.git</developerConnection>
81-
</scm>
81+
<tag>owner-1.0.6</tag>
82+
</scm>
8283

8384
<distributionManagement>
8485
<snapshotRepository>
@@ -315,7 +316,7 @@
315316
<format>html</format>
316317
</formats>
317318
<aggregate>true</aggregate>
318-
<check/>
319+
<check />
319320
</configuration>
320321
</plugin>
321322
</plugins>

0 commit comments

Comments
 (0)