This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jredmine. See http://git.nuiton.org/jredmine.git commit ed37967f1e7a7f4a6099f21bde991ce542354884 Author: Maven Release <maven-release@codelutin.com> Date: Wed Mar 4 12:02:26 2015 +0000 [jgitflow-maven-plugin]updating poms for branch'release/1.9' with non-snapshot versions --- jredmine-client/pom.xml | 2 +- jredmine-maven-plugin/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jredmine-client/pom.xml b/jredmine-client/pom.xml index f3910f8..432e6c2 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.9-SNAPSHOT</version> + <version>1.9</version> </parent> <groupId>org.nuiton.jredmine</groupId> diff --git a/jredmine-maven-plugin/pom.xml b/jredmine-maven-plugin/pom.xml index 278a55f..476cffc 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.9-SNAPSHOT</version> + <version>1.9</version> </parent> <groupId>org.nuiton.jredmine</groupId> diff --git a/pom.xml b/pom.xml index 1dc2e25..c7a8af5 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ </parent> <artifactId>jredmine</artifactId> - <version>1.9-SNAPSHOT</version> + <version>1.9</version> <modules> <module>jredmine-client</module> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.