branch develop updated (2f01bfa -> ce97460)
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 2f01bfa Fixes #3897 Merge branch 'feature/3897' into develop new b3c1720 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 1656a8d [jgitflow-maven-plugin]updating poms for 2.3.1 branch with snapshot versions new b06042b [jgitflow-maven-plugin]updating poms for branch'release/2.3.1' with non-snapshot versions new da3d30d [jgitflow-maven-plugin]merging 'release/2.3.1' into 'master' new 27ba0d0 [jgitflow-maven-plugin]merging 'master' into 'develop' new ce97460 [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 ce974600fc66a2375c6d85bc7f58ea08f72d9d8f Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 17:32:34 2016 +0100 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 27ba0d0308d040b78a9e29148bc49a6e8699628c Merge: b3c1720 da3d30d Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 17:32:34 2016 +0100 [jgitflow-maven-plugin]merging 'master' into 'develop' commit b3c1720ea9ff13eb5cd28f792b98b14c3fef0ee5 Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 17:32:34 2016 +0100 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit da3d30d23ca2253d17152c8376a6a0d3c993dc71 Merge: 85b382c b06042b Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 17:32:33 2016 +0100 [jgitflow-maven-plugin]merging 'release/2.3.1' into 'master' commit b06042b98be562b503477718d38e5dc3d4973afc Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 17:31:43 2016 +0100 [jgitflow-maven-plugin]updating poms for branch'release/2.3.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 b06042b98be562b503477718d38e5dc3d4973afc Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 17:31:43 2016 +0100 [jgitflow-maven-plugin]updating poms for branch'release/2.3.1' 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 b8685e8..a2b98b4 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.1-SNAPSHOT</version> + <version>2.3.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 336ea99..826abe4 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.1-SNAPSHOT</version> + <version>2.3.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 8f86cbc..26d3a4b 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.1-SNAPSHOT</version> + <version>2.3.1</version> </parent> <artifactId>helper-maven-plugin</artifactId> diff --git a/pom.xml b/pom.xml index 83272d5..c691b4f 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>2.3.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 da3d30d23ca2253d17152c8376a6a0d3c993dc71 Merge: 85b382c b06042b Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 17:32:33 2016 +0100 [jgitflow-maven-plugin]merging 'release/2.3.1' into 'master' helper-maven-plugin-api/pom.xml | 2 +- helper-maven-plugin-test-api/pom.xml | 2 +- helper-maven-plugin/pom.xml | 2 +- .../plugin/ComputeDistributionSiteUrlMojo.java | 60 ++++++++++------------ pom.xml | 2 +- 5 files changed, 32 insertions(+), 36 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 b3c1720ea9ff13eb5cd28f792b98b14c3fef0ee5 Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 17:32:34 2016 +0100 [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 4965cfe..a2b98b4 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.4-SNAPSHOT</version> + <version>2.3.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 5744fa6..826abe4 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.4-SNAPSHOT</version> + <version>2.3.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 80fe0c8..26d3a4b 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.4-SNAPSHOT</version> + <version>2.3.1</version> </parent> <artifactId>helper-maven-plugin</artifactId> diff --git a/pom.xml b/pom.xml index 97eeae4..c691b4f 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.4-SNAPSHOT</version> + <version>2.3.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 27ba0d0308d040b78a9e29148bc49a6e8699628c Merge: b3c1720 da3d30d Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 17:32:34 2016 +0100 [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 ce974600fc66a2375c6d85bc7f58ea08f72d9d8f Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 17:32:34 2016 +0100 [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 a2b98b4..4965cfe 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.1</version> + <version>2.4-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 826abe4..5744fa6 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.1</version> + <version>2.4-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 26d3a4b..80fe0c8 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.1</version> + <version>2.4-SNAPSHOT</version> </parent> <artifactId>helper-maven-plugin</artifactId> diff --git a/pom.xml b/pom.xml index c691b4f..97eeae4 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.3.1</version> + <version>2.4-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