branch develop updated (d2dbb98 -> 9eb610c)
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 d2dbb98 Merge branch 'master' into develop new e55b451 go to next snapshot version (refs #3707) new 7b10ac7 up to nuitonpom 2.2 (refs #3707) new 2842ecf fixes #3707: Update to nuitonpom 2.2 Merge branch 'feature/3707' into develop new 28b431a can obtain revision from project properties (refs #3708) new 9eb610c fixes #3708: In transform-project-version mojo, be able to get revision from the project properties Merge branch 'feature/3708' into develop 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 9eb610c4b91c7da11a52176160c6217d5f08e3a6 Merge: 2842ecf 28b431a Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 13 11:56:35 2015 +0200 fixes #3708: In transform-project-version mojo, be able to get revision from the project properties Merge branch 'feature/3708' into develop commit 28b431a297d1528af7494fe54d02e22c4c980c0c Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 13 11:56:33 2015 +0200 can obtain revision from project properties (refs #3708) commit 2842ecfd314e44ca5f23f7a9317728d12cf7186f Merge: d2dbb98 7b10ac7 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 13 11:54:27 2015 +0200 fixes #3707: Update to nuitonpom 2.2 Merge branch 'feature/3707' into develop commit 7b10ac738e1fa60393cfe3a82254849e8315d721 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 13 11:54:24 2015 +0200 up to nuitonpom 2.2 (refs #3707) commit e55b451cb0e01d1ac416268382471cb7bb97fbf9 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 13 11:54:05 2015 +0200 go to next snapshot version (refs #3707) Summary of changes: 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 e55b451cb0e01d1ac416268382471cb7bb97fbf9 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 13 11:54:05 2015 +0200 go to next snapshot version (refs #3707) --- 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 ad917c4..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</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 abf4ff6..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</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 190d7a3..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</version> + <version>2.3-SNAPSHOT</version> </parent> <artifactId>helper-maven-plugin</artifactId> diff --git a/pom.xml b/pom.xml index 3628a21..a8b7905 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>helper-maven-plugin-parent</artifactId> - <version>2.2</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>.
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 7b10ac738e1fa60393cfe3a82254849e8315d721 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 13 11:54:24 2015 +0200 up to nuitonpom 2.2 (refs #3707) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a8b7905..edf5a9f 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>2.1</version> + <version>2.2</version> </parent> <artifactId>helper-maven-plugin-parent</artifactId> -- 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 2842ecfd314e44ca5f23f7a9317728d12cf7186f Merge: d2dbb98 7b10ac7 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 13 11:54:27 2015 +0200 fixes #3707: Update to nuitonpom 2.2 Merge branch 'feature/3707' into develop helper-maven-plugin-api/pom.xml | 2 +- helper-maven-plugin-test-api/pom.xml | 2 +- helper-maven-plugin/pom.xml | 2 +- pom.xml | 4 ++-- 4 files changed, 5 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 28b431a297d1528af7494fe54d02e22c4c980c0c Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 13 11:56:33 2015 +0200 can obtain revision from project properties (refs #3708) --- .../java/org/nuiton/helper/plugin/TransformProjectVersionMojo.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/TransformProjectVersionMojo.java b/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/TransformProjectVersionMojo.java index bd93448..e6d727f 100644 --- a/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/TransformProjectVersionMojo.java +++ b/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/TransformProjectVersionMojo.java @@ -155,6 +155,13 @@ public class TransformProjectVersionMojo extends AbstractPlugin { } } + // See https://forge.nuiton.org/issues/3708 + if (revision.startsWith("#")) { + + revision = (String) getProject().getProperties().get(revision.substring(1)); + + } + } @Override -- 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 9eb610c4b91c7da11a52176160c6217d5f08e3a6 Merge: 2842ecf 28b431a Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 13 11:56:35 2015 +0200 fixes #3708: In transform-project-version mojo, be able to get revision from the project properties Merge branch 'feature/3708' into develop .../java/org/nuiton/helper/plugin/TransformProjectVersionMojo.java | 7 +++++++ 1 file changed, 7 insertions(+) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm