Author: ebourg-guest Date: 2013-09-23 11:01:28 +0000 (Mon, 23 Sep 2013) New Revision: 17247
Modified: trunk/plexus-containers/debian/changelog trunk/plexus-containers/debian/maven.rules Log: Replaced Google Collections by Guava in the pom installed in /usr/share/maven-repo (Closes: #724149) Modified: trunk/plexus-containers/debian/changelog =================================================================== --- trunk/plexus-containers/debian/changelog 2013-09-23 08:13:16 UTC (rev 17246) +++ trunk/plexus-containers/debian/changelog 2013-09-23 11:01:28 UTC (rev 17247) @@ -1,3 +1,11 @@ +plexus-containers (1.0~beta3.0.7-7) unstable; urgency=low + + * Team upload. + * Replaced Google Collections by Guava in the pom installed + in /usr/share/maven-repo (Closes: #724149) + + -- Emmanuel Bourg <[email protected]> Mon, 23 Sep 2013 13:00:53 +0200 + plexus-containers (1.0~beta3.0.7-6) unstable; urgency=low * Team upload. Modified: trunk/plexus-containers/debian/maven.rules =================================================================== --- trunk/plexus-containers/debian/maven.rules 2013-09-23 08:13:16 UTC (rev 17246) +++ trunk/plexus-containers/debian/maven.rules 2013-09-23 11:01:28 UTC (rev 17247) @@ -1,4 +1,4 @@ -s/com.google.code.google-collections/com.google.collections/ s/google-collect/google-collections/ jar s/.*/debian/ +s/com.google.code.google-collections/com.google.guava/ s/google-collect/guava/ jar s/.*/debian/ s/jdom/org.jdom/ jdom jar s/1\..*/debian/ junit junit jar s/3\..*/3.x/ _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

