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 2005/10/20 22:26:26 UTC

svn commit: r326996 - /directory/clients/ldap/trunk/project.xml

Author: elecharny
Date: Thu Oct 20 13:26:20 2005
New Revision: 326996

URL: http://svn.apache.org/viewcvs?rev=326996&view=rev
Log:
Updated commons-collection to 3.0 and common-ldap to 0.9.3-SNAPSHOT

Modified:
    directory/clients/ldap/trunk/project.xml

Modified: directory/clients/ldap/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/clients/ldap/trunk/project.xml?rev=326996&r1=326995&r2=326996&view=diff
==============================================================================
--- directory/clients/ldap/trunk/project.xml (original)
+++ directory/clients/ldap/trunk/project.xml Thu Oct 20 13:26:20 2005
@@ -1,142 +1,107 @@
-<?xml version="1.0"?>
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-  xsi:noNamespaceSchemaLocation="maven-project.xsd">
-  <pomVersion>3</pomVersion>
-  <currentVersion>0.9.1-SNAPSHOT</currentVersion>
-  <groupId>directory-clients</groupId>
-  <artifactId>ldap-clients</artifactId>
-  <name>ldap-clients</name>
-  <inceptionYear>2003</inceptionYear>
-  <package>org.apache.ldap.clients</package>
-  <logo>http://directory.apache.org/images/apache-directory-logo.png</logo>
-  <url>http://directory.apache.org/subprojects/clients/ldap</url>
-
-
-  <description> 
-    An LDAP Client libarary used for testing and building LDAP JNDI 
-    providers. 
-  </description>
-  
-  <shortDescription> 
-    Pure java LDAP clients. These clients are designed to bundle with the Eve 
-    LDAP server, but will work with any RFC 2251 compliant LDAP server. 
-  </shortDescription>
-  
-  <issueTrackingUrl>
-    http://issues.apache.org/jira/browse/DIRCLIENTS
-  </issueTrackingUrl>
-
-  <siteAddress>minotaur.apache.org</siteAddress>
-  <siteDirectory>
-    /www/directory.apache.org/subprojects/clients/ldap
-  </siteDirectory>
-  <distributionDirectory>
-    /www/cvs.apache.org/dist/directory
-  </distributionDirectory>
-  
-  <repository>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/directory/clients/${module.path}
-    </connection>
-
-    <url>
-      http://svn.apache.org/viewcvs.cgi/directory/clients/${module.path}/?root=Apache-SVN
-    </url>
-    
-    <developerConnection>
-      https://svn.apache.org/repos/asf/directory/clients/${module.path}
-    </developerConnection>
-  </repository>
-  
-  <shortDescription>Java LDAP Clients</shortDescription>
-  
-  <description>
-    Java LDAP Clients
-  </description>
-  
-  <mailingLists>
-    <mailingList>
-      <name>Directory Developer List</name>
-      <subscribe>
-            dev@directory.apache.org
-      </subscribe>
-      <unsubscribe>
-            dev-unsubscribe@directory.apache.org
-      </unsubscribe>
-      <archive>
-            http://issues.apache.org/eyebrowse/SummarizeList?listId=181
-      </archive>
-    </mailingList>
-  </mailingLists>
-  
-  <licenses>
-    <license>
-      <name>Apache 2.0 License</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-
-  <build>
-    <nagEmailAddress>dev@directory.apache.org</nagEmailAddress>
-    <sourceDirectory>${basedir}/src/java</sourceDirectory>
-    <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
-                                                                              
-    <unitTest>
-      <includes>
-        <include>**/*Test.java</include>
-      </includes>
-    </unitTest>
-  </build>
-
-  <dependencies>
-    <dependency>
-      <artifactId>maven-site-plugin</artifactId>
-      <groupId>maven</groupId>
-      <version>1.6.1</version>
-      <type>plugin</type>
-    </dependency>
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-      <version>2.1</version>
-      <url>http://jakarta.apache.org/commons/collections.html</url>
-    </dependency>
-    <dependency>
-      <groupId>commons-cli</groupId>
-      <artifactId>commons-cli</artifactId>
-      <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/cli.html</url>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.8</version>
-      <url>http://logging.apache.org/log4j/docs/</url>
-      <properties>
-        <gump.project>logging-log4j</gump.project>
-      </properties>
-    </dependency>
-    <dependency>
-      <groupId>regexp</groupId>
-      <artifactId>regexp</artifactId>
-      <version>1.2</version>
-      <url>http://jakarta.apache.org/regexp/index.html</url>
-      <properties>
-        <gump.project>jakarta-regexp</gump.project>
-      </properties>
-    </dependency>
-    <dependency>
-      <groupId>directory-shared</groupId>
-      <artifactId>ldap-common</artifactId>
-      <version>0.9</version>
-    </dependency>
-  </dependencies>
-
-  <reports>
-    <report>maven-changelog-plugin</report>
-    <report>maven-developer-activity-plugin</report>
-    <report>maven-file-activity-plugin</report>
-    <report>maven-javadoc-plugin</report>
-  </reports>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="maven-project.xsd">
+    <pomVersion>3</pomVersion>
+    <currentVersion>0.9.1-SNAPSHOT</currentVersion>
+    <groupId>directory-clients</groupId>
+    <artifactId>ldap-clients</artifactId>
+    <name>ldap-clients</name>
+    <inceptionYear>2003</inceptionYear>
+    <package>org.apache.ldap.clients</package>
+    <logo>http://directory.apache.org/images/apache-directory-logo.png</logo>
+    <url>http://directory.apache.org/subprojects/clients/ldap</url>
+    <description>An LDAP Client libarary used for testing and building LDAP JNDI 
+    providers.</description>
+    <shortDescription>Pure java LDAP clients. These clients are designed to bundle with the Eve 
+    LDAP server, but will work with any RFC 2251 compliant LDAP server.</shortDescription>
+    <issueTrackingUrl>http://issues.apache.org/jira/browse/DIRCLIENTS</issueTrackingUrl>
+    <siteAddress>minotaur.apache.org</siteAddress>
+    <siteDirectory>/www/directory.apache.org/subprojects/clients/ldap</siteDirectory>
+    <distributionDirectory>/www/cvs.apache.org/dist/directory</distributionDirectory>
+    <repository>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/directory/clients/${module.path}</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/directory/clients/${module.path}/?root=Apache-SVN</url>
+        <developerConnection>https://svn.apache.org/repos/asf/directory/clients/${module.path}</developerConnection>
+    </repository>
+    <shortDescription>Java LDAP Clients</shortDescription>
+    <description>Java LDAP Clients</description>
+    <mailingLists>
+        <mailingList>
+            <name>Directory Developer List</name>
+            <subscribe>dev@directory.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@directory.apache.org</unsubscribe>
+            <archive>http://issues.apache.org/eyebrowse/SummarizeList?listId=181</archive>
+        </mailingList>
+    </mailingLists>
+    <licenses>
+        <license>
+            <name>Apache 2.0 License</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+    <build>
+        <nagEmailAddress>dev@directory.apache.org</nagEmailAddress>
+        <sourceDirectory>${basedir}/src/java</sourceDirectory>
+        <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
+        <unitTest>
+            <includes>
+                <include>**/*Test.java</include>
+            </includes>
+        </unitTest>
+    </build>
+    <dependencies>
+        <dependency>
+            <artifactId>maven-site-plugin</artifactId>
+            <groupId>maven</groupId>
+            <version>1.6.1</version>
+            <type>plugin</type>
+        </dependency>
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+            <version>3.0</version>
+            <type>jar</type>
+            <url>http://jakarta.apache.org/commons/collections.html</url>
+        </dependency>
+        <dependency>
+            <groupId>commons-cli</groupId>
+            <artifactId>commons-cli</artifactId>
+            <version>1.0</version>
+            <type>jar</type>
+            <url>http://jakarta.apache.org/commons/cli.html</url>
+        </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.8</version>
+            <type>jar</type>
+            <url>http://logging.apache.org/log4j/docs/</url>
+            <properties>
+                <gump.project>logging-log4j</gump.project>
+            </properties>
+        </dependency>
+        <dependency>
+            <groupId>regexp</groupId>
+            <artifactId>regexp</artifactId>
+            <version>1.2</version>
+            <type>jar</type>
+            <url>http://jakarta.apache.org/regexp/index.html</url>
+            <properties>
+                <gump.project>jakarta-regexp</gump.project>
+            </properties>
+        </dependency>
+        <dependency>
+            <groupId>directory-shared</groupId>
+            <artifactId>ldap-common</artifactId>
+            <version>0.9.3-SNAPSHOT</version>
+            <type>jar</type>
+        </dependency>
+    </dependencies>
+    <reports>
+        <report>maven-changelog-plugin</report>
+        <report>maven-developer-activity-plugin</report>
+        <report>maven-file-activity-plugin</report>
+        <report>maven-javadoc-plugin</report>
+    </reports>
 </project>
+