You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2011/11/22 16:05:01 UTC

svn commit: r1205030 - /directory/shared/trunk/pom.xml

Author: elecharny
Date: Tue Nov 22 15:05:00 2011
New Revision: 1205030

URL: http://svn.apache.org/viewvc?rev=1205030&view=rev
Log:
bumped up dependencies

Modified:
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=1205030&r1=1205029&r2=1205030&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Tue Nov 22 15:05:00 2011
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.project</groupId>
     <artifactId>project</artifactId>
-    <version>24</version>
+    <version>25-SNAPSHOT</version>
     <relativePath />
   </parent>
 
@@ -44,16 +44,16 @@
     <!-- Set versions for depending jars -->
     <antlr.version>2.7.7</antlr.version>
     <commons.collections.version>3.2.1</commons.collections.version>
-    <commons.io.version>2.0.1</commons.io.version>
+    <commons.io.version>2.1</commons.io.version>
     <commons.lang.version>2.6</commons.lang.version>
     <commons.pool.version>1.5.6</commons.pool.version>
     <dom4j.version>1.6.1</dom4j.version>
-    <junit.version>4.9</junit.version>
+    <junit.version>4.10</junit.version>
     <log4j.version>1.2.16</log4j.version>
     <mina.core.version>2.0.4</mina.core.version>
     <org.osgi.version>3.0.0</org.osgi.version>
     <org.osgi.core.version>4.3.0</org.osgi.core.version>
-    <org.apache.felix.version>3.2.2</org.apache.felix.version>
+    <org.apache.felix.version>4.0.1</org.apache.felix.version>
     <slf4j.api.version>1.6.4</slf4j.api.version>
     <slf4j.log4j12.version>1.6.4</slf4j.log4j12.version>
     <xml.apis.version>2.0.2</xml.apis.version>