You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2018/07/28 21:02:36 UTC

[directory-server] branch master updated: Update to LDAP API release

This is an automated email from the ASF dual-hosted git repository.

seelmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git


The following commit(s) were added to refs/heads/master by this push:
     new f43be07  Update to LDAP API release
f43be07 is described below

commit f43be07e803afb820711a2913ef89f744fdfa1d4
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sat Jul 28 23:02:27 2018 +0200

    Update to LDAP API release
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 05aa7c3..cbcb62a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
     <additionalparam>-Xdoclint:none</additionalparam>
 
     <!-- Set versions for depending projects -->
-    <org.apache.directory.api.version>2.0.0.AM1-SNAPSHOT</org.apache.directory.api.version>
+    <org.apache.directory.api.version>2.0.0.AM1</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>