This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jrst. See https://gitlab.nuiton.org/nuiton/jrst.git commit fa98b3f21e1093610538a316a744f87927533c7e Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu May 17 14:59:44 2018 +0200 Reuse nuitonpom for release --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 3884136..76e0c80 100644 --- a/pom.xml +++ b/pom.xml @@ -25,8 +25,8 @@ <parent> <groupId>org.nuiton</groupId> - <artifactId>mop</artifactId> - <version>1-SNAPSHOT</version> + <artifactId>nuitonpom</artifactId> + <version>10.5</version> </parent> <artifactId>jrst</artifactId> @@ -104,8 +104,8 @@ <properties> - <projectName>jrst</projectName> - <projectGroup>nuiton</projectGroup> + <projectId>jrst</projectId> + <ciViewId>JRst</ciViewId> <javaVersion>1.7</javaVersion> <signatureArtifactId>java17</signatureArtifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.