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 2010/05/10 17:41:06 UTC

svn commit: r942793 - in /directory: apacheds/trunk/http-integration/pom.xml installers/trunk/apacheds/pom.xml

Author: elecharny
Date: Mon May 10 15:41:06 2010
New Revision: 942793

URL: http://svn.apache.org/viewvc?rev=942793&view=rev
Log:
Replaced ${groupId} with ${project.groupId} in poms (same for version)

Modified:
    directory/apacheds/trunk/http-integration/pom.xml
    directory/installers/trunk/apacheds/pom.xml

Modified: directory/apacheds/trunk/http-integration/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/http-integration/pom.xml?rev=942793&r1=942792&r2=942793&view=diff
==============================================================================
--- directory/apacheds/trunk/http-integration/pom.xml (original)
+++ directory/apacheds/trunk/http-integration/pom.xml Mon May 10 15:41:06 2010
@@ -33,8 +33,8 @@
   <dependencies>
     <dependency>
       <artifactId>apacheds-i18n</artifactId>
-      <groupId>${groupId}</groupId>
-      <version>${version}</version>
+      <groupId>${project.groupId}</groupId>
+      <version>${project.version}</version>
     </dependency>
     
     <dependency>

Modified: directory/installers/trunk/apacheds/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/trunk/apacheds/pom.xml?rev=942793&r1=942792&r2=942793&view=diff
==============================================================================
--- directory/installers/trunk/apacheds/pom.xml (original)
+++ directory/installers/trunk/apacheds/pom.xml Mon May 10 15:41:06 2010
@@ -40,9 +40,9 @@
 
   <dependencies>
     <dependency>
-      <groupId>${groupId}</groupId>
       <artifactId>apacheds-noarch-installer</artifactId>
-      <version>${version}</version>
+      <groupId>${project.groupId}</groupId>
+      <version>${project.version}</version>
     </dependency>  
     
     <dependency>
@@ -53,8 +53,8 @@
     </dependency>
     
     <dependency>
-      <artifactId>apacheds-server-tools</artifactId>
       <groupId>org.apache.directory.server</groupId>
+      <groupId>${project.groupId}</groupId>
       <version>${server.version}</version>
     </dependency>
   </dependencies>