This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven2-core.
commit 6ed5d790155023e63b78d8878360e015f025eee5 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 27 16:35:25 2017 +0200 Fixed a typo in the Maven rule for plexus-classworlds2 --- debian/changelog | 7 +++++++ debian/maven.rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e115b1c..0a8aa3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven2-core (2.2.1-29) unstable; urgency=medium + + * Team upload. + * Fixed a typo in the Maven rule for plexus-classworlds2 + + -- Emmanuel Bourg <[email protected]> Thu, 27 Jul 2017 16:35:12 +0200 + maven2-core (2.2.1-28) unstable; urgency=medium * Team upload. diff --git a/debian/maven.rules b/debian/maven.rules index 524439b..a05ffb6 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,4 +1,4 @@ org.codehaus.plexus plexus-container-default jar s/1\.0-alpha-.*/1.0-alpha/ s/bsh/org.beanshell/ bsh jar s/.*/debian/ junit junit jar s/3\..*/3.x/ -s/classworlds/org.codehaus.plexus/ s/classworlds/plexus-classworld/ * s/.*/2.x/ * * +s/classworlds/org.codehaus.plexus/ s/classworlds/plexus-classworlds/ * s/.*/2.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven2-core.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

