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/02/11 09:52:07 UTC

svn commit: r1658900 - /directory/mavibot/trunk/pom.xml

Author: elecharny
Date: Wed Feb 11 08:52:07 2015
New Revision: 1658900

URL: http://svn.apache.org/r1658900
Log:
Bumped up dependency versions

Modified:
    directory/mavibot/trunk/pom.xml

Modified: directory/mavibot/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/mavibot/trunk/pom.xml?rev=1658900&r1=1658899&r2=1658900&view=diff
==============================================================================
--- directory/mavibot/trunk/pom.xml (original)
+++ directory/mavibot/trunk/pom.xml Wed Feb 11 08:52:07 2015
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.directory.project</groupId>
     <artifactId>project</artifactId>
-    <version>33</version>
+    <version>34</version>
     <relativePath />
   </parent>
 
@@ -77,12 +77,11 @@
 
   <properties>
     <!-- Dependencies versions ========================================== -->
-    <junit.version>4.11</junit.version>
-    <slf4j.version>1.7.7</slf4j.version>
+    <junit.version>4.12</junit.version>
     <commons.collections.version>3.2.1</commons.collections.version>
     <commons.io.version>2.4</commons.io.version>
-    <slf4j.api.version>1.7.7</slf4j.api.version>
-    <slf4j.log4j12.version>1.7.7</slf4j.log4j12.version>
+    <slf4j.api.version>1.7.10</slf4j.api.version>
+    <slf4j.log4j12.version>1.7.10</slf4j.log4j12.version>
   </properties>
 
   <modules>
@@ -104,7 +103,7 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>${slf4j.version}</version>
+        <version>${slf4j.api.version}</version>
       </dependency>
     </dependencies>
   </dependencyManagement>