This is an automated email from the git hooks/post-receive script. New commit to branch devel in repository jredmine. See http://git.nuiton.org/jredmine.git commit 085e4394227a0eed0eb9693a49dd527229715d1e Author: Tony Chemit <chemit@codelutin.com> Date: Sat May 24 10:09:53 2014 +0000 [maven-release-plugin] prepare for next development iteration --- jredmine-client/pom.xml | 2 +- jredmine-maven-plugin/pom.xml | 2 +- pom.xml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jredmine-client/pom.xml b/jredmine-client/pom.xml index edfcc6a..bbc0607 100644 --- a/jredmine-client/pom.xml +++ b/jredmine-client/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jredmine</artifactId> - <version>1.8.2</version> + <version>2.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.jredmine</groupId> diff --git a/jredmine-maven-plugin/pom.xml b/jredmine-maven-plugin/pom.xml index 3f5aef7..64a2279 100644 --- a/jredmine-maven-plugin/pom.xml +++ b/jredmine-maven-plugin/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jredmine</artifactId> - <version>1.8.2</version> + <version>2.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.jredmine</groupId> diff --git a/pom.xml b/pom.xml index 42948fa..6fa38ff 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>jredmine</artifactId> - <version>1.8.2</version> + <version>2.0-SNAPSHOT</version> <packaging>pom</packaging> <name>JRedmine</name> @@ -63,11 +63,11 @@ </modules> <scm> - <connection>scm:svn:http://svn.nuiton.org/jredmine/tags/jredmine-1.8.2</connection> + <connection>scm:svn:http://svn.nuiton.org/jredmine/trunk</connection> <developerConnection> - scm:svn:https://svn.nuiton.org/jredmine/tags/jredmine-1.8.2 + scm:svn:https://svn.nuiton.org/jredmine/trunk </developerConnection> - <url>https://forge.nuiton.org/projects/jredmine/repository/show/tags/jredmine-1.8.2</url> + <url>https://forge.nuiton.org/projects/jredmine/repository/show/trunk</url> </scm> <distributionManagement> <site> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.