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 00:31:55 UTC

svn commit: r326735 - /directory/shared/ldap/trunk/snacc-provider/project.xml

Author: elecharny
Date: Wed Oct 19 15:31:49 2005
New Revision: 326735

URL: http://svn.apache.org/viewcvs?rev=326735&view=rev
Log:
Changed dep asn1-codec-0.3.2 to asn1-codec-0.3.3
Changed from commons-collections-2.1 to 3.0

Modified:
    directory/shared/ldap/trunk/snacc-provider/project.xml

Modified: directory/shared/ldap/trunk/snacc-provider/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/snacc-provider/project.xml?rev=326735&r1=326734&r2=326735&view=diff
==============================================================================
--- directory/shared/ldap/trunk/snacc-provider/project.xml (original)
+++ directory/shared/ldap/trunk/snacc-provider/project.xml Wed Oct 19 15:31:49 2005
@@ -1,66 +1,60 @@
-<?xml version="1.0"?>
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-	xsi:noNamespaceSchemaLocation="maven-project.xsd">
-	
-  <extend>../project.xml</extend>
-  <artifactId>ldap-snacc-provider</artifactId>
-  <name>ldap-snacc-provider</name>
-  
-  <package>org.apache.ldap.common.berlib</package>
-  
-  <shortDescription>
-    Snacc based LDAP message codec provider.
-  </shortDescription>
-  
-  <dependencies>
-    <dependency>
-      <groupId>${pom.groupId}</groupId>
-      <artifactId>ldap-common</artifactId>
-      <version>${pom.currentVersion}</version>
-    </dependency>
-
-    <dependency>
-      <groupId>directory-asn1</groupId>
-      <artifactId>asn1-codec</artifactId>
-      <version>0.3.2</version>
-    </dependency>
-
-    <dependency>
-      <groupId>snacc4j</groupId>
-      <artifactId>snacc</artifactId>
-      <version>2.3</version>
-      <url>http://www.alphaworks.ibm.com/tech/snaccforjava</url>
-    </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-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>2.0</version>
-      <url>http://jakarta.apache.org/commons/lang</url>
-    </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>
-    <report>maven-changes-plugin</report>
-    <report>maven-checkstyle-plugin</report>
-    <report>maven-file-activity-plugin</report>
-    <report>maven-javadoc-plugin</report>
-    <report>maven-jdepend-plugin</report>
-    <report>maven-jxr-plugin</report>
-    <report>maven-license-plugin</report>
-    <report>maven-tasklist-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">
+    <extend>../project.xml</extend>
+    <pomVersion>3</pomVersion>
+    <artifactId>ldap-snacc-provider</artifactId>
+    <name>ldap-snacc-provider</name>
+    <groupId>ldap-snacc-provider</groupId>
+    <package>org.apache.ldap.common.berlib</package>
+    <shortDescription>Snacc based LDAP message codec provider.</shortDescription>
+    <dependencies>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>ldap-common</artifactId>
+            <version>${pom.currentVersion}</version>
+            <type>jar</type>
+        </dependency>
+        <dependency>
+            <groupId>directory-asn1</groupId>
+            <artifactId>asn1-codec</artifactId>
+            <version>0.3.3</version>
+            <type>jar</type>
+        </dependency>
+        <dependency>
+            <groupId>snacc4j</groupId>
+            <artifactId>snacc</artifactId>
+            <version>2.3</version>
+            <type>jar</type>
+            <url>http://www.alphaworks.ibm.com/tech/snaccforjava</url>
+        </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-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.0</version>
+            <type>jar</type>
+            <url>http://jakarta.apache.org/commons/lang</url>
+        </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>
+        <report>maven-changes-plugin</report>
+        <report>maven-checkstyle-plugin</report>
+        <report>maven-file-activity-plugin</report>
+        <report>maven-javadoc-plugin</report>
+        <report>maven-jdepend-plugin</report>
+        <report>maven-jxr-plugin</report>
+        <report>maven-license-plugin</report>
+        <report>maven-tasklist-plugin</report>
+    </reports>
 </project>