Skip to content

Commit

Permalink
[maven-release-plugin] prepare release restclient-3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
subwiz committed Mar 14, 2014
1 parent 0c69444 commit f0052ec
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.3-SNAPSHOT</version>
<version>3.3</version>
<name>restclient</name>
<url>https://github.com/wiztools/rest-client</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.3-SNAPSHOT</version>
<version>3.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-cli</artifactId>
<packaging>jar</packaging>
<version>3.2.3-SNAPSHOT</version>
<version>3.3</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.3-SNAPSHOT</version>
<version>3.3</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.3-SNAPSHOT</version>
<version>3.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-lib</artifactId>
<packaging>jar</packaging>
<version>3.2.3-SNAPSHOT</version>
<version>3.3</version>
<name>${project.artifactId}</name>

<dependencies>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-server</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.3</version>
<scope>test</scope>
</dependency>
<dependency>
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.3-SNAPSHOT</version>
<version>3.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-server</artifactId>
<packaging>jar</packaging>
<version>3.2.3-SNAPSHOT</version>
<version>3.3</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.3-SNAPSHOT</version>
<version>3.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-ui</artifactId>
<packaging>jar</packaging>
<version>3.2.3-SNAPSHOT</version>
<version>3.3</version>
<name>${project.artifactId}</name>
<build>
<plugins>
Expand Down Expand Up @@ -48,12 +48,12 @@
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-server</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.3</version>
</dependency>
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-lib</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.3</version>
</dependency>
<dependency>
<groupId>org.wiztools</groupId>
Expand Down

0 comments on commit f0052ec

Please sign in to comment.