This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-clean-plugin.
commit 925dc46dd5aaa4248d198e3f7d6f77f438662eb2 Author: Ludovic Claude <[email protected]> Date: Tue Aug 4 15:41:31 2009 +0000 Fix groupId for maven-plugin-testing-harness dependency in the Maven POM. --- debian/changelog | 7 +++++++ debian/maven.rules | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3573928..bfc9e06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven-clean-plugin (2.3-2) experimental; urgency=low + + * Fix groupId for maven-plugin-testing-harness dependency + in the Maven POM. + + -- Ludovic Claude <[email protected]> Sun, 26 Jul 2009 16:00:31 +0100 + maven-clean-plugin (2.3-1) experimental; urgency=low * New upstream version, add myself to Uploaders diff --git a/debian/maven.rules b/debian/maven.rules index fc4f30e..5cc6c9b 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,3 +1,4 @@ # keep the version for all Maven plugins as versionless plugins don't work * * maven-plugin * junit junit jar s/3\..*/3.x/ +s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-clean-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

