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/01/20 17:26:27 UTC

svn commit: r1061370 - in /directory: apacheds/trunk/pom.xml shared/trunk/pom.xml

Author: elecharny
Date: Thu Jan 20 16:26:27 2011
New Revision: 1061370

URL: http://svn.apache.org/viewvc?rev=1061370&view=rev
Log:
Bumped up mina and xml-apis jars' version. Removed a dep on server-xml

Modified:
    directory/apacheds/trunk/pom.xml
    directory/shared/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1061370&r1=1061369&r2=1061370&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Thu Jan 20 16:26:27 2011
@@ -72,7 +72,7 @@
     <maven.artifact.version>2.2.1</maven.artifact.version>
     <maven.plugin.api.version>2.2.1</maven.plugin.api.version>
     <maven.project.version>2.0.9</maven.project.version>
-    <mina.core.version>2.0.1</mina.core.version>
+    <mina.core.version>2.0.2</mina.core.version>
     <plexus.utils.version>2.0.5</plexus.utils.version>
     <quartz.version>1.6.0</quartz.version>
     <slf4j.api.version>1.6.1</slf4j.api.version>
@@ -380,12 +380,6 @@
       
       <dependency>
         <groupId>${project.groupId}</groupId>
-        <artifactId>apacheds-server-xml</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>${project.groupId}</groupId>
         <artifactId>apacheds-syncrepl</artifactId>
         <version>${project.version}</version>
       </dependency>

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=1061370&r1=1061369&r2=1061370&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Thu Jan 20 16:26:27 2011
@@ -49,10 +49,10 @@
     <dom4j.version>1.6.1</dom4j.version>
     <junit.version>4.8.2</junit.version>
     <log4j.version>1.2.16</log4j.version>
-    <mina.core.version>2.0.1</mina.core.version>
+    <mina.core.version>2.0.2</mina.core.version>
     <slf4j.api.version>1.6.1</slf4j.api.version>
     <slf4j.log4j12.version>1.6.1</slf4j.log4j12.version>
-    <xml.apis.version>1.0.b2</xml.apis.version>
+    <xml.apis.version>2.0.2</xml.apis.version>
     <xpp3.version>1.1.4c</xpp3.version>
     <findbugs.annotations.version>1.0.0</findbugs.annotations.version>
   </properties>