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 2009/08/29 01:12:00 UTC

svn commit: r809058 - /directory/apacheds/branches/apacheds-schema/core/pom.xml

Author: akarasulu
Date: Fri Aug 28 23:12:00 2009
New Revision: 809058

URL: http://svn.apache.org/viewvc?rev=809058&view=rev
Log:
change name of dependency on loaders now that we are in shared

Modified:
    directory/apacheds/branches/apacheds-schema/core/pom.xml

Modified: directory/apacheds/branches/apacheds-schema/core/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-schema/core/pom.xml?rev=809058&r1=809057&r2=809058&view=diff
==============================================================================
--- directory/apacheds/branches/apacheds-schema/core/pom.xml (original)
+++ directory/apacheds/branches/apacheds-schema/core/pom.xml Fri Aug 28 23:12:00 2009
@@ -51,8 +51,8 @@
 
     <dependency>
       <groupId>org.apache.directory.server</groupId>
-      <artifactId>apacheds-schema-loader</artifactId>
-      <version>${pom.version}</version>
+      <artifactId>shared-ldap-schema-loader</artifactId>
+      <version>${org.apache.directory.shared.version}</version>
     </dependency>
 
     <dependency>