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 b581f0e7cf727acf609a8a4ce9d1f8d0c3302cb1 Author: Maven Release <maven-release@codelutin.com> Date: Tue May 26 06:25:40 2015 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- 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 4ddf3dd..2cd5bf3 100644 --- a/helper-maven-plugin-api/pom.xml +++ b/helper-maven-plugin-api/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.3-SNAPSHOT</version> + <version>2.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 a2803a9..8531552 100644 --- a/helper-maven-plugin-test-api/pom.xml +++ b/helper-maven-plugin-test-api/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.3-SNAPSHOT</version> + <version>2.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 da64f2e..284660c 100644 --- a/helper-maven-plugin/pom.xml +++ b/helper-maven-plugin/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.3-SNAPSHOT</version> + <version>2.2</version> </parent> <artifactId>helper-maven-plugin</artifactId> diff --git a/pom.xml b/pom.xml index 21f537f..d52e8d5 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.3-SNAPSHOT</version> + <version>2.2</version> <name>Helper Maven Plugin</name> <description>Toolbox to help creating new maven plugins</description> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.