Skip to content

Commit

Permalink
[maven-release-plugin] prepare release restclient-3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
subwiz committed Aug 31, 2013
1 parent ebc13b5 commit 2cb03b9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient</artifactId>
<packaging>pom</packaging>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</version>
<name>restclient</name>
<url>http://rest-client.googlecode.com/</url>
<properties>
Expand Down
6 changes: 3 additions & 3 deletions restclient-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-cli</artifactId>
<packaging>jar</packaging>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</version>
<name>${project.artifactId}</name>
<build>
<plugins>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-lib</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions restclient-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-lib</artifactId>
<packaging>jar</packaging>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</version>
<name>${project.artifactId}</name>

<dependencies>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-server</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions restclient-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-server</artifactId>
<packaging>jar</packaging>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</version>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions restclient-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-ui</artifactId>
<packaging>jar</packaging>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</version>
<name>${project.artifactId}</name>
<build>
<plugins>
Expand Down Expand Up @@ -72,12 +72,12 @@
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-server</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-lib</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>com.jidesoft</groupId>
Expand Down

0 comments on commit 2cb03b9

Please sign in to comment.