Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
denisneuling committed Jun 13, 2013
1 parent e227652 commit 5f0825c
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions apitrary-api-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.apitrary</groupId>
<artifactId>apitrary-jar</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<artifactId>apitrary-api-client</artifactId>
<name>${project.artifactId}</name>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.apitrary</groupId>
<artifactId>apitrary-api</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion apitrary-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.apitrary</groupId>
<artifactId>apitrary-jar</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<artifactId>apitrary-api</artifactId>
<name>${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions apitrary-orm/apitrary-orm-codec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.apitrary</groupId>
<artifactId>apitrary-orm</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<artifactId>apitrary-orm-codec</artifactId>
<name>${project.artifactId}</name>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.apitrary</groupId>
<artifactId>apitrary-orm-core</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions apitrary-orm/apitrary-orm-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.apitrary</groupId>
<artifactId>apitrary-orm</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<artifactId>apitrary-orm-core</artifactId>
<name>${project.artifactId}</name>
Expand Down Expand Up @@ -47,12 +47,12 @@
<dependency>
<groupId>com.apitrary</groupId>
<artifactId>apitrary-api</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.apitrary</groupId>
<artifactId>apitrary-api-client</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
Expand Down
2 changes: 1 addition & 1 deletion apitrary-orm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.apitrary</groupId>
<artifactId>apitrary-jar</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<artifactId>apitrary-orm</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion apitrary-transport/apitrary-transport-cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.apitrary</groupId>
<artifactId>apitrary-transport</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<artifactId>apitrary-transport-cxf</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion apitrary-transport/apitrary-transport-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.apitrary</groupId>
<artifactId>apitrary-transport</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<artifactId>apitrary-transport-httpclient</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion apitrary-transport/apitrary-transport-javanet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.apitrary</groupId>
<artifactId>apitrary-transport</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<artifactId>apitrary-transport-javanet</artifactId>
<name>${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions apitrary-transport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.apitrary</groupId>
<artifactId>apitrary-jar</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<artifactId>apitrary-transport</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.apitrary</groupId>
<artifactId>apitrary-api</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.apitrary</groupId>
<artifactId>apitrary-jar</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>

<packaging>pom</packaging>
<name>${project.artifactId}</name>
Expand Down

0 comments on commit 5f0825c

Please sign in to comment.