Skip to content

Commit

Permalink
prepare release owner 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi R. Viggiano committed Jun 6, 2020
1 parent 8fb78ea commit a3c4d46
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions owner-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>owner-parent</artifactId>
<groupId>org.aeonbits.owner</groupId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.12</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner-java8-extras</artifactId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.12</version>
</dependency>
</dependencies>
</profile>
Expand Down
4 changes: 2 additions & 2 deletions owner-examples/owner-examples-hotreload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>owner-examples</artifactId>
<groupId>org.aeonbits.owner</groupId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.12</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner</artifactId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.12</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion owner-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>owner-parent</artifactId>
<groupId>org.aeonbits.owner</groupId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.12</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion owner-extras/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner-parent</artifactId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.12</version>
</parent>

<name>OWNER :: Extras</name>
Expand Down
6 changes: 3 additions & 3 deletions owner-java8-extras/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<parent>
<artifactId>owner-parent</artifactId>
<groupId>org.aeonbits.owner</groupId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.12</version>
</parent>

<groupId>org.aeonbits.owner</groupId>
<artifactId>owner-java8-extras</artifactId>
<name>OWNER :: Java 8 Extras</name>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.12</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner-java8</artifactId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.12</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 3 additions & 3 deletions owner-java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<parent>
<artifactId>owner-parent</artifactId>
<groupId>org.aeonbits.owner</groupId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.12</version>
</parent>

<groupId>org.aeonbits.owner</groupId>
<artifactId>owner-java8</artifactId>
<name>OWNER :: Java 8 Support</name>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.12</version>
<packaging>jar</packaging>
<properties>
<compiler-release>8</compiler-release>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner</artifactId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.12</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion owner-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner-parent</artifactId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.12</version>
</parent>

<name>OWNER :: Site</name>
Expand Down
2 changes: 1 addition & 1 deletion owner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner-parent</artifactId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.12</version>
</parent>

<name>OWNER :: Core</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.aeonbits.owner</groupId>
<artifactId>owner-parent</artifactId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.12</version>
<packaging>pom</packaging>

<name>OWNER :: Parent</name>
Expand Down

0 comments on commit a3c4d46

Please sign in to comment.