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 2017/05/31 17:20:19 UTC

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

Author: elecharny
Date: Wed May 31 17:20:19 2017
New Revision: 1797077

URL: http://svn.apache.org/viewvc?rev=1797077&view=rev
Log:
Downgrade slf4j to 1.7.25 to please Studio

Modified:
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=1797077&r1=1797076&r2=1797077&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Wed May 31 17:20:19 2017
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.project</groupId>
     <artifactId>project</artifactId>
-    <version>38</version>
+    <version>39-SNAPSHOT</version>
     <relativePath />
   </parent>
 
@@ -61,9 +61,9 @@
     <org.apache.felix.version>5.6.4</org.apache.felix.version>
     <pax-exam.version>4.11.0</pax-exam.version>
     <pax-url.version>2.5.2</pax-url.version>
-    <slf4j.api.version>1.8.0-alpha2</slf4j.api.version>
+    <slf4j.api.version>1.7.25</slf4j.api.version>
     <slf4j.api.bundleversion>"$«range;[==,=+)»"</slf4j.api.bundleversion>
-    <slf4j.log4j12.version>1.8.0-alpha2</slf4j.log4j12.version>
+    <slf4j.log4j12.version>1.7.25</slf4j.log4j12.version>
     <xml.apis.version>2.0.2</xml.apis.version>
     <xpp3.version>1.1.4c</xpp3.version>
   </properties>