This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository maven-helper-plugin. See http://git.nuiton.org/maven-helper-plugin.git commit 80cca7ca3b777a330c8b8f7cee2702289b2f71a5 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 11:29:44 2016 +0100 [jgitflow-maven-plugin]updating poms for branch'release/2.3.2' with non-snapshot versions --- helper-maven-plugin-api/pom.xml | 2 +- helper-maven-plugin-test-api/pom.xml | 2 +- helper-maven-plugin/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helper-maven-plugin-api/pom.xml b/helper-maven-plugin-api/pom.xml index 19b45de..e892e34 100644 --- a/helper-maven-plugin-api/pom.xml +++ b/helper-maven-plugin-api/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.3.2-SNAPSHOT</version> + <version>2.3.2</version> </parent> <artifactId>helper-maven-plugin-api</artifactId> diff --git a/helper-maven-plugin-test-api/pom.xml b/helper-maven-plugin-test-api/pom.xml index e6c504b..df00582 100644 --- a/helper-maven-plugin-test-api/pom.xml +++ b/helper-maven-plugin-test-api/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.3.2-SNAPSHOT</version> + <version>2.3.2</version> </parent> <artifactId>helper-maven-plugin-test-api</artifactId> diff --git a/helper-maven-plugin/pom.xml b/helper-maven-plugin/pom.xml index d307e78..f0bc359 100644 --- a/helper-maven-plugin/pom.xml +++ b/helper-maven-plugin/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.3.2-SNAPSHOT</version> + <version>2.3.2</version> </parent> <artifactId>helper-maven-plugin</artifactId> diff --git a/pom.xml b/pom.xml index 3a9d805..de57b16 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.3.2-SNAPSHOT</version> + <version>2.3.2</version> <packaging>pom</packaging> <name>Helper Maven Plugin</name> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.