This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-containers1.5.
commit 24c36bba07687c81f7177fa21b1cfa5a734825b9 Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 18 13:17:31 2016 +0100 Updated the plugin descriptor --- debian/changelog | 7 +++++++ debian/plexus-component-metadata_plugin.xml | 16 +++++----------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1088eb6..cf319e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +plexus-containers1.5 (1.6-2) UNRELEASED; urgency=medium + + * Team upload. + * Updated the plugin descriptor + + -- Emmanuel Bourg <[email protected]> Mon, 18 Jan 2016 13:17:26 +0100 + plexus-containers1.5 (1.6-1) unstable; urgency=medium * Team upload. diff --git a/debian/plexus-component-metadata_plugin.xml b/debian/plexus-component-metadata_plugin.xml index 6c65407..3e02ba1 100644 --- a/debian/plexus-component-metadata_plugin.xml +++ b/debian/plexus-component-metadata_plugin.xml @@ -4,7 +4,7 @@ <description>A Maven plugin to generate Plexus descriptors from source tags and class annotations.</description> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-metadata</artifactId> - <version>1.5.5</version> + <version>1.6</version> <goalPrefix>plexus-component-metadata</goalPrefix> <isolatedRealm>false</isolatedRealm> <inheritedByDefault>true</inheritedByDefault> @@ -235,7 +235,7 @@ merged with the information extracted from the project's sources/classes.</ <groupId>junit</groupId> <artifactId>junit</artifactId> <type>jar</type> - <version>3.x</version> + <version>4.x</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> @@ -340,12 +340,6 @@ merged with the information extracted from the project's sources/classes.</ <version>debian</version> </dependency> <dependency> - <groupId>backport-util-concurrent</groupId> - <artifactId>backport-util-concurrent</artifactId> - <type>jar</type> - <version>debian</version> - </dependency> - <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-registry</artifactId> <type>jar</type> @@ -364,10 +358,10 @@ merged with the information extracted from the project's sources/classes.</ <version>debian</version> </dependency> <dependency> - <groupId>asm</groupId> + <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> <type>jar</type> - <version>3.x</version> + <version>4.x</version> </dependency> </dependencies> -</plugin> \ No newline at end of file +</plugin> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-containers1.5.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

