This is an automated email from the git hooks/post-receive script. New commit to annotated tag v2.0.0-beta-1 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 267de1be5f39e97aab41dd5cb9ef10888b6fbb3b Author: Tony Chemit <chemit@codelutin.com> Date: Sat Oct 10 16:48:11 2009 +0000 utilisation de mavenpom 1.1.0, maven-license-plugin --- jaxx-demo/pom.xml | 17 ++++++----------- pom.xml | 2 +- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index 852b698..adf2687 100644 --- a/jaxx-demo/pom.xml +++ b/jaxx-demo/pom.xml @@ -135,19 +135,10 @@ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>maven-license-plugin</artifactId> <configuration> <copyToMETA_INF>true</copyToMETA_INF> </configuration> - <executions> - <execution> - <id>attach-licenses</id> - <goals> - <goal>add-license</goal> - <goal>add-third-party</goal> - </goals> - </execution> - </executions> </plugin> </plugins> @@ -210,10 +201,14 @@ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>maven-license-plugin</artifactId> <executions> <execution> <id>attach-licenses</id> + <goals> + <goal>add-license</goal> + <goal>add-third-party</goal> + </goals> </execution> </executions> </plugin> diff --git a/pom.xml b/pom.xml index 8e3ebe3..95f590c 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>jaxx</artifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.