[pkg-java] r9589 - trunk/maven-jar-plugin/debian

Ludovic Claude ludovicc-guest at alioth.debian.org
Tue Aug 4 15:44:45 UTC 2009


Author: ludovicc-guest
Date: 2009-08-04 15:44:45 +0000 (Tue, 04 Aug 2009)
New Revision: 9589

Modified:
   trunk/maven-jar-plugin/debian/changelog
   trunk/maven-jar-plugin/debian/maven.rules
Log:
Fix groupId for maven-plugin-testing-harness dependency
in the Maven POM.

Modified: trunk/maven-jar-plugin/debian/changelog
===================================================================
--- trunk/maven-jar-plugin/debian/changelog	2009-08-04 15:44:00 UTC (rev 9588)
+++ trunk/maven-jar-plugin/debian/changelog	2009-08-04 15:44:45 UTC (rev 9589)
@@ -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 <ludovic.claude at laposte.net>  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

Modified: trunk/maven-jar-plugin/debian/maven.rules
===================================================================
--- trunk/maven-jar-plugin/debian/maven.rules	2009-08-04 15:44:00 UTC (rev 9588)
+++ trunk/maven-jar-plugin/debian/maven.rules	2009-08-04 15:44:45 UTC (rev 9589)
@@ -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/




More information about the pkg-java-commits mailing list