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/12/26 10:43:52 UTC

svn commit: r1052846 - /shindig/trunk/java/samples/pom.xml

Author: lindner
Date: Sun Dec 26 09:43:52 2010
New Revision: 1052846

URL: http://svn.apache.org/viewvc?rev=1052846&view=rev
Log:
bump versions

Modified:
    shindig/trunk/java/samples/pom.xml

Modified: shindig/trunk/java/samples/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/samples/pom.xml?rev=1052846&r1=1052845&r2=1052846&view=diff
==============================================================================
--- shindig/trunk/java/samples/pom.xml (original)
+++ shindig/trunk/java/samples/pom.xml Sun Dec 26 09:43:52 2010
@@ -106,17 +106,17 @@
      <dependency>
       <groupId>org.eclipse.persistence</groupId>
       <artifactId>eclipselink</artifactId>
-      <version>1.0</version>
+      <version>2.1.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
-      <version>10.6.2.1</version>
+      <version>10.7.1.1</version>
     </dependency>
     <dependency>
       <groupId>commons-dbcp</groupId>
       <artifactId>commons-dbcp</artifactId>
-      <version>1.2.2</version>
+      <version>1.4</version>
     </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>