This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository izi-eval. See http://git.codelutin.com/izi-eval.git commit f0c717261a007b2ab2883a8fa7e680801422e75f Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Dec 1 16:09:25 2015 +0100 Passage sur la version 3.5 et fix du build pour release --- masc-api/pom.xml | 2 +- masc-ui/pom.xml | 7 ++++--- pom.xml | 9 ++------- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/masc-api/pom.xml b/masc-api/pom.xml index 433075f..8439b69 100644 --- a/masc-api/pom.xml +++ b/masc-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>fr.inra</groupId> <artifactId>masc</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>3.5</version> </parent> <groupId>fr.inra.masc</groupId> diff --git a/masc-ui/pom.xml b/masc-ui/pom.xml index 018dc05..02988d8 100644 --- a/masc-ui/pom.xml +++ b/masc-ui/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>fr.inra</groupId> <artifactId>masc</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>3.5</version> </parent> <groupId>fr.inra.masc</groupId> @@ -316,12 +316,13 @@ <!-- by default jnlp is only perform on a release stage when using the maven-release-plugin --> <profile> <id>jnlp</id> - <activation> + <!--A faire fonctionner avec jdk 8--> + <!--activation> <property> <name>performRelease</name> <value>true</value> </property> - </activation> + </activation--> <build> <defaultGoal>package</defaultGoal> diff --git a/pom.xml b/pom.xml index 658e9d3..c3996a9 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>fr.inra</groupId> <artifactId>masc</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>3.5</version> <packaging>pom</packaging> <name>Masc</name> @@ -55,7 +55,7 @@ <properties> - <projectId>interfacemasc</projectId> + <projectId>izi-eval</projectId> <!-- libraries version --> <nuitonI18nVersion>2.5.1</nuitonI18nVersion> @@ -70,11 +70,6 @@ <license.organizationName>Inra, Codelutin</license.organizationName> <license.licenseName>gpl_v3</license.licenseName> - <labs.list.host>lists.mulcyber.toulouse.inra.fr/cgi-bin/</labs.list.host> - <platform>mulcyber.toulouse.inra.fr</platform> - <labs.id>160</labs.id> - <site.server>mulcyber</site.server> - <!-- release plugin configuration (until there is site) --> <goals>clean deploy</goals> </properties> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.