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 2013/02/26 16:29:11 UTC

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

Author: elecharny
Date: Tue Feb 26 15:29:11 2013
New Revision: 1450216

URL: http://svn.apache.org/r1450216
Log:
Bumped up some dependency versions. Added the mavibot module (commented). Added the Kerberos-client module

Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1450216&r1=1450215&r2=1450216&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Tue Feb 26 15:29:11 2013
@@ -55,7 +55,7 @@
     <bcprov.version>140</bcprov.version>
     <commons.cli.version>1.2</commons.cli.version>
     <commons.collections.version>3.2.1</commons.collections.version>
-    <commons.daemon.version>1.0.10</commons.daemon.version>
+    <commons.daemon.version>1.0.13</commons.daemon.version>
     <commons.io.version>2.4</commons.io.version>
     <commons.lang.version>2.6</commons.lang.version>
     <commons.net.version>3.2</commons.net.version>
@@ -68,8 +68,8 @@
     <ldapsdk.version>4.1</ldapsdk.version>
     <log4j.version>1.2.17</log4j.version>
     <maven.archiver.version>2.5</maven.archiver.version>
-    <maven.artifact.version>3.0.4</maven.artifact.version>
-    <maven.plugin.api.version>3.0.4</maven.plugin.api.version>
+    <maven.artifact.version>3.0.5</maven.artifact.version>
+    <maven.plugin.api.version>3.0.5</maven.plugin.api.version>
     <maven.project.version>3.0-alpha-2</maven.project.version>
     <mina.core.version>2.0.7</mina.core.version>
     <plexus.utils.version>3.0.10</plexus.utils.version>
@@ -96,6 +96,7 @@
     <module>i18n</module>
     <module>all</module>
     <module>jdbm-partition</module>
+    <!--module>mvbt-partition</module-->
     <module>xdbm-partition</module>
     <module>core-shared</module>
     <module>core-api</module>
@@ -128,6 +129,7 @@
     <module>http-integration</module>
     <module>test-framework</module>
     <module>ldap-client-test</module>
+    <module>kerberos-client</module>
     <module>service</module>
     <module>wrapper</module>
     <!--