Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedorenko committed Jan 14, 2015
1 parent 8092eae commit b74f7a1
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion aether-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether</artifactId>
<version>1.0.2.v20150114</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>aether-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aether-connector-basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether</artifactId>
<version>1.0.2.v20150114</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>aether-connector-basic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aether-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether</artifactId>
<version>1.0.2.v20150114</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>aether-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aether-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether</artifactId>
<version>1.0.2.v20150114</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>aether-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aether-test-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether</artifactId>
<version>1.0.2.v20150114</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>aether-test-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aether-transport-classpath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether</artifactId>
<version>1.0.2.v20150114</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>aether-transport-classpath</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aether-transport-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether</artifactId>
<version>1.0.2.v20150114</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>aether-transport-file</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aether-transport-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether</artifactId>
<version>1.0.2.v20150114</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>aether-transport-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aether-transport-wagon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether</artifactId>
<version>1.0.2.v20150114</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>aether-transport-wagon</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aether-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether</artifactId>
<version>1.0.2.v20150114</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>aether-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<groupId>org.eclipse.aether</groupId>
<artifactId>aether</artifactId>
<version>1.0.2.v20150114</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Aether</name>
Expand Down

0 comments on commit b74f7a1

Please sign in to comment.