branch develop updated (9aecb0c -> d75ce5a)
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 9aecb0c [jgitflow-maven-plugin]updating poms for 2.4-SNAPSHOT development new 7c5fcc9 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts new 6d27d0b Add missing header new ce15403 [jgitflow-maven-plugin]updating poms for branch'release/2.3' with non-snapshot versions new 85b382c [jgitflow-maven-plugin]merging 'release/2.3' into 'master' new 5806c12 [jgitflow-maven-plugin]merging 'master' into 'develop' new d75ce5a [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 6 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 d75ce5a21af53651f3e68bc0deb3d4e337fc9c79 Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 15:33:02 2016 +0100 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 5806c1281466443334f6c42cc0bdc8fb10ee7958 Merge: 7c5fcc9 85b382c Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 15:33:02 2016 +0100 [jgitflow-maven-plugin]merging 'master' into 'develop' commit 7c5fcc91b06c7393ae175f9cf8612b6d9191d2b8 Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 15:33:02 2016 +0100 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 85b382cc67a2d3e23149eacbd31d7e1bdc47dc9d Merge: 659360c ce15403 Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 15:33:00 2016 +0100 [jgitflow-maven-plugin]merging 'release/2.3' into 'master' commit ce15403f5e6416309b89e68dbe3be342f75fc6f3 Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 15:32:11 2016 +0100 [jgitflow-maven-plugin]updating poms for branch'release/2.3' with non-snapshot versions commit 6d27d0b07a73c2f5cdcd11250b5def25dd9d62bd Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 15:32:04 2016 +0100 Add missing header Summary of changes: .../plugin/ComputeDistributionSiteUrlMojo.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) -- 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 6d27d0b07a73c2f5cdcd11250b5def25dd9d62bd Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 15:32:04 2016 +0100 Add missing header --- .../plugin/ComputeDistributionSiteUrlMojo.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/ComputeDistributionSiteUrlMojo.java b/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/ComputeDistributionSiteUrlMojo.java index faac3c0..2a1a71b 100644 --- a/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/ComputeDistributionSiteUrlMojo.java +++ b/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/ComputeDistributionSiteUrlMojo.java @@ -1,5 +1,27 @@ package org.nuiton.helper.plugin; +/* + * #%L + * Helper Maven Plugin :: Mojos + * %% + * Copyright (C) 2009 - 2016 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.apache.maven.plugins.annotations.LifecyclePhase; import org.apache.maven.plugins.annotations.Mojo; import org.apache.maven.plugins.annotations.Parameter; -- 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 ce15403f5e6416309b89e68dbe3be342f75fc6f3 Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 15:32:11 2016 +0100 [jgitflow-maven-plugin]updating poms for branch'release/2.3' 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 b5a4f72..92ad962 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.3</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..ddf2f1a 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.3</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..a913e5b 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.3</version> </parent> <artifactId>helper-maven-plugin</artifactId> diff --git a/pom.xml b/pom.xml index 140ed2b..a8c8a56 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.3</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 85b382cc67a2d3e23149eacbd31d7e1bdc47dc9d Merge: 659360c ce15403 Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 15:33:00 2016 +0100 [jgitflow-maven-plugin]merging 'release/2.3' into 'master' README.txt => README.md | 0 .../README.md | 0 helper-maven-plugin-api/pom.xml | 2 +- .../src/main/java/org/nuiton/io/FileUpdater.java | 2 +- .../main/java/org/nuiton/io/FileUpdaterHelper.java | 6 +- .../java/org/nuiton/io/MirroredFileUpdater.java | 2 +- .../main/java/org/nuiton/io/SortedProperties.java | 2 +- .../nuiton/plugin/AbstractAvailableDataMojo.java | 2 +- .../java/org/nuiton/plugin/AbstractPlugin.java | 2 +- .../java/org/nuiton/plugin/DependencyUtil.java | 218 +++++++++++++-------- .../src/main/java/org/nuiton/plugin/Plugin.java | 2 +- .../main/java/org/nuiton/plugin/PluginHelper.java | 2 +- .../java/org/nuiton/plugin/PluginIOContext.java | 2 +- .../java/org/nuiton/plugin/PluginWithEncoding.java | 2 +- .../nuiton/plugin/VelocityTemplateGenerator.java | 2 +- .../java/org/nuiton/plugin/PluginHelperTest.java | 2 +- .../test/resources/org/nuiton/io/JaxxDummy.java | 2 +- .../{README.txt => README.md} | 0 helper-maven-plugin-test-api/pom.xml | 2 +- .../main/java/org/nuiton/plugin/TestHelper.java | 2 +- .../README.txt => helper-maven-plugin/README.md | 0 helper-maven-plugin/pom.xml | 2 +- .../java/org/nuiton/helper/io/mail/MailSender.java | 2 +- .../helper/io/mail/ProjectJavamailMailSender.java | 2 +- .../helper/plugin/CheckAutoContainerPlugin.java | 3 +- .../org/nuiton/helper/plugin/CollectFilesMojo.java | 2 +- .../plugin/ComputeDistributionSiteUrlMojo.java | 169 ++++++++++++++++ .../helper/plugin/ExecuteRemoteCommandMojo.java | 2 +- .../org/nuiton/helper/plugin/SendEmailMojo.java | 2 +- .../helper/plugin/ShareServerSecretPlugin.java | 2 +- .../helper/plugin/TransformProjectVersionMojo.java | 2 +- .../nuiton/helper/plugin/SendEmailMojoTest.java | 2 +- .../plugin/TransformProjectVersionMojoTest.java | 2 +- pom.xml | 29 ++- src/site/site.xml | 7 + 35 files changed, 353 insertions(+), 129 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 7c5fcc91b06c7393ae175f9cf8612b6d9191d2b8 Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 15:33:02 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..92ad962 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</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..ddf2f1a 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</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..a913e5b 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</version> </parent> <artifactId>helper-maven-plugin</artifactId> diff --git a/pom.xml b/pom.xml index 97eeae4..a8c8a56 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</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 5806c1281466443334f6c42cc0bdc8fb10ee7958 Merge: 7c5fcc9 85b382c Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 15:33:02 2016 +0100 [jgitflow-maven-plugin]merging 'master' into 'develop' .../plugin/ComputeDistributionSiteUrlMojo.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) -- 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 d75ce5a21af53651f3e68bc0deb3d4e337fc9c79 Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 15:33:02 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 92ad962..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</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 ddf2f1a..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</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 a913e5b..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</version> + <version>2.4-SNAPSHOT</version> </parent> <artifactId>helper-maven-plugin</artifactId> diff --git a/pom.xml b/pom.xml index a8c8a56..97eeae4 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.3</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