You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by cc...@apache.org on 2007/09/01 09:17:30 UTC

svn commit: r571727 - /directory/installers/trunk/apacheds-noarch/pom.xml

Author: ccustine
Date: Sat Sep  1 00:17:29 2007
New Revision: 571727

URL: http://svn.apache.org/viewvc?rev=571727&view=rev
Log:
Dependencies moved to 1.5.1 released versions

Modified:
    directory/installers/trunk/apacheds-noarch/pom.xml

Modified: directory/installers/trunk/apacheds-noarch/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/trunk/apacheds-noarch/pom.xml?rev=571727&r1=571726&r2=571727&view=diff
==============================================================================
--- directory/installers/trunk/apacheds-noarch/pom.xml (original)
+++ directory/installers/trunk/apacheds-noarch/pom.xml Sat Sep  1 00:17:29 2007
@@ -23,7 +23,7 @@
     <artifactId>apacheds-parent</artifactId>
     <version>1.5.1-SNAPSHOT</version>
   </parent>
-  <groupId>org.apache.directory.server</groupId>  
+  <groupId>org.apache.directory.installers</groupId>  
   <artifactId>apacheds-server-main</artifactId>
   <name>ApacheDS Server Main</name>
   <packaging>jar</packaging>  
@@ -32,19 +32,19 @@
     <dependency>
       <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-server-jndi</artifactId>
-      <version>${pom.version}</version>
+      <version>1.5.1</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-server-xml</artifactId>
-      <version>${pom.version}</version>
+      <version>1.5.1</version>
     </dependency>  
 
     <dependency>
       <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-bootstrap-partition</artifactId>
-      <version>${pom.version}</version>
+      <version>1.5.1</version>
     </dependency>
 
     <dependency>
@@ -149,9 +149,9 @@
             <configuration>
               <artifactItems>
                 <artifactItem>
-                  <groupId>${pom.groupId}</groupId>
+                  <groupId>org.apache.directory.server</groupId>
                   <artifactId>apacheds-server-xml</artifactId>
-                  <version>${pom.version}</version>
+                  <version>1.5.1</version>
                 </artifactItem>
               </artifactItems>
               <outputDirectory>${basedir}</outputDirectory>