This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-common-artifact-filters.
commit 2189380cb4e680150b306b41d8ca27cbf2465530 Author: Ludovic Claude <[email protected]> Date: Tue Aug 4 15:40:05 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 139a96c..32c348e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven-common-artifact-filters (1.1-2) experimental; urgency=low + + * Fix groupId for maven-plugin-testing-harness dependency + in the Maven POM. + + -- Ludovic Claude <[email protected]> Sun, 26 Jul 2009 14:26:29 +0100 + maven-common-artifact-filters (1.1-1) experimental; urgency=low * Initial release. (Closes: #536639) diff --git a/debian/maven.rules b/debian/maven.rules index e92c46d..b9922a4 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,3 +1,4 @@ org.codehaus.plexus plexus-container-default dependency 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/ asm asm jar s/3\..*/3.x/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-common-artifact-filters.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

