This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-classworlds2.
commit 2e9308c3e8bf46fd02de1298523257837bd92ea3 Author: Emmanuel Bourg <[email protected]> Date: Sat Oct 26 22:27:28 2013 +0200 Updated the Maven rules to transform all plexus-classworlds artifacts to 2.x (Closes: #727637) --- debian/changelog | 8 ++++++++ debian/maven.rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e1708d7..398c497 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +plexus-classworlds2 (2.5.1-2) unstable; urgency=low + + * Team upload. + * Updated the Maven rules to transform all plexus-classworlds + artifacts to 2.x (Closes: #727637) + + -- Emmanuel Bourg <[email protected]> Sat, 26 Oct 2013 22:25:24 +0200 + plexus-classworlds2 (2.5.1-1) unstable; urgency=low * Team upload. diff --git a/debian/maven.rules b/debian/maven.rules index 1c938d0..9054674 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -16,5 +16,5 @@ # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ -org.codehaus.plexus plexus-classworlds jar s/2\..*/2.x/ * * +org.codehaus.plexus plexus-classworlds * s/2\..*/2.x/ * * org.codehaus.plexus plexus pom s/2\..*/2.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-classworlds2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

