branch develop updated (9eb610c -> b798668)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository maven-helper-plugin. See http://git.nuiton.org/maven-helper-plugin.git from 9eb610c fixes #3708: In transform-project-version mojo, be able to get revision from the project properties Merge branch 'feature/3708' into develop new 5dbf2af [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 210b077 [jgitflow-maven-plugin]updating poms for 2.2.1 branch with snapshot versions new 9353cca [jgitflow-maven-plugin]updating poms for branch'release/2.2.1' with non-snapshot versions new 659360c [jgitflow-maven-plugin]merging 'release/2.2.1' into 'master' new 9ea078a [jgitflow-maven-plugin]merging 'master' into 'develop' new b798668 [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit b7986682d21d8e9a4932dd1e70d7b5117305abc5 Author: Maven Release <maven-release@codelutin.com> Date: Sat Jun 13 10:21:55 2015 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 9ea078a62eee5d3c4637585dcf55544289cc0563 Merge: 5dbf2af 659360c Author: Maven Release <maven-release@codelutin.com> Date: Sat Jun 13 10:21:55 2015 +0000 [jgitflow-maven-plugin]merging 'master' into 'develop' commit 5dbf2af17f6844045ae4d0492178d6f7aafc02a8 Author: Maven Release <maven-release@codelutin.com> Date: Sat Jun 13 10:21:54 2015 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 659360ce7da380f5b2ba36747962fd4331d91caf Merge: a5104f7 9353cca Author: Maven Release <maven-release@codelutin.com> Date: Sat Jun 13 10:21:51 2015 +0000 [jgitflow-maven-plugin]merging 'release/2.2.1' into 'master' commit 9353cca2e3d1f274cd6d68b60a7c4691f8201558 Author: Maven Release <maven-release@codelutin.com> Date: Sat Jun 13 10:19:50 2015 +0000 [jgitflow-maven-plugin]updating poms for branch'release/2.2.1' with non-snapshot versions Summary of changes: -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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 659360ce7da380f5b2ba36747962fd4331d91caf Merge: a5104f7 9353cca Author: Maven Release <maven-release@codelutin.com> Date: Sat Jun 13 10:21:51 2015 +0000 [jgitflow-maven-plugin]merging 'release/2.2.1' into 'master' helper-maven-plugin-api/pom.xml | 2 +- helper-maven-plugin-test-api/pom.xml | 2 +- helper-maven-plugin/pom.xml | 2 +- .../java/org/nuiton/helper/plugin/TransformProjectVersionMojo.java | 7 +++++++ pom.xml | 4 ++-- 5 files changed, 12 insertions(+), 5 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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 5dbf2af17f6844045ae4d0492178d6f7aafc02a8 Author: Maven Release <maven-release@codelutin.com> Date: Sat Jun 13 10:21:54 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 b5a4f72..a26c625 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-SNAPSHOT</version> + <version>2.2.1</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 5fbf746..6a7be6e 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-SNAPSHOT</version> + <version>2.2.1</version> </parent> <artifactId>helper-maven-plugin-test-api</artifactId> diff --git a/helper-maven-plugin/pom.xml b/helper-maven-plugin/pom.xml index e496221..12212c6 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-SNAPSHOT</version> + <version>2.2.1</version> </parent> <artifactId>helper-maven-plugin</artifactId> diff --git a/pom.xml b/pom.xml index edf5a9f..1d89bb4 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.3-SNAPSHOT</version> + <version>2.2.1</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>.
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 9ea078a62eee5d3c4637585dcf55544289cc0563 Merge: 5dbf2af 659360c Author: Maven Release <maven-release@codelutin.com> Date: Sat Jun 13 10:21:55 2015 +0000 [jgitflow-maven-plugin]merging 'master' into 'develop' -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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 b7986682d21d8e9a4932dd1e70d7b5117305abc5 Author: Maven Release <maven-release@codelutin.com> Date: Sat Jun 13 10:21:55 2015 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- 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 a26c625..b5a4f72 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.2.1</version> + <version>2.3-SNAPSHOT</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 6a7be6e..5fbf746 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.2.1</version> + <version>2.3-SNAPSHOT</version> </parent> <artifactId>helper-maven-plugin-test-api</artifactId> diff --git a/helper-maven-plugin/pom.xml b/helper-maven-plugin/pom.xml index 12212c6..e496221 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.2.1</version> + <version>2.3-SNAPSHOT</version> </parent> <artifactId>helper-maven-plugin</artifactId> diff --git a/pom.xml b/pom.xml index 1d89bb4..edf5a9f 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.2.1</version> + <version>2.3-SNAPSHOT</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>.
participants (1)
-
nuiton.org scm