02/05: Add explicit project groupId, otherwise maven-versions-plugin:set does not work
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-csv. See http://git.nuiton.org/nuiton-csv.git commit 19a3dec5e1956deb5032ceeedba5e0b09c883181 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Dec 13 18:20:33 2015 +0100 Add explicit project groupId, otherwise maven-versions-plugin:set does not work --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 2c0257a..dcdabd5 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,7 @@ <version>5-SNAPSHOT</version> </parent> + <groupId>org.nuiton</groupId> <artifactId>nuiton-csv</artifactId> <version>3.0-SNAPSHOT</version> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm