Skip to content

Commit

Permalink
[maven-release-plugin] prepare release owner-parent-1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi R. Viggiano committed Jul 22, 2015
1 parent 5074ad1 commit 066a5a2
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 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.9-SNAPSHOT</version>
<version>1.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.9</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions owner-examples/owner-examples-hotreload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>owner-examples</artifactId>
<groupId>org.aeonbits.owner</groupId>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,12 +22,12 @@
<dependency>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.9</version>
</dependency>
<dependency>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner-examples-common</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</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 @@ -12,7 +12,7 @@
<parent>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner-parent</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.9</version>
</parent>

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

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

<build>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</version>
</parent>

<name>OWNER :: Core</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

<name>OWNER :: Parent</name>
Expand Down Expand Up @@ -78,7 +78,7 @@
<url>https://github.com/lviggiano/owner/tree/master</url>
<connection>scm:git:git://github.com/lviggiano/owner.git</connection>
<developerConnection>scm:git:git@github.com:lviggiano/owner.git</developerConnection>
<tag>HEAD</tag>
<tag>owner-parent-1.0.9</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 066a5a2

Please sign in to comment.