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 18:52:34 UTC

svn commit: r782063 - in /directory: apacheds/trunk/ apacheds/trunk/bootstrap-extract/ apacheds/trunk/bootstrap-partition/ apacheds/trunk/core-integ/ apacheds/trunk/core-jndi/ apacheds/trunk/core-unit/ apacheds/trunk/core/ apacheds/trunk/interceptor-ke...

Author: elecharny
Date: Fri Jun  5 16:52:34 2009
New Revision: 782063

URL: http://svn.apache.org/viewvc?rev=782063&view=rev
Log:
Upgraded commons-cli, net and io to the latest versions

Modified:
    directory/apacheds/trunk/bootstrap-extract/pom.xml
    directory/apacheds/trunk/bootstrap-partition/pom.xml
    directory/apacheds/trunk/core-integ/pom.xml
    directory/apacheds/trunk/core-jndi/pom.xml
    directory/apacheds/trunk/core-unit/pom.xml
    directory/apacheds/trunk/core/pom.xml
    directory/apacheds/trunk/interceptor-kerberos/pom.xml
    directory/apacheds/trunk/jdbm-store/pom.xml
    directory/apacheds/trunk/ldap-api-test/pom.xml
    directory/apacheds/trunk/pom.xml
    directory/apacheds/trunk/server-integ/pom.xml
    directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/bind/SaslBindIT.java
    directory/apacheds/trunk/server-tools/src/main/manifest/MANIFEST.MF
    directory/apacheds/trunk/syncrepl/pom.xml
    directory/apacheds/trunk/xdbm-search/pom.xml
    directory/daemon/trunk/plugin/src/main/resources/org/apache/directory/daemon/installers/solarispkg/Prototype
    directory/installers/trunk/pom.xml

Modified: directory/apacheds/trunk/bootstrap-extract/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/bootstrap-extract/pom.xml?rev=782063&r1=782062&r2=782063&view=diff
==============================================================================
--- directory/apacheds/trunk/bootstrap-extract/pom.xml (original)
+++ directory/apacheds/trunk/bootstrap-extract/pom.xml Fri Jun  5 16:52:34 2009
@@ -37,7 +37,7 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.commons</groupId>
+      <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
       <scope>test</scope>
     </dependency>

Modified: directory/apacheds/trunk/bootstrap-partition/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/bootstrap-partition/pom.xml?rev=782063&r1=782062&r2=782063&view=diff
==============================================================================
--- directory/apacheds/trunk/bootstrap-partition/pom.xml (original)
+++ directory/apacheds/trunk/bootstrap-partition/pom.xml Fri Jun  5 16:52:34 2009
@@ -40,7 +40,7 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.commons</groupId> 
+      <groupId>commons-io</groupId> 
       <artifactId>commons-io</artifactId>
       <scope>test</scope>
     </dependency>

Modified: directory/apacheds/trunk/core-integ/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-integ/pom.xml?rev=782063&r1=782062&r2=782063&view=diff
==============================================================================
--- directory/apacheds/trunk/core-integ/pom.xml (original)
+++ directory/apacheds/trunk/core-integ/pom.xml Fri Jun  5 16:52:34 2009
@@ -42,7 +42,7 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.commons</groupId>
+      <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
     </dependency>
 

Modified: directory/apacheds/trunk/core-jndi/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-jndi/pom.xml?rev=782063&r1=782062&r2=782063&view=diff
==============================================================================
--- directory/apacheds/trunk/core-jndi/pom.xml (original)
+++ directory/apacheds/trunk/core-jndi/pom.xml Fri Jun  5 16:52:34 2009
@@ -40,7 +40,7 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.commons</groupId>
+      <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
       <scope>test</scope>
     </dependency>

Modified: directory/apacheds/trunk/core-unit/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-unit/pom.xml?rev=782063&r1=782062&r2=782063&view=diff
==============================================================================
--- directory/apacheds/trunk/core-unit/pom.xml (original)
+++ directory/apacheds/trunk/core-unit/pom.xml Fri Jun  5 16:52:34 2009
@@ -38,7 +38,7 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.commons</groupId>
+      <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
     </dependency>
 

