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 2009/06/05 19:53:21 UTC

svn commit: r782080 - in /directory: apacheds/trunk/pom.xml daemon/trunk/pom.xml installers/trunk/apacheds/src/main/installers/apacheds-fhs.conf installers/trunk/pom.xml shared/trunk/pom.xml

Author: elecharny
Date: Fri Jun  5 17:53:21 2009
New Revision: 782080

URL: http://svn.apache.org/viewvc?rev=782080&view=rev
Log:
upgraded sllf4j, xbean-spring and spring framework dependencies

Modified:
    directory/apacheds/trunk/pom.xml
    directory/daemon/trunk/pom.xml
    directory/installers/trunk/apacheds/src/main/installers/apacheds-fhs.conf
    directory/installers/trunk/pom.xml
    directory/shared/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=782080&r1=782079&r2=782080&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Fri Jun  5 17:53:21 2009
@@ -129,19 +129,19 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>1.5.2</version>
+        <version>1.5.6</version>
       </dependency>
 
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>jcl-over-slf4j</artifactId>
-        <version>1.5.2</version>
+        <version>1.5.6</version>
       </dependency>
 
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
-        <version>1.5.2</version>
+        <version>1.5.6</version>
       </dependency>
 
       <dependency>
@@ -195,25 +195,25 @@
       <dependency>
         <groupId>org.apache.xbean</groupId>
         <artifactId>xbean-spring</artifactId>
-        <version>3.4.3</version>
+        <version>3.5</version>
       </dependency>
 
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-core</artifactId>
-        <version>2.5.5</version>
+        <version>2.5.6.SEC01</version>
       </dependency>
 
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-beans</artifactId>
-        <version>2.5.5</version>
+        <version>2.5.6.SEC01</version>
       </dependency>
 
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-context</artifactId>
-        <version>2.5.5</version>
+        <version>2.5.6.SEC01</version>
       </dependency>
 
       <dependency>

Modified: directory/daemon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/trunk/pom.xml?rev=782080&r1=782079&r2=782080&view=diff
==============================================================================
--- directory/daemon/trunk/pom.xml (original)
+++ directory/daemon/trunk/pom.xml Fri Jun  5 17:53:21 2009
@@ -55,13 +55,13 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>1.5.2</version>
+        <version>1.5.6</version>
       </dependency>
 
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
-        <version>1.5.2</version>
+        <version>1.5.6</version>
       </dependency>
 
       <dependency>

Modified: directory/installers/trunk/apacheds/src/main/installers/apacheds-fhs.conf
URL: http://svn.apache.org/viewvc/directory/installers/trunk/apacheds/src/main/installers/apacheds-fhs.conf?rev=782080&r1=782079&r2=782080&view=diff
==============================================================================
--- directory/installers/trunk/apacheds/src/main/installers/apacheds-fhs.conf (original)
+++ directory/installers/trunk/apacheds/src/main/installers/apacheds-fhs.conf Fri Jun  5 17:53:21 2009
@@ -36,8 +36,8 @@
 
 wrapper.java.classpath.1=../lib/bootstrapper.jar
 wrapper.java.classpath.2=../lib/wrapper.jar
-wrapper.java.classpath.3=../lib/slf4j-api-1.5.2.jar
-wrapper.java.classpath.4=../lib/slf4j-log4j12-1.5.2.jar
+wrapper.java.classpath.3=../lib/slf4j-api-1.5.6.jar
+wrapper.java.classpath.4=../lib/slf4j-log4j12-1.5.6.jar
 wrapper.java.classpath.5=../lib/log4j-1.2.14.jar
 
 # Java Library Path (location of Wrapper.DLL or libwrapper.so)
@@ -127,4 +127,4 @@
 wrapper.ntservice.interactive=false
 
 # Anything after this line can't be overridden
-#include "%INSTANCE_HOME%/%INSTANCE%/conf/apacheds.conf"
\ No newline at end of file
+#include "%INSTANCE_HOME%/%INSTANCE%/conf/apacheds.conf"

Modified: directory/installers/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/trunk/pom.xml?rev=782080&r1=782079&r2=782080&view=diff
==============================================================================
--- directory/installers/trunk/pom.xml (original)
+++ directory/installers/trunk/pom.xml Fri Jun  5 17:53:21 2009
@@ -225,19 +225,19 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>1.5.2</version>
+        <version>1.5.6</version>
       </dependency>
 
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>jcl-over-slf4j</artifactId>
-        <version>1.5.2</version>
+        <version>1.5.6</version>
       </dependency>
 
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
-        <version>1.5.2</version>
+        <version>1.5.6</version>
       </dependency>
 
       <dependency>
@@ -300,7 +300,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-core</artifactId>
-        <version>2.5.5</version>
+        <version>2.5.6.SEC01</version>
         <exclusions>
           <exclusion>
             <groupId>commons-logging</groupId>
@@ -312,7 +312,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-beans</artifactId>
-        <version>2.5.5</version>
+        <version>2.5.6.SEC01</version>
         <exclusions>
           <exclusion>
             <groupId>commons-logging</groupId>
@@ -324,7 +324,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-context</artifactId>
-        <version>2.5.5</version>
+        <version>2.5.6.SEC01</version>
         <exclusions>
           <exclusion>
             <groupId>commons-logging</groupId>
@@ -376,7 +376,7 @@
       <dependency>
         <groupId>org.apache.xbean</groupId>
         <artifactId>xbean-spring</artifactId>
-        <version>3.4.3</version>
+        <version>3.5</version>
         <exclusions>
           <exclusion>
             <groupId>commons-logging</groupId>

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=782080&r1=782079&r2=782080&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Fri Jun  5 17:53:21 2009
@@ -76,13 +76,19 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>1.5.2</version>
+        <version>1.5.6</version>
       </dependency>
 
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
-        <version>1.5.2</version>
+        <version>1.5.6</version>
+      </dependency>
+
+      <dependency>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+        <version>1.2.14</version>
       </dependency>
 
       <dependency>