This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-doxia-tools.
commit adb9a7d2dd1d7052fbeaf03ad20e9c9f0d6b7d87 Author: Ludovic Claude <[email protected]> Date: Wed Aug 5 10:51:57 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 8183455..7a82991 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven-doxia-tools (1.0.2-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:17:31 +0100 + maven-doxia-tools (1.0.2-1) experimental; urgency=low * New upstream version, add myself to Uploaders diff --git a/debian/maven.rules b/debian/maven.rules index eaebf63..4bb9a25 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,2 +1,3 @@ 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-doxia-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

