You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by lr...@apache.org on 2008/05/28 00:20:19 UTC

svn commit: r660746 - in /incubator/shindig/trunk/java: common/pom.xml social-api/pom.xml

Author: lryan
Date: Tue May 27 15:20:19 2008
New Revision: 660746

URL: http://svn.apache.org/viewvc?rev=660746&view=rev
Log:
Revert the pom updates from last change.

Modified:
    incubator/shindig/trunk/java/common/pom.xml
    incubator/shindig/trunk/java/social-api/pom.xml

Modified: incubator/shindig/trunk/java/common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/common/pom.xml?rev=660746&r1=660745&r2=660746&view=diff
==============================================================================
--- incubator/shindig/trunk/java/common/pom.xml (original)
+++ incubator/shindig/trunk/java/common/pom.xml Tue May 27 15:20:19 2008
@@ -52,7 +52,6 @@
 		<dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.4</version>
     </dependency>
 		<dependency>
       <groupId>org.hamcrest</groupId>

Modified: incubator/shindig/trunk/java/social-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/social-api/pom.xml?rev=660746&r1=660745&r2=660746&view=diff
==============================================================================
--- incubator/shindig/trunk/java/social-api/pom.xml (original)
+++ incubator/shindig/trunk/java/social-api/pom.xml Tue May 27 15:20:19 2008
@@ -65,8 +65,7 @@
     </dependency>
     <dependency>
       <groupId>com.google.code.google-collections</groupId>
-      <artifactId>google-collect</artifactId>
-      <version>snapshot-20080321</version>
+      <artifactId>google-collect</artifactId>     
     </dependency>
     <dependency>
       <groupId>org.apache.abdera</groupId>