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 11:15:03 UTC

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

Author: felixk
Date: Mon Mar 24 03:15:00 2008
New Revision: 640367

URL: http://svn.apache.org/viewvc?rev=640367&view=rev
Log:
Make id unique

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=640367&r1=640366&r2=640367&view=diff
==============================================================================
--- directory/installers/branches/bigbang/apacheds/pom.xml (original)
+++ directory/installers/branches/bigbang/apacheds/pom.xml Mon Mar 24 03:15:00 2008
@@ -268,7 +268,7 @@
             <artifactId>maven-deploy-plugin</artifactId>
             <executions>
               <execution>
-                <id>deploy-installer-studio-win32</id>
+                <id>deploy-installer-suite-win32</id>
                 <phase>deploy</phase>
                 <configuration>
                   <file>target/images/apacheds-suite-${studio-version}-setup.exe</file>