You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2008/03/24 10:54:03 UTC

svn commit: r640359 - /directory/installers/branches/bigbang/apacheds/pom.xml

Author: felixk
Date: Mon Mar 24 02:54:03 2008
New Revision: 640359

URL: http://svn.apache.org/viewvc?rev=640359&view=rev
Log:
Put them at the same location and make the difference via the versioning (-> more common way to search for downloads when the have are deployed under the same artifactId)

Modified:
    directory/installers/branches/bigbang/apacheds/pom.xml

Modified: directory/installers/branches/bigbang/apacheds/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/branches/bigbang/apacheds/pom.xml?rev=640359&r1=640358&r2=640359&view=diff
==============================================================================
--- directory/installers/branches/bigbang/apacheds/pom.xml (original)
+++ directory/installers/branches/bigbang/apacheds/pom.xml Mon Mar 24 02:54:03 2008
@@ -273,10 +273,10 @@
                 <configuration>
                   <file>target/images/apacheds-studio-${studio-version}-setup.exe</file>
                   <url>${pom.distributionManagement.snapshotRepository.url}</url>
-                  <artifactId>apacheds-suite-setup</artifactId>
+                  <artifactId>ApacheDirectoryInstaller</artifactId>
                   <groupId>${pom.groupId}</groupId>
                   <packaging>exe</packaging>
-                  <version>${studio-version}-win32</version>
+                  <version>suite-win32-${studio-version}</version>
                   <uniqueVersion>false</uniqueVersion>
                 </configuration>
                 <goals>
@@ -425,10 +425,10 @@
                 <configuration>
                   <file>target/images/apacheds-studio-${studio-version}-setup.exe</file>
                   <url>${pom.distributionManagement.snapshotRepository.url}</url>
-                  <artifactId>apacheds-studio-setup</artifactId>
+                  <artifactId>ApacheDirectoryInstaller</artifactId>
                   <groupId>${pom.groupId}</groupId>
                   <packaging>exe</packaging>
-                  <version>${studio-version}-win32</version>
+                  <version>studio-win32-${studio-version}</version>
                   <uniqueVersion>false</uniqueVersion>
                 </configuration>
                 <goals>