Author: ludovicc-guest Date: 2009-08-05 00:45:59 +0000 (Wed, 05 Aug 2009) New Revision: 9631
Modified: trunk/surefire/debian/changelog trunk/surefire/debian/maven.rules Log: Fix groupId for maven-plugin-testing-harness dependency in the Maven POM. Modified: trunk/surefire/debian/changelog =================================================================== --- trunk/surefire/debian/changelog 2009-08-05 00:43:01 UTC (rev 9630) +++ trunk/surefire/debian/changelog 2009-08-05 00:45:59 UTC (rev 9631) @@ -1,3 +1,10 @@ +surefire (2.4.3-3) experimental; urgency=low + + * Fix groupId for maven-plugin-testing-harness dependency + in the Maven POM. + + -- Ludovic Claude <[email protected]> Sun, 26 Jul 2009 16:11:15 +0100 + surefire (2.4.3-2) experimental; urgency=low * Change section to java, bump up Standards-Version to 3.8.1 Modified: trunk/surefire/debian/maven.rules =================================================================== --- trunk/surefire/debian/maven.rules 2009-08-05 00:43:01 UTC (rev 9630) +++ trunk/surefire/debian/maven.rules 2009-08-05 00:45:59 UTC (rev 9631) @@ -5,4 +5,5 @@ jmock jmock jar s/1\..*/1.x/ # fix the version of maven-shade-plugin org.apache.maven.plugins maven-shade-plugin maven-plugin s/.*/1.2.1 +s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

