You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/10/06 04:16:19 UTC

svn commit: r453467 - /incubator/activemq/trunk/pom.xml

Author: chirino
Date: Thu Oct  5 19:16:18 2006
New Revision: 453467

URL: http://svn.apache.org/viewvc?view=rev&rev=453467
Log:
Switch to using a variable when specify the url to the m1 deployment repo and also deploy to the snapshot repo by default.

Modified:
    incubator/activemq/trunk/pom.xml

Modified: incubator/activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/pom.xml?view=diff&rev=453467&r1=453466&r2=453467
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Thu Oct  5 19:16:18 2006
@@ -831,7 +831,7 @@
             </goals>
             <configuration>
               <remoteRepositoryId>apache.m1.releases</remoteRepositoryId>
-              <remoteRepositoryUrl>scpexe://minotaur.apache.org/www/people.apache.org/repository</remoteRepositoryUrl>
+              <remoteRepositoryUrl>${m1-dist-repo-url}</remoteRepositoryUrl>
             </configuration>
           </execution>
         </executions>
@@ -959,6 +959,7 @@
     <xstream-version>1.1.2</xstream-version>
     <xbean-version>2.6</xbean-version>
     <dist-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-incubating-repository</dist-repo-url>
+    <m1-dist-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-dist-repo-url>
     <site-repo-url>scpexe://people.apache.org/www/incubator.apache.org/activemq/maven/</site-repo-url>
   </properties>
 </project>