You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2007/09/20 09:38:09 UTC

svn commit: r577604 - /incubator/sling/trunk/parent/pom.xml

Author: cziegeler
Date: Thu Sep 20 00:38:08 2007
New Revision: 577604

URL: http://svn.apache.org/viewvc?rev=577604&view=rev
Log:
Use latest versions.

Modified:
    incubator/sling/trunk/parent/pom.xml

Modified: incubator/sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=577604&r1=577603&r2=577604&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Thu Sep 20 00:38:08 2007
@@ -441,13 +441,13 @@
             <dependency>
                 <groupId>commons-codec</groupId>
                 <artifactId>commons-codec</artifactId>
-                <version>1.2</version>
+                <version>1.3</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>commons-configuration</groupId>
                 <artifactId>commons-configuration</artifactId>
-                <version>1.1</version>
+                <version>1.3</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
@@ -471,7 +471,7 @@
             <dependency>
                 <groupId>commons-digester</groupId>
                 <artifactId>commons-digester</artifactId>
-                <version>1.7</version>
+                <version>1.8</version>
                 <scope>provided</scope>
             </dependency>