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/28 00:45:22 UTC

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

Author: elecharny
Date: Wed Jan 27 23:45:22 2010
New Revision: 903912

URL: http://svn.apache.org/viewvc?rev=903912&view=rev
Log:
updated the jars version

Modified:
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=903912&r1=903911&r2=903912&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Wed Jan 27 23:45:22 2010
@@ -24,6 +24,7 @@
     <artifactId>project</artifactId>
     <version>16</version>
   </parent>
+
   <groupId>org.apache.directory.shared</groupId>
   <artifactId>shared-parent</artifactId>
   <name>Apache Directory Shared</name>
@@ -41,8 +42,13 @@
     <commons.collections.version>3.2.1</commons.collections.version>
     <commons.io.version>1.4</commons.io.version>
     <commons.lang.version>2.4</commons.lang.version>
+    <commons.pool.version>1.5.4</commons.pool.version>
     <dom4j.version>1.6.1</dom4j.version>
+    <junit.version>4.7</junit.version>
+    <log4j.version>1.2.15</log4j.version>
     <mina.core.version>2.0.0-RC1</mina.core.version>
+    <slf4j.api.version>1.5.10</slf4j.api.version>
+    <slf4j.log4j12.version>1.5.10</slf4j.log4j12.version>
     <xpp3.version>1.1.4c</xpp3.version>
   </properties>
   
@@ -80,73 +86,73 @@
       <dependency>
         <groupId>commons-collections</groupId>
         <artifactId>commons-collections</artifactId>
-        <version>3.2.1</version>
+        <version>${commons.collections.version}</version>
       </dependency>
 
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>1.4</version>
+        <version>${commons.io.version}</version>
       </dependency>
 
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
-        <version>2.4</version>
+        <version>${commons.lang.version}</version>
       </dependency>
 
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>1.5.10</version>
+        <version>${slf4j.api.version}</version>
       </dependency>
 
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
-        <version>1.5.10</version>
+        <version>${slf4j.log4j12.version}</version>
       </dependency>
 
       <dependency>
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
-        <version>1.2.14</version>
+        <version>${log4j.version}</version>
       </dependency>
 
       <dependency>
         <groupId>commons-pool</groupId>
         <artifactId>commons-pool</artifactId>
-        <version>1.5.4</version>
+        <version>${commons.pool.version}</version>
       </dependency>
 
       <dependency>
         <groupId>antlr</groupId>
         <artifactId>antlr</artifactId>
-        <version>2.7.7</version>
+        <version>${antlr.version}</version>
       </dependency>
 
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.7</version>
+        <version>${junit.version}</version>
       </dependency>
 
       <dependency>
         <groupId>org.apache.mina</groupId>
         <artifactId>mina-core</artifactId>
-        <version>2.0.0-RC1</version>
+        <version>${mina.core.version}</version>
       </dependency>
       
       <dependency>
         <groupId>dom4j</groupId>
         <artifactId>dom4j</artifactId>
-        <version>1.6.1</version>
+        <version>${dom4j.version}</version>
       </dependency>
       
       <dependency>
         <groupId>xpp3</groupId>
         <artifactId>xpp3</artifactId>
-        <version>1.1.3.4.O</version>
+        <version>${xpp3.version}</version>
       </dependency>
     </dependencies>
   </dependencyManagement>