Modified: directory/apacheds/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core/pom.xml?rev=782063&r1=782062&r2=782063&view=diff
==============================================================================
--- directory/apacheds/trunk/core/pom.xml (original)
+++ directory/apacheds/trunk/core/pom.xml Fri Jun  5 16:52:34 2009
@@ -38,7 +38,7 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.commons</groupId>
+      <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
       <scope>test</scope>
     </dependency>

Modified: directory/apacheds/trunk/interceptor-kerberos/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptor-kerberos/pom.xml?rev=782063&r1=782062&r2=782063&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptor-kerberos/pom.xml (original)
+++ directory/apacheds/trunk/interceptor-kerberos/pom.xml Fri Jun  5 16:52:34 2009
@@ -36,7 +36,7 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.commons</groupId>
+      <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
       <scope>test</scope>
     </dependency>

Modified: directory/apacheds/trunk/jdbm-store/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm-store/pom.xml?rev=782063&r1=782062&r2=782063&view=diff
==============================================================================
--- directory/apacheds/trunk/jdbm-store/pom.xml (original)
+++ directory/apacheds/trunk/jdbm-store/pom.xml Fri Jun  5 16:52:34 2009
@@ -42,7 +42,7 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.commons</groupId>
+      <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
       <scope>test</scope>
     </dependency>

Modified: directory/apacheds/trunk/ldap-api-test/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/ldap-api-test/pom.xml?rev=782063&r1=782062&r2=782063&view=diff
==============================================================================
--- directory/apacheds/trunk/ldap-api-test/pom.xml (original)
+++ directory/apacheds/trunk/ldap-api-test/pom.xml Fri Jun  5 16:52:34 2009
@@ -42,7 +42,7 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.commons</groupId>
+      <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
       <scope>test</scope>
     </dependency>

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=782063&r1=782062&r2=782063&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Fri Jun  5 16:52:34 2009
@@ -79,9 +79,9 @@
       </dependency>
 
       <dependency>
-        <groupId>org.apache.commons</groupId>
+        <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>1.3.2</version>
+        <version>1.4</version>
       </dependency>
 
       <dependency>
@@ -105,7 +105,7 @@
       <dependency>
         <groupId>commons-cli</groupId>
         <artifactId>commons-cli</artifactId>
-        <version>1.1</version>
+        <version>1.2</version>
       </dependency>
 
       <dependency>
@@ -117,7 +117,7 @@
       <dependency>
         <groupId>commons-net</groupId>
         <artifactId>commons-net</artifactId>
-        <version>1.4.1</version>
+        <version>2.0</version>
       </dependency>
 
       <dependency>

Modified: directory/apacheds/trunk/server-integ/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-integ/pom.xml?rev=782063&r1=782062&r2=782063&view=diff
==============================================================================
--- directory/apacheds/trunk/server-integ/pom.xml (original)
+++ directory/apacheds/trunk/server-integ/pom.xml Fri Jun  5 16:52:34 2009
@@ -42,7 +42,7 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.commons</groupId>
+      <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
     </dependency>
 

Modified: directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/bind/SaslBindIT.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/bind/SaslBindIT.java?rev=782063&r1=782062&r2=782063&view=diff
==============================================================================
--- directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/bind/SaslBindIT.java (original)
+++ directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/bind/SaslBindIT.java Fri Jun  5 16:52:34 2009
@@ -602,7 +602,7 @@
              connect( "localhost", ldapService.getPort() );
              setTcpNoDelay( false );
              
-             LOG.debug( "isConnected() = {}", _isConnected_ );
+             LOG.debug( "isConnected() = {}", isConnected() );
              LOG.debug( "LocalPort     = {}", getLocalPort() );
              LOG.debug( "LocalAddress  = {}", getLocalAddress() );
              LOG.debug( "RemotePort    = {}", getRemotePort() );

Modified: directory/apacheds/trunk/server-tools/src/main/manifest/MANIFEST.MF
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-tools/src/main/manifest/MANIFEST.MF?rev=782063&r1=782062&r2=782063&view=diff
==============================================================================
--- directory/apacheds/trunk/server-tools/src/main/manifest/MANIFEST.MF (original)
+++ directory/apacheds/trunk/server-tools/src/main/manifest/MANIFEST.MF Fri Jun  5 16:52:34 2009
@@ -38,7 +38,7 @@
  ../lib/mina-filter-ssl-1.1.7.jar 
  ../lib/commons-collections-3.2.1.jar 
  ../lib/commons-lang-2.4.jar 
