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/11/03 22:48:18 UTC

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

Author: lindner
Date: Wed Nov  3 21:48:18 2010
New Revision: 1030718

URL: http://svn.apache.org/viewvc?rev=1030718&view=rev
Log:
bump versions, start trying to fix samples

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

Modified: shindig/trunk/java/samples/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/samples/pom.xml?rev=1030718&r1=1030717&r2=1030718&view=diff
==============================================================================
--- shindig/trunk/java/samples/pom.xml (original)
+++ shindig/trunk/java/samples/pom.xml Wed Nov  3 21:48:18 2010
@@ -111,7 +111,7 @@
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
-      <version>10.4.2.0</version>
+      <version>10.6.2.1</version>
     </dependency>
     <dependency>
       <groupId>commons-dbcp</groupId>
@@ -162,7 +162,7 @@
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>ejb3-persistence</artifactId>
-      <version>1.0.1.GA</version>
+      <version>1.0.2.GA</version>
     </dependency>
 
     <!-- test -->

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1030718&r1=1030717&r2=1030718&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Wed Nov  3 21:48:18 2010
@@ -1558,7 +1558,7 @@
       <dependency>
         <groupId>joda-time</groupId>
         <artifactId>joda-time</artifactId>
-        <version>1.6</version>
+        <version>1.6.2</version>
       </dependency>
       <dependency>
         <groupId>rome</groupId>
@@ -1649,7 +1649,7 @@
       <dependency>
         <groupId>xml-apis</groupId>
         <artifactId>xml-apis</artifactId>
-        <version>1.3.04</version>
+        <version>2.0.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>