You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/10/28 03:42:04 UTC

svn commit: r329029 - in /directory/shared/ldap/trunk: ./ apache-provider/ apache-provider/src/test/resources/ apache2-provider/src/test/resources/ common/ snacc-provider/

Author: akarasulu
Date: Thu Oct 27 18:41:56 2005
New Revision: 329029

URL: http://svn.apache.org/viewcvs?rev=329029&view=rev
Log:
changes ...

 o upgrading version to 0.9.3 to tag and release internally
 o updated deps on ASN.1 libraries for 0.3.3 internal releases
 o added some log4j config files for projects that seemed a bit hungry
   and compiled in test cases

Added:
    directory/shared/ldap/trunk/apache-provider/src/test/resources/
    directory/shared/ldap/trunk/apache-provider/src/test/resources/log4j.properties
    directory/shared/ldap/trunk/apache2-provider/src/test/resources/
    directory/shared/ldap/trunk/apache2-provider/src/test/resources/log4j.properties
Modified:
    directory/shared/ldap/trunk/apache-provider/project.xml
    directory/shared/ldap/trunk/common/project.xml
    directory/shared/ldap/trunk/project.xml
    directory/shared/ldap/trunk/snacc-provider/project.xml

Modified: directory/shared/ldap/trunk/apache-provider/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/apache-provider/project.xml?rev=329029&r1=329028&r2=329029&view=diff
==============================================================================
--- directory/shared/ldap/trunk/apache-provider/project.xml (original)
+++ directory/shared/ldap/trunk/apache-provider/project.xml Thu Oct 27 18:41:56 2005
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>directory-asn1</groupId>
             <artifactId>asn1-codec</artifactId>
-            <version>0.3.3-SNAPSHOT</version>
+            <version>0.3.3</version>
             <type>jar</type>
             <url>http://directory.apache.org/subprojects/asn1/codec</url>
         </dependency>
@@ -47,7 +47,7 @@
         <dependency>
             <groupId>directory-asn1</groupId>
             <artifactId>asn1-ber</artifactId>
-            <version>0.3.3-SNAPSHOT</version>
+            <version>0.3.3</version>
             <type>jar</type>
             <url>http://directory.apache.org/subprojects/asn1/ber</url>
         </dependency>

Added: directory/shared/ldap/trunk/apache-provider/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/apache-provider/src/test/resources/log4j.properties?rev=329029&view=auto
==============================================================================
--- directory/shared/ldap/trunk/apache-provider/src/test/resources/log4j.properties (added)
+++ directory/shared/ldap/trunk/apache-provider/src/test/resources/log4j.properties Thu Oct 27 18:41:56 2005
@@ -0,0 +1,5 @@
+log4j.rootCategory=INFO, stdout
+
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+log4j.appender.stdout.layout.ConversionPattern=[%d{HH:mm:ss}] %p [%c] - %m%n

Added: directory/shared/ldap/trunk/apache2-provider/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/apache2-provider/src/test/resources/log4j.properties?rev=329029&view=auto
==============================================================================
--- directory/shared/ldap/trunk/apache2-provider/src/test/resources/log4j.properties (added)
+++ directory/shared/ldap/trunk/apache2-provider/src/test/resources/log4j.properties Thu Oct 27 18:41:56 2005
@@ -0,0 +1,5 @@
+log4j.rootCategory=INFO, stdout
+
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+log4j.appender.stdout.layout.ConversionPattern=[%d{HH:mm:ss}] %p [%c] - %m%n

Modified: directory/shared/ldap/trunk/common/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/common/project.xml?rev=329029&r1=329028&r2=329029&view=diff
==============================================================================
--- directory/shared/ldap/trunk/common/project.xml (original)
+++ directory/shared/ldap/trunk/common/project.xml Thu Oct 27 18:41:56 2005
@@ -47,7 +47,7 @@
         <dependency>
             <groupId>directory-asn1</groupId>
             <artifactId>asn1-codec</artifactId>
-            <version>0.3.3-SNAPSHOT</version>
+            <version>0.3.3</version>
             <type>jar</type>
         </dependency>
     </dependencies>

Modified: directory/shared/ldap/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/project.xml?rev=329029&r1=329028&r2=329029&view=diff
==============================================================================
--- directory/shared/ldap/trunk/project.xml (original)
+++ directory/shared/ldap/trunk/project.xml Thu Oct 27 18:41:56 2005
@@ -3,7 +3,7 @@
   <pomVersion>3</pomVersion>
   <groupId>directory-shared</groupId>
   <artifactId>directory-shared-parent</artifactId>
-  <currentVersion>0.9.3-SNAPSHOT</currentVersion>
+  <currentVersion>0.9.3</currentVersion>
   <name>LDAP Shared API</name>
   <inceptionYear>2003</inceptionYear>
   <package>org.apache.directory.sitedocs</package>

Modified: directory/shared/ldap/trunk/snacc-provider/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/snacc-provider/project.xml?rev=329029&r1=329028&r2=329029&view=diff
==============================================================================
--- directory/shared/ldap/trunk/snacc-provider/project.xml (original)
+++ directory/shared/ldap/trunk/snacc-provider/project.xml Thu Oct 27 18:41:56 2005
@@ -15,7 +15,7 @@
         <dependency>
             <groupId>directory-asn1</groupId>
             <artifactId>asn1-codec</artifactId>
-            <version>0.3.3-SNAPSHOT</version>
+            <version>0.3.3</version>
             <type>jar</type>
         </dependency>
         <dependency>