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 9c6cb184776fecc83a02e77606deae7ced616d6a Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 28 08:54:26 2015 +0000 remove file to publish (see http://forge.codelutin.com/issues/6738) --- lima-swing/pom.xml | 6 ++++-- lima-web/pom.xml | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lima-swing/pom.xml b/lima-swing/pom.xml index 6011d4c..4c4deda 100644 --- a/lima-swing/pom.xml +++ b/lima-swing/pom.xml @@ -18,10 +18,10 @@ <!--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 @@ -183,11 +183,13 @@ <dependency> <groupId>org.nuiton.topia</groupId> <artifactId>topia-service-flyway</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.nuiton.topia</groupId> <artifactId>topia-persistence</artifactId> + <scope>provided</scope> </dependency> </dependencies> diff --git a/lima-web/pom.xml b/lima-web/pom.xml index 7440325..e752f7d 100644 --- a/lima-web/pom.xml +++ b/lima-web/pom.xml @@ -18,9 +18,11 @@ <!--Main class in JAR --> <maven.jar.main.class>org.chorem.lima.LimaServer</maven.jar.main.class> - <redmine.releaseFiles> +<!-- + <redmine.releaseFiles> target/lima-web-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>.