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
subwiz committed Oct 18, 2014
1 parent 860266f commit 21c4036
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient</artifactId>
<packaging>pom</packaging>
<version>3.4.2</version>
<version>3.4.3-SNAPSHOT</version>
<name>restclient</name>
<url>https://github.com/wiztools/rest-client</url>
<properties>
Expand All @@ -26,7 +26,7 @@
<connection>scm:git:https://github.com/wiztools/rest-client.git</connection>
<developerConnection>scm:git:git@github.com:wiztools/rest-client.git</developerConnection>
<url>https://github.com/wiztools/rest-client</url>
<tag>restclient-3.4.2</tag>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
Expand Down
6 changes: 3 additions & 3 deletions restclient-cli/pom.xml
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient</artifactId>
<version>3.4.2</version>
<version>3.4.3-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-cli</artifactId>
<packaging>jar</packaging>
<version>3.4.2</version>
<version>3.4.3-SNAPSHOT</version>
<name>${project.artifactId}</name>
<build>
<plugins>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-lib</artifactId>
<version>3.4.2</version>
<version>3.4.3-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions restclient-lib/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient</artifactId>
<version>3.4.2</version>
<version>3.4.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-lib</artifactId>
<packaging>jar</packaging>
<version>3.4.2</version>
<version>3.4.3-SNAPSHOT</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.4.2</version>
<version>3.4.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions restclient-server/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient</artifactId>
<version>3.4.2</version>
<version>3.4.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-server</artifactId>
<packaging>jar</packaging>
<version>3.4.2</version>
<version>3.4.3-SNAPSHOT</version>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions restclient-ui/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient</artifactId>
<version>3.4.2</version>
<version>3.4.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-ui</artifactId>
<packaging>jar</packaging>
<version>3.4.2</version>
<version>3.4.3-SNAPSHOT</version>
<name>${project.artifactId}</name>
<build>
<plugins>
Expand Down Expand Up @@ -49,12 +49,12 @@
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-server</artifactId>
<version>3.4.2</version>
<version>3.4.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-lib</artifactId>
<version>3.4.2</version>
<version>3.4.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.wiztools</groupId>
Expand Down

0 comments on commit 21c4036

Please sign in to comment.