This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-resources-plugin.
commit 6c040c2d1d255a8fbfca327de4d09d7a9a458bd0 Author: Ludovic Claude <[email protected]> Date: Tue Aug 4 15:46:11 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 3bbed11..00157d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven-resources-plugin (2.3-3ubuntu1) karmic; urgency=low + + * Fix groupId for maven-plugin-testing-harness dependency + in the Maven POM. + + -- Ludovic Claude <[email protected]> Sun, 26 Jul 2009 16:09:15 +0100 + maven-resources-plugin (2.3-3) experimental; urgency=low * Change section to java, bump up Standards-Version to 3.8.1 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-resources-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