- ../lib/commons-cli-1.1.jar 
+ ../lib/commons-cli-1.2.jar 
  ../lib/xbean-spring-3.4.3.jar 
  ../lib/spring-beans-2.5.5.jar 
  ../lib/spring-context-2.5.5.jar 

Modified: directory/apacheds/trunk/syncrepl/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/syncrepl/pom.xml?rev=782063&r1=782062&r2=782063&view=diff
==============================================================================
--- directory/apacheds/trunk/syncrepl/pom.xml (original)
+++ directory/apacheds/trunk/syncrepl/pom.xml Fri Jun  5 16:52:34 2009
@@ -99,7 +99,7 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.commons</groupId>
+      <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
     </dependency>
 

Modified: directory/apacheds/trunk/xdbm-search/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/xdbm-search/pom.xml?rev=782063&r1=782062&r2=782063&view=diff
==============================================================================
--- directory/apacheds/trunk/xdbm-search/pom.xml (original)
+++ directory/apacheds/trunk/xdbm-search/pom.xml Fri Jun  5 16:52:34 2009
@@ -38,9 +38,9 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.commons</groupId>
+      <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.3.2</version>
+      <version>1.4</version>
     </dependency>
     
     <dependency>

Modified: directory/daemon/trunk/plugin/src/main/resources/org/apache/directory/daemon/installers/solarispkg/Prototype
URL: http://svn.apache.org/viewvc/directory/daemon/trunk/plugin/src/main/resources/org/apache/directory/daemon/installers/solarispkg/Prototype?rev=782063&r1=782062&r2=782063&view=diff
==============================================================================
--- directory/daemon/trunk/plugin/src/main/resources/org/apache/directory/daemon/installers/solarispkg/Prototype (original)
+++ directory/daemon/trunk/plugin/src/main/resources/org/apache/directory/daemon/installers/solarispkg/Prototype Fri Jun  5 16:52:34 2009
@@ -42,7 +42,7 @@
 f none /opt/apacheds/lib/apacheds-xdbm-search-1.5.5-SNAPSHOT.jar 0644 apacheds apacheds
 f none /opt/apacheds/lib/apacheds-xdbm-tools-1.5.5-SNAPSHOT.jar 0644 apacheds apacheds
 f none /opt/apacheds/lib/bootstrapper.jar 0644 apacheds apacheds
-f none /opt/apacheds/lib/commons-cli-1.1.jar 0644 apacheds apacheds
+f none /opt/apacheds/lib/commons-cli-1.2.jar 0644 apacheds apacheds
 f none /opt/apacheds/lib/commons-collections-3.2.1.jar 0644 apacheds apacheds
 f none /opt/apacheds/lib/commons-daemon-1.0.1.jar 0644 apacheds apacheds
 f none /opt/apacheds/lib/commons-io-1.4.jar 0644 apacheds apacheds

Modified: directory/installers/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/trunk/pom.xml?rev=782063&r1=782062&r2=782063&view=diff
==============================================================================
--- directory/installers/trunk/pom.xml (original)
+++ directory/installers/trunk/pom.xml Fri Jun  5 16:52:34 2009
@@ -175,9 +175,9 @@
       </dependency>
 
       <dependency>
-        <groupId>org.apache.commons</groupId>
+        <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>1.3.2</version>
+        <version>1.4</version>
       </dependency>
 
       <dependency>
@@ -201,7 +201,7 @@
       <dependency>
         <groupId>commons-cli</groupId>
         <artifactId>commons-cli</artifactId>
-        <version>1.1</version>
+        <version>1.2</version>
       </dependency>
 
       <dependency>
@@ -213,7 +213,7 @@
       <dependency>
         <groupId>commons-net</groupId>
         <artifactId>commons-net</artifactId>
-        <version>1.4.1</version>
+        <version>2.0</version>
       </dependency>
 
       <dependency>