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 2006/02/08 02:15:52 UTC

svn commit: r375821 - in /directory/trunks: apacheds/pom.xml mina/filter-codec-asn1/pom.xml shared/asn1/pom.xml shared/ldap/pom.xml

Author: akarasulu
Date: Tue Feb  7 17:15:50 2006
New Revision: 375821

URL: http://svn.apache.org/viewcvs?rev=375821&view=rev
Log:
Renamed artifactId for shared modules to shared-asn1 and shared-ldap so they are sorted and grouped together.  This is also consistent with the pattern in other modules

Modified:
    directory/trunks/apacheds/pom.xml
    directory/trunks/mina/filter-codec-asn1/pom.xml
    directory/trunks/shared/asn1/pom.xml
    directory/trunks/shared/ldap/pom.xml

Modified: directory/trunks/apacheds/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/pom.xml?rev=375821&r1=375820&r2=375821&view=diff
==============================================================================
--- directory/trunks/apacheds/pom.xml (original)
+++ directory/trunks/apacheds/pom.xml Tue Feb  7 17:15:50 2006
@@ -53,7 +53,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.directory.shared</groupId>
-      <artifactId>ldap-shared</artifactId>
+      <artifactId>shared-ldap</artifactId>
       <version>0.9.4-SNAPSHOT</version>
     </dependency>
   </dependencies>

Modified: directory/trunks/mina/filter-codec-asn1/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/mina/filter-codec-asn1/pom.xml?rev=375821&r1=375820&r2=375821&view=diff
==============================================================================
--- directory/trunks/mina/filter-codec-asn1/pom.xml (original)
+++ directory/trunks/mina/filter-codec-asn1/pom.xml Tue Feb  7 17:15:50 2006
@@ -14,7 +14,7 @@
 
     <dependency>
       <groupId>org.apache.directory.shared</groupId>
-      <artifactId>asn1-shared</artifactId>
+      <artifactId>shared-asn1</artifactId>
       <version>0.9.4-SNAPSHOT</version>
     </dependency>
 

Modified: directory/trunks/shared/asn1/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/shared/asn1/pom.xml?rev=375821&r1=375820&r2=375821&view=diff
==============================================================================
--- directory/trunks/shared/asn1/pom.xml (original)
+++ directory/trunks/shared/asn1/pom.xml Tue Feb  7 17:15:50 2006
@@ -6,7 +6,7 @@
     <artifactId>build</artifactId>
     <version>0.9.4-SNAPSHOT</version>
   </parent>
-  <artifactId>asn1-shared</artifactId>
+  <artifactId>shared-asn1</artifactId>
   <name>Apache Directory ASN.1 Shared</name>
   <packaging>jar</packaging>  
   <distributionManagement>

Modified: directory/trunks/shared/ldap/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/shared/ldap/pom.xml?rev=375821&r1=375820&r2=375821&view=diff
==============================================================================
--- directory/trunks/shared/ldap/pom.xml (original)
+++ directory/trunks/shared/ldap/pom.xml Tue Feb  7 17:15:50 2006
@@ -6,7 +6,7 @@
     <artifactId>build</artifactId>
     <version>0.9.4-SNAPSHOT</version>
   </parent>
-  <artifactId>ldap-shared</artifactId>
+  <artifactId>shared-ldap</artifactId>
   <version>0.9.4-SNAPSHOT</version>
   <name>Apache Directory Protocol Ldap Shared</name>
   <inceptionYear>2004</inceptionYear>
@@ -85,7 +85,7 @@
 
     <dependency>
       <groupId>org.apache.directory.shared</groupId>
-      <artifactId>asn1-shared</artifactId>
+      <artifactId>shared-asn1</artifactId>
       <version>0.9.4-SNAPSHOT</version>
     </dependency>