branch develop updated (23406a3 -> 31cf7e5)
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 23406a3 Add documentation (Fixes #3914) new 31cf7e5 [jgitflow-maven-plugin]updating poms for 10-SNAPSHOT development The 1 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 31cf7e5667bdfa362fdc947b238aa6888fbd8c81 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 14:09:20 2016 +0100 [jgitflow-maven-plugin]updating poms for 10-SNAPSHOT development Summary of changes: chorempom/pom.xml | 2 +- codelutinpom/pom.xml | 2 +- nuitonpom/pom.xml | 2 +- pom.xml | 8 ++++---- 4 files changed, 7 insertions(+), 7 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 31cf7e5667bdfa362fdc947b238aa6888fbd8c81 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 14:09:20 2016 +0100 [jgitflow-maven-plugin]updating poms for 10-SNAPSHOT development --- chorempom/pom.xml | 2 +- codelutinpom/pom.xml | 2 +- nuitonpom/pom.xml | 2 +- pom.xml | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/chorempom/pom.xml b/chorempom/pom.xml index 514ddfd..f414f9a 100644 --- a/chorempom/pom.xml +++ b/chorempom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>9-SNAPSHOT</version> + <version>10-SNAPSHOT</version> </parent> <artifactId>chorempom</artifactId> diff --git a/codelutinpom/pom.xml b/codelutinpom/pom.xml index 459ff52..21c1c14 100644 --- a/codelutinpom/pom.xml +++ b/codelutinpom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>9-SNAPSHOT</version> + <version>10-SNAPSHOT</version> </parent> <artifactId>codelutinpom</artifactId> diff --git a/nuitonpom/pom.xml b/nuitonpom/pom.xml index 786b397..b1d41da 100644 --- a/nuitonpom/pom.xml +++ b/nuitonpom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>9-SNAPSHOT</version> + <version>10-SNAPSHOT</version> </parent> <artifactId>nuitonpom</artifactId> diff --git a/pom.xml b/pom.xml index 094cf0f..60a87fc 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>9-SNAPSHOT</version> + <version>10-SNAPSHOT</version> <packaging>pom</packaging> <name>Pom</name> @@ -187,19 +187,19 @@ <ciViewId /> <!-- To define java level (use 1.6, 1.7 or 1.8) --> - <javaVersion/> + <javaVersion /> <!-- To define which java level to check in your java code (should be synch with javaVersion). Use (16, 17 or 18) (this is the version of the animal-sniffer signature artifactId to use) --> - <signatureArtifactId/> + <signatureArtifactId /> <!-- To define which java level to check in your java code (should be synch with javaVersion). Use (1.0 for most case) (this is the version of the animal-sniffer signature version to use) --> - <signatureVersion/> + <signatureVersion /> <redmineDomain>forge.${platform}</redmineDomain> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm