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>.