[pkg-java] r9584 - trunk/maven-clean-plugin/debian
Ludovic Claude
ludovicc-guest at alioth.debian.org
Tue Aug 4 15:41:31 UTC 2009
Author: ludovicc-guest
Date: 2009-08-04 15:41:31 +0000 (Tue, 04 Aug 2009)
New Revision: 9584
Modified:
trunk/maven-clean-plugin/debian/changelog
trunk/maven-clean-plugin/debian/maven.rules
Log:
Fix groupId for maven-plugin-testing-harness dependency
in the Maven POM.
Modified: trunk/maven-clean-plugin/debian/changelog
===================================================================
--- trunk/maven-clean-plugin/debian/changelog 2009-08-04 15:40:05 UTC (rev 9583)
+++ trunk/maven-clean-plugin/debian/changelog 2009-08-04 15:41:31 UTC (rev 9584)
@@ -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 <ludovic.claude at laposte.net> Sun, 26 Jul 2009 16:00:31 +0100
+
maven-clean-plugin (2.3-1) experimental; urgency=low
* New upstream version, add myself to Uploaders
Modified: trunk/maven-clean-plugin/debian/maven.rules
===================================================================
--- trunk/maven-clean-plugin/debian/maven.rules 2009-08-04 15:40:05 UTC (rev 9583)
+++ trunk/maven-clean-plugin/debian/maven.rules 2009-08-04 15:41:31 UTC (rev 9584)
@@ -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
More information about the pkg-java-commits
mailing list