This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-jar-plugin.
commit 916bc73bfbd57811225846a43fa3ff38477e697b Author: Ludovic Claude <[email protected]> Date: Tue Aug 4 15:44:45 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 8299cf1..875ccee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven-jar-plugin (2.2-3) experimental; urgency=low + + * Fix groupId for maven-plugin-testing-harness dependency + in the Maven POM. + + -- Ludovic Claude <[email protected]> Sun, 26 Jul 2009 16:07:02 +0100 + maven-jar-plugin (2.2-2) 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 370cd94..b240c44 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,4 +1,5 @@ # keep the version for all Maven plugins as versionless plugins don't work * * maven-plugin * org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ +s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness junit junit jar s/3\..*/3.x/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-jar-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

