This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository chorem. See http://git.chorem.org/chorem.git commit 725570cc9e01e2274a4e31b1778094e66cb6d49d Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Feb 4 12:17:25 2016 +0100 Fix module parent version --- chorem-entities/pom.xml | 2 +- chorem-webmotion/pom.xml | 2 +- pom.xml | 6 +----- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/chorem-entities/pom.xml b/chorem-entities/pom.xml index d161e17..bf18569 100644 --- a/chorem-entities/pom.xml +++ b/chorem-entities/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>chorem</artifactId> - <version>0.4-SNAPSHOT</version> + <version>0.3.2-SNAPSHOT</version> </parent> <groupId>org.chorem.chorem</groupId> diff --git a/chorem-webmotion/pom.xml b/chorem-webmotion/pom.xml index ea299a1..009dca5 100644 --- a/chorem-webmotion/pom.xml +++ b/chorem-webmotion/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>chorem</artifactId> - <version>0.4-SNAPSHOT</version> + <version>0.3.2-SNAPSHOT</version> </parent> <groupId>org.chorem.chorem</groupId> diff --git a/pom.xml b/pom.xml index fb3a09b..447d023 100644 --- a/pom.xml +++ b/pom.xml @@ -133,11 +133,7 @@ <!-- i18n config --> <i18n.bundles>fr_FR,en_GB</i18n.bundles> <i18n.silent>true</i18n.silent> - - <!-- Java Version --> - <javaVersion>1.7</javaVersion> - <signatureArtifactId>java17</signatureArtifactId> - <signatureVersion>1.0</signatureVersion> + </properties> <repositories> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.