You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/08/28 19:20:49 UTC

svn commit: r689899 - /geronimo/genesis/trunk/pom.xml

Author: jdillon
Date: Thu Aug 28 10:20:49 2008
New Revision: 689899

URL: http://svn.apache.org/viewvc?rev=689899&view=rev
Log:
Rename stage-dist* to test-dist*

Modified:
    geronimo/genesis/trunk/pom.xml

Modified: geronimo/genesis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/pom.xml?rev=689899&r1=689898&r2=689899&view=diff
==============================================================================
--- geronimo/genesis/trunk/pom.xml (original)
+++ geronimo/genesis/trunk/pom.xml Thu Aug 28 10:20:49 2008
@@ -273,29 +273,25 @@
             </build>
         </profile>
         
-        <!--
-        TODO: Rename, this is used to test release outputs w/o any SCM muck.
-        -->
-        
         <profile>
-            <id>stage-distribution</id>
+            <id>test-distribution</id>
             <activation>
                 <property>
-                    <name>stageDistributionUrl</name>
+                    <name>testDistributionUrl</name>
                 </property>
             </activation>
             <distributionManagement>
                 <repository>
-                    <id>stage-repository</id>
-                    <url>${stageDistributionUrl}/releases</url>
+                    <id>test-repository</id>
+                    <url>${testDistributionUrl}/releases</url>
                 </repository>
                 <snapshotRepository>
-                    <id>stage-snapshot-repository</id>
-                    <url>${stageDistributionUrl}/snapshots</url>
+                    <id>test-snapshot-repository</id>
+                    <url>${testDistributionUrl}/snapshots</url>
                 </snapshotRepository>
                 <site>
-                    <id>stage-site</id>
-                    <url>${stageDistributionUrl}/site</url>
+                    <id>test-site</id>
+                    <url>${testDistributionUrl}/site</url>
                 </site>
             </distributionManagement>
         </profile>