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 Apr 26, 2015
1 parent 9d7fc9a commit d9b5757
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient</artifactId>
<packaging>pom</packaging>
<version>3.5</version>
<version>3.5.1-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.5</tag>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
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.5</version>
<version>3.5.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-cli</artifactId>
<packaging>jar</packaging>
<version>3.5</version>
<version>3.5.1-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.5</version>
<version>3.5.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
8 changes: 4 additions & 4 deletions restclient-jfx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>restclient</artifactId>
<groupId>org.wiztools.restclient</groupId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
</parent>

<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-jfx</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>restclient-jfx</name>
Expand Down Expand Up @@ -114,12 +114,12 @@
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-server</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-lib</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.wiztools</groupId>
Expand Down
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.5</version>
<version>3.5.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-lib</artifactId>
<packaging>jar</packaging>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
<name>${project.artifactId}</name>

<dependencies>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-server</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</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.5</version>
<version>3.5.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-server</artifactId>
<packaging>jar</packaging>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</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.5</version>
<version>3.5.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-ui</artifactId>
<packaging>jar</packaging>
<version>3.5</version>
<version>3.5.1-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.5</version>
<version>3.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.wiztools.restclient</groupId>
<artifactId>restclient-lib</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.wiztools</groupId>
Expand Down

0 comments on commit d9b5757

Please sign in to comment.