branch develop updated (31cf7e5 -> 1c14f58)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pom. See http://git.nuiton.org/pom.git from 31cf7e5 [jgitflow-maven-plugin]updating poms for 10-SNAPSHOT development new 53fda96 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 0c0c7f9 [jgitflow-maven-plugin]updating poms for 9 branch with snapshot versions new 3e4c3c1 [jgitflow-maven-plugin]updating poms for branch'release/9' with non-snapshot versions new 1aba30b Fix signatureArtifactId values new e3d7878 [jgitflow-maven-plugin]merging 'release/9' into 'master' new b87b1ab [jgitflow-maven-plugin]merging 'master' into 'develop' new 1c14f58 [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 1c14f58b5960e217a743cb083f95319066034b02 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 14:13:36 2016 +0100 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit b87b1abcef9c4e91f4ce8c8f484d0b6682fe48c5 Merge: 53fda96 e3d7878 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 14:13:36 2016 +0100 [jgitflow-maven-plugin]merging 'master' into 'develop' commit 53fda96d4ee63e3cdf1a48b6d4b375919e69753c Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 14:13:36 2016 +0100 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit e3d78780ff6d44e7e53d6abb52062e77f1345d64 Merge: 8748377 1aba30b Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 14:13:35 2016 +0100 [jgitflow-maven-plugin]merging 'release/9' into 'master' commit 1aba30b6a7210789058895d4781bd201c3846e76 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 14:12:47 2016 +0100 Fix signatureArtifactId values commit 3e4c3c171365149048967039fc662dac16d351a5 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 14:09:37 2016 +0100 [jgitflow-maven-plugin]updating poms for branch'release/9' with non-snapshot versions Summary of changes: CHANGELOG.md | 2 +- README.md | 2 +- pom.xml | 6 +++--- 3 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 pom. See http://git.nuiton.org/pom.git commit 1aba30b6a7210789058895d4781bd201c3846e76 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 14:12:47 2016 +0100 Fix signatureArtifactId values --- CHANGELOG.md | 2 +- README.md | 2 +- pom.xml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c75f42..92bf9b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## To version 9.x * Fill **javaVersion** (*1.6*, *1.7* or *1.8*) -* Fill **signatureArtifactId** (*16*, *17* or *18*) +* Fill **signatureArtifactId** (*java16*, *java17* or *java18*) * Fill **signatureVersion** (*1.0*) ## To version 8.x diff --git a/README.md b/README.md index 2f92fae..c3c8276 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Just follow the migration guide in https://gitlab.nuiton.org/nuiton/pom/blob/dev * Mandatory property **projectId** project's redmine id * Mandatory property **ciViewId** project's ci view id * Mandatory property **javaVersion** project's java compilation level (1.6, 1.7 or 1.8) -* Mandatory property **signatureArtifactId** animal-sniffer signature artifact artifactId to check your java code level (16, 17 or 18) +* Mandatory property **signatureArtifactId** animal-sniffer signature artifact artifactId to check your java code level (java16, java17 or java18) * Mandatory property **signatureVersion** animal-sniffer signatures artifact versionId (1.0) ## To deploy artifacts on *Nexus* diff --git a/pom.xml b/pom.xml index e26f038..e72aebb 100644 --- a/pom.xml +++ b/pom.xml @@ -972,8 +972,8 @@ <requireProperty> <property>signatureArtifactId</property> <message>"signatureArtifactId property must be specified."</message> - <regex>16|17|18$</regex> - <regexMessage>"signatureArtifactId property can not be empty and must be 16 or 17 or 18."</regexMessage> + <regex>java16|java17|java18$</regex> + <regexMessage>"signatureArtifactId property can not be empty and must be java16 or java17 or java18."</regexMessage> </requireProperty> </rules> <ignoreCache>true</ignoreCache> @@ -2007,7 +2007,7 @@ <projectId>pom</projectId> <ciViewId>dummy</ciViewId> <javaVersion>1.8</javaVersion> - <signatureArtifactId>18</signatureArtifactId> + <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> <!-- Deploy on central release repository --> -- 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 pom. See http://git.nuiton.org/pom.git commit e3d78780ff6d44e7e53d6abb52062e77f1345d64 Merge: 8748377 1aba30b Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 14:13:35 2016 +0100 [jgitflow-maven-plugin]merging 'release/9' into 'master' CHANGELOG.md | 12 +++++++ README.md | 7 ++++ chorempom/pom.xml | 2 +- codelutinpom/pom.xml | 2 +- nuitonpom/pom.xml | 2 +- pom.xml | 100 +++++++++++++++++++++++++++++++++++++++++++++------ 6 files changed, 111 insertions(+), 14 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 pom. See http://git.nuiton.org/pom.git commit 53fda96d4ee63e3cdf1a48b6d4b375919e69753c Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 14:13:36 2016 +0100 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- chorempom/pom.xml | 2 +- codelutinpom/pom.xml | 2 +- nuitonpom/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chorempom/pom.xml b/chorempom/pom.xml index f414f9a..207e03c 100644 --- a/chorempom/pom.xml +++ b/chorempom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>10-SNAPSHOT</version> + <version>9</version> </parent> <artifactId>chorempom</artifactId> diff --git a/codelutinpom/pom.xml b/codelutinpom/pom.xml index 21c1c14..0454cbb 100644 --- a/codelutinpom/pom.xml +++ b/codelutinpom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>10-SNAPSHOT</version> + <version>9</version> </parent> <artifactId>codelutinpom</artifactId> diff --git a/nuitonpom/pom.xml b/nuitonpom/pom.xml index b1d41da..de0698b 100644 --- a/nuitonpom/pom.xml +++ b/nuitonpom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>10-SNAPSHOT</version> + <version>9</version> </parent> <artifactId>nuitonpom</artifactId> diff --git a/pom.xml b/pom.xml index 60a87fc..e26f038 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>10-SNAPSHOT</version> + <version>9</version> <packaging>pom</packaging> <name>Pom</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 pom. See http://git.nuiton.org/pom.git commit b87b1abcef9c4e91f4ce8c8f484d0b6682fe48c5 Merge: 53fda96 e3d7878 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 14:13:36 2016 +0100 [jgitflow-maven-plugin]merging 'master' into 'develop' CHANGELOG.md | 2 +- README.md | 2 +- pom.xml | 6 +++--- 3 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 pom. See http://git.nuiton.org/pom.git commit 1c14f58b5960e217a743cb083f95319066034b02 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 14:13:36 2016 +0100 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- chorempom/pom.xml | 2 +- codelutinpom/pom.xml | 2 +- nuitonpom/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chorempom/pom.xml b/chorempom/pom.xml index 207e03c..f414f9a 100644 --- a/chorempom/pom.xml +++ b/chorempom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>9</version> + <version>10-SNAPSHOT</version> </parent> <artifactId>chorempom</artifactId> diff --git a/codelutinpom/pom.xml b/codelutinpom/pom.xml index 0454cbb..21c1c14 100644 --- a/codelutinpom/pom.xml +++ b/codelutinpom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>9</version> + <version>10-SNAPSHOT</version> </parent> <artifactId>codelutinpom</artifactId> diff --git a/nuitonpom/pom.xml b/nuitonpom/pom.xml index de0698b..b1d41da 100644 --- a/nuitonpom/pom.xml +++ b/nuitonpom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>9</version> + <version>10-SNAPSHOT</version> </parent> <artifactId>nuitonpom</artifactId> diff --git a/pom.xml b/pom.xml index e72aebb..f1488e4 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>9</version> + <version>10-SNAPSHOT</version> <packaging>pom</packaging> <name>Pom</name> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm