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 2011/10/26 17:39:14 UTC

svn commit: r1189271 - in /shindig/trunk: java/gadgets/pom.xml pom.xml

Author: lindner
Date: Wed Oct 26 15:39:14 2011
New Revision: 1189271

URL: http://svn.apache.org/viewvc?rev=1189271&view=rev
Log:
Update dependencies for 3.0.0-beta3

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

Modified: shindig/trunk/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/gadgets/pom.xml?rev=1189271&r1=1189270&r2=1189271&view=diff
==============================================================================
--- shindig/trunk/java/gadgets/pom.xml (original)
+++ shindig/trunk/java/gadgets/pom.xml Wed Oct 26 15:39:14 2011
@@ -94,7 +94,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>build-helper-maven-plugin</artifactId>
-            <version>1.5</version>
+            <version>1.7</version>
             <executions>
               <execution>
                 <id>add-source</id>

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1189271&r1=1189270&r2=1189271&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Wed Oct 26 15:39:14 2011
@@ -1418,7 +1418,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.8.2</version>
+      <version>4.10</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -1508,7 +1508,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.4</version>
+        <version>1.5</version>
       </dependency>
       <dependency>
         <groupId>commons-fileupload</groupId>
@@ -1573,7 +1573,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.0.1</version>
+        <version>2.1</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
@@ -1595,7 +1595,7 @@
       <dependency>
         <groupId>joda-time</groupId>
         <artifactId>joda-time</artifactId>
-        <version>1.6.2</version>
+        <version>2.0</version>
       </dependency>
       <dependency>
         <groupId>rome</groupId>
@@ -1610,7 +1610,7 @@
       <dependency>
         <groupId>com.ibm.icu</groupId>
         <artifactId>icu4j</artifactId>
-        <version>4.8</version>
+        <version>4.8.1.1</version>
       </dependency>
       <dependency>
         <groupId>net.sourceforge.htmlunit</groupId>
@@ -1665,17 +1665,17 @@
       <dependency>
         <groupId>org.apache.tomcat</groupId>
         <artifactId>el-api</artifactId>
-        <version>6.0.32</version>
+        <version>6.0.33</version>
       </dependency>
       <dependency>
         <groupId>org.apache.tomcat</groupId>
         <artifactId>jasper-el</artifactId>
-        <version>6.0.32</version>
+        <version>6.0.33</version>
       </dependency>
       <dependency>
         <groupId>de.odysseus.juel</groupId>
         <artifactId>juel-impl</artifactId>
-        <version>2.2.3</version>
+        <version>2.2.4</version>
         <exclusions>
           <exclusion>
             <groupId>de.odysseus.juel</groupId> 
@@ -1691,7 +1691,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.1.1</version>
+        <version>4.1.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.shiro</groupId>