Skip to content

Commit a3c4d46

Browse files
author
Luigi R. Viggiano
committed
prepare release owner 1.0.12
1 parent 8fb78ea commit a3c4d46

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

owner-assembly/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>owner-parent</artifactId>
1313
<groupId>org.aeonbits.owner</groupId>
14-
<version>1.0.12-SNAPSHOT</version>
14+
<version>1.0.12</version>
1515
</parent>
1616
<modelVersion>4.0.0</modelVersion>
1717

@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.aeonbits.owner</groupId>
3131
<artifactId>owner-java8-extras</artifactId>
32-
<version>1.0.12-SNAPSHOT</version>
32+
<version>1.0.12</version>
3333
</dependency>
3434
</dependencies>
3535
</profile>

owner-examples/owner-examples-hotreload/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>owner-examples</artifactId>
1414
<groupId>org.aeonbits.owner</groupId>
15-
<version>1.0.12-SNAPSHOT</version>
15+
<version>1.0.12</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.aeonbits.owner</groupId>
2525
<artifactId>owner</artifactId>
26-
<version>1.0.12-SNAPSHOT</version>
26+
<version>1.0.12</version>
2727
</dependency>
2828
</dependencies>
2929
<build>

owner-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>owner-parent</artifactId>
1313
<groupId>org.aeonbits.owner</groupId>
14-
<version>1.0.12-SNAPSHOT</version>
14+
<version>1.0.12</version>
1515
</parent>
1616
<modelVersion>4.0.0</modelVersion>
1717

owner-extras/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.aeonbits.owner</groupId>
1515
<artifactId>owner-parent</artifactId>
16-
<version>1.0.12-SNAPSHOT</version>
16+
<version>1.0.12</version>
1717
</parent>
1818

1919
<name>OWNER :: Extras</name>

owner-java8-extras/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<parent>
1515
<artifactId>owner-parent</artifactId>
1616
<groupId>org.aeonbits.owner</groupId>
17-
<version>1.0.12-SNAPSHOT</version>
17+
<version>1.0.12</version>
1818
</parent>
1919

2020
<groupId>org.aeonbits.owner</groupId>
2121
<artifactId>owner-java8-extras</artifactId>
2222
<name>OWNER :: Java 8 Extras</name>
23-
<version>1.0.12-SNAPSHOT</version>
23+
<version>1.0.12</version>
2424
<packaging>jar</packaging>
2525

2626
<properties>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.aeonbits.owner</groupId>
6666
<artifactId>owner-java8</artifactId>
67-
<version>1.0.12-SNAPSHOT</version>
67+
<version>1.0.12</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>junit</groupId>

owner-java8/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<parent>
1515
<artifactId>owner-parent</artifactId>
1616
<groupId>org.aeonbits.owner</groupId>
17-
<version>1.0.12-SNAPSHOT</version>
17+
<version>1.0.12</version>
1818
</parent>
1919

2020
<groupId>org.aeonbits.owner</groupId>
2121
<artifactId>owner-java8</artifactId>
2222
<name>OWNER :: Java 8 Support</name>
23-
<version>1.0.12-SNAPSHOT</version>
23+
<version>1.0.12</version>
2424
<packaging>jar</packaging>
2525
<properties>
2626
<compiler-release>8</compiler-release>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.aeonbits.owner</groupId>
6565
<artifactId>owner</artifactId>
66-
<version>1.0.12-SNAPSHOT</version>
66+
<version>1.0.12</version>
6767
</dependency>
6868
<dependency>
6969
<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.12-SNAPSHOT</version>
15+
<version>1.0.12</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.12-SNAPSHOT</version>
15+
<version>1.0.12</version>
1616
</parent>
1717

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.aeonbits.owner</groupId>
1414
<artifactId>owner-parent</artifactId>
15-
<version>1.0.12-SNAPSHOT</version>
15+
<version>1.0.12</version>
1616
<packaging>pom</packaging>
1717

1818
<name>OWNER :: Parent</name>

0 commit comments

Comments
 (0)