branch release/3.4 updated (419021f -> ebca137)
This is an automated email from the git hooks/post-receive script. New change to branch release/3.4 in repository nuiton-config. See https://gitlab.nuiton.org/nuiton/nuiton-config.git from 419021f Fix release ... new 81c6d71 [jgitflow-maven-plugin]updating poms for branch'release/3.4' with non-snapshot versions new ebca137 Fix release ... The 2 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 ebca137bd8e7557839f9842a945565a3fe59456c Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 31 16:33:02 2018 +0100 Fix release ... commit 81c6d7145c9c5a1126190ffd4a4f2bc398b8ee5c Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 31 16:26:28 2018 +0100 [jgitflow-maven-plugin]updating poms for branch'release/3.4' with non-snapshot versions Summary of changes: nuiton-config-example/pom.xml | 4 ++-- nuiton-config-io-ini/pom.xml | 2 +- nuiton-config-maven-plugin/pom.xml | 2 +- nuiton-config/pom.xml | 5 ++++- pom.xml | 2 +- 5 files changed, 9 insertions(+), 6 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 release/3.4 in repository nuiton-config. See https://gitlab.nuiton.org/nuiton/nuiton-config.git commit 81c6d7145c9c5a1126190ffd4a4f2bc398b8ee5c Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 31 16:26:28 2018 +0100 [jgitflow-maven-plugin]updating poms for branch'release/3.4' with non-snapshot versions --- nuiton-config-example/pom.xml | 2 +- nuiton-config-io-ini/pom.xml | 2 +- nuiton-config-maven-plugin/pom.xml | 2 +- nuiton-config/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nuiton-config-example/pom.xml b/nuiton-config-example/pom.xml index 68eceaf..3d231b0 100644 --- a/nuiton-config-example/pom.xml +++ b/nuiton-config-example/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuiton-config-project</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4</version> </parent> <artifactId>nuiton-config-example</artifactId> diff --git a/nuiton-config-io-ini/pom.xml b/nuiton-config-io-ini/pom.xml index 0b57bc2..83c4922 100644 --- a/nuiton-config-io-ini/pom.xml +++ b/nuiton-config-io-ini/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuiton-config-project</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4</version> </parent> <artifactId>nuiton-config-io-ini</artifactId> diff --git a/nuiton-config-maven-plugin/pom.xml b/nuiton-config-maven-plugin/pom.xml index 2ae8ea8..299eba8 100644 --- a/nuiton-config-maven-plugin/pom.xml +++ b/nuiton-config-maven-plugin/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuiton-config-project</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4</version> </parent> <artifactId>nuiton-config-maven-plugin</artifactId> diff --git a/nuiton-config/pom.xml b/nuiton-config/pom.xml index fd37af9..f151947 100644 --- a/nuiton-config/pom.xml +++ b/nuiton-config/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuiton-config-project</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4</version> </parent> <artifactId>nuiton-config</artifactId> diff --git a/pom.xml b/pom.xml index a781cf1..d83ac6d 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>nuiton-config-project</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4</version> <packaging>pom</packaging> <name>Nuiton Config</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 release/3.4 in repository nuiton-config. See https://gitlab.nuiton.org/nuiton/nuiton-config.git commit ebca137bd8e7557839f9842a945565a3fe59456c Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 31 16:33:02 2018 +0100 Fix release ... --- nuiton-config-example/pom.xml | 2 +- nuiton-config/pom.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/nuiton-config-example/pom.xml b/nuiton-config-example/pom.xml index 3d231b0..6a6b1c9 100644 --- a/nuiton-config-example/pom.xml +++ b/nuiton-config-example/pom.xml @@ -39,7 +39,7 @@ <properties> <!-- Post Release configuration --> - <skipPostRelease>false</skipPostRelease> + <skipPostRelease>true</skipPostRelease> <redmine.releaseFiles> ${project.build.directory}/${project.build.finalName}-full.zip diff --git a/nuiton-config/pom.xml b/nuiton-config/pom.xml index f151947..c398f92 100644 --- a/nuiton-config/pom.xml +++ b/nuiton-config/pom.xml @@ -36,6 +36,9 @@ <description>Simple Application config API</description> <properties> + + <!-- FIXME true because issues are no longer on redmine but on gitlab--> + <skipPostRelease>true</skipPostRelease> <!-- extra files to include in release --> <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm