[pkg-java] r17247 - trunk/plexus-containers/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon Sep 23 11:01:29 UTC 2013


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 <ebourg at apache.org>  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/
 




More information about the pkg-java-commits mailing list