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 2010/01/27 11:49:35 UTC

svn commit: r903603 - /directory/apacheds/trunk/pom.xml

Author: elecharny
Date: Wed Jan 27 10:49:35 2010
New Revision: 903603

URL: http://svn.apache.org/viewvc?rev=903603&view=rev
Log:
added version for the jars

Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=903603&r1=903602&r2=903603&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Wed Jan 27 10:49:35 2010
@@ -41,6 +41,15 @@
     <!-- Set versions for depending projects -->
     <org.apache.directory.shared.version>0.9.18-SNAPSHOT</org.apache.directory.shared.version>
     <skin.version>1.0.1</skin.version>
+    
+    <!-- Set versions for depening jars -->
+    <bcprov.version>140</bcprov.version>
+    <commons.io.version>1.4</commons.io.version>
+    <commons.net.version>2.0</commons.net.version>
+    <jetty.version>6.1.14</jetty.version>
+    <junit.version>4.7</junit.version>
+    <ldapsdk.version>4.1</ldapsdk.version>
+    <mina.core.version>2.0.0-RC1</mina.core.version>
   </properties>
 
   <url>http://directory.apache.org/apacheds/1.5</url>