This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See http://git.chorem.org/lima.git commit 7a1de1f02837ffd0ca9d43c3cad75d4fced3d636 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Feb 28 10:23:46 2015 +0100 make release possible next time... --- lima-swing/pom.xml | 11 +++++++++-- lima-web/pom.xml | 7 +++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/lima-swing/pom.xml b/lima-swing/pom.xml index 60f1423..ec5dd8a 100644 --- a/lima-swing/pom.xml +++ b/lima-swing/pom.xml @@ -15,13 +15,14 @@ <description>Lima main interface in Swing</description> <properties> + <!--Main class in JAR --> <maven.jar.main.class>org.chorem.lima.LimaMain</maven.jar.main.class> -<!-- <redmine.releaseFiles> + <redmine.releaseFiles> target/lima-${project.version}-bin.zip </redmine.releaseFiles> ---> + <!--license.generateBundle>true</license.generateBundle--> <license.bundleLicensePath> META-INF/lima-LICENSE.txt @@ -180,12 +181,18 @@ <artifactId>commons-lang</artifactId> </dependency> + <!-- FIXME tchemit 2015-02-28, please avoid to avoid those dependencies + here, this is for test purpose only, should have something about it + in business module... --> <dependency> <groupId>org.nuiton.topia</groupId> <artifactId>topia-service-flyway</artifactId> <scope>provided</scope> </dependency> + <!-- FIXME tchemit 2015-02-28, please avoid to avoid those dependencies + here, this is for test purpose only, should have something about it + in business module... --> <dependency> <groupId>org.nuiton.topia</groupId> <artifactId>topia-persistence</artifactId> diff --git a/lima-web/pom.xml b/lima-web/pom.xml index 92b7951..cb9a356 100644 --- a/lima-web/pom.xml +++ b/lima-web/pom.xml @@ -18,11 +18,10 @@ <!--Main class in JAR --> <maven.jar.main.class>org.chorem.lima.LimaServer</maven.jar.main.class> -<!-- <redmine.releaseFiles> - target/lima-web-server-${project.version}-bin.zip - </redmine.releaseFiles> ---> + target/lima-server-${project.version}-bin.zip + </redmine.releaseFiles> + </properties> <dependencies> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.