[pkg-java] r9591 - trunk/maven-resources-plugin/debian
Ludovic Claude
ludovicc-guest at alioth.debian.org
Tue Aug 4 15:46:11 UTC 2009
Author: ludovicc-guest
Date: 2009-08-04 15:46:11 +0000 (Tue, 04 Aug 2009)
New Revision: 9591
Modified:
trunk/maven-resources-plugin/debian/changelog
trunk/maven-resources-plugin/debian/maven.rules
Log:
Fix groupId for maven-plugin-testing-harness dependency
in the Maven POM.
Modified: trunk/maven-resources-plugin/debian/changelog
===================================================================
--- trunk/maven-resources-plugin/debian/changelog 2009-08-04 15:46:08 UTC (rev 9590)
+++ trunk/maven-resources-plugin/debian/changelog 2009-08-04 15:46:11 UTC (rev 9591)
@@ -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 <ludovic.claude at laposte.net> 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
Modified: trunk/maven-resources-plugin/debian/maven.rules
===================================================================
--- trunk/maven-resources-plugin/debian/maven.rules 2009-08-04 15:46:08 UTC (rev 9590)
+++ trunk/maven-resources-plugin/debian/maven.rules 2009-08-04 15:46:11 UTC (rev 9591)
@@ -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