You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/01/01 19:53:40 UTC

svn commit: r895053 - /incubator/shindig/trunk/pom.xml

Author: lindner
Date: Fri Jan  1 18:53:39 2010
New Revision: 895053

URL: http://svn.apache.org/viewvc?rev=895053&view=rev
Log:
SHINDIG-1252 | upgrade to google-collections 1.0

Modified:
    incubator/shindig/trunk/pom.xml

Modified: incubator/shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=895053&r1=895052&r2=895053&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Fri Jan  1 18:53:39 2010
@@ -1319,7 +1319,7 @@
       <dependency>
         <groupId>com.google.collections</groupId>
         <artifactId>google-collections</artifactId>
-        <version>1.0-rc2</version>
+        <version>1.0</version>
       </dependency>
       <dependency>
         <groupId>commons-codec</groupId>