Author: lindner
Date: Tue Nov 17 23:01:10 2009
New Revision: 881601

URL: http://svn.apache.org/viewvc?rev=881601&view=rev
Log:
bump to json-simple 1.1

Modified:
    incubator/shindig/trunk/java/gadgets/pom.xml
    incubator/shindig/trunk/pom.xml

Modified: incubator/shindig/trunk/java/gadgets/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets/pom.xml?rev=881601&r1=881600&r2=881601&view=diff
==============================================================================
--- incubator/shindig/trunk/java/gadgets/pom.xml (original)
+++ incubator/shindig/trunk/java/gadgets/pom.xml Tue Nov 17 23:01:10 2009
@@ -133,8 +133,8 @@
       <artifactId>caja</artifactId>
     </dependency>
     <dependency>
-      <groupId>caja</groupId>
-      <artifactId>json_simple</artifactId>
+      <groupId>com.googlecode.json-simple</groupId>
+      <artifactId>json-simple</artifactId>
     </dependency>
     <dependency>
       <groupId>net.oauth.core</groupId>

Modified: incubator/shindig/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=881601&r1=881600&r2=881601&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Tue Nov 17 23:01:10 2009
@@ -1339,10 +1339,9 @@
         <scope>compile</scope>
       </dependency>
       <dependency>
-        <groupId>caja</groupId>
-        <artifactId>json_simple</artifactId>
-        <version>r1</version>
-        <scope>compile</scope>
+        <groupId>com.googlecode.json-simple</groupId>
+        <artifactId>json-simple</artifactId>
+        <version>1.1</version>
       </dependency>
       <dependency>
         <groupId>net.oauth.core</groupId>


Reply via email to