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 2015/10/20 15:15:37 UTC

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

Author: elecharny
Date: Tue Oct 20 13:15:37 2015
New Revision: 1709583

URL: http://svn.apache.org/viewvc?rev=1709583&view=rev
Log:
Bumped up the LDAP API version

Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1709583&r1=1709582&r2=1709583&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Tue Oct 20 13:15:37 2015
@@ -45,7 +45,7 @@
     <distMgmtSiteUrl>scpexe://people.apache.org/www/directory.apache.org/apacheds/gen-docs/${project.version}/</distMgmtSiteUrl>
 
     <!-- Set versions for depending projects -->
-    <org.apache.directory.api.version>1.0.0-M32-SNAPSHOT</org.apache.directory.api.version>
+    <org.apache.directory.api.version>1.0.0-M33-SNAPSHOT</org.apache.directory.api.version>
     <org.apache.directory.mavibot.version>1.0.0-M8</org.apache.directory.mavibot.version>
     <org.apache.directory.checkstyle-configuration.version>0.3</org.apache.directory.checkstyle-configuration.version>
     <org.apache.directory.junit.junit-addons.version>0.1</org.apache.directory.junit.junit-addons.version>