You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2009/10/18 20:37:55 UTC

svn commit: r826486 - /tiles/framework/trunk/pom.xml

Author: apetrelli
Date: Sun Oct 18 18:37:55 2009
New Revision: 826486

URL: http://svn.apache.org/viewvc?rev=826486&view=rev
Log:
TILES-480
Changed repository and configured the staging repository to be used with release:stage goal.

Modified:
    tiles/framework/trunk/pom.xml

Modified: tiles/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?rev=826486&r1=826485&r2=826486&view=diff
==============================================================================
--- tiles/framework/trunk/pom.xml (original)
+++ tiles/framework/trunk/pom.xml Sun Oct 18 18:37:55 2009
@@ -68,9 +68,9 @@
 
     <distributionManagement>
         <repository>
-            <id>tiles-staging</id>
-            <name>Apache Tiles Staging Repository</name>
-            <url>scp://people.apache.org/www/people.apache.org/builds/tiles/${pom.version}/m2-staging-repository</url>
+            <id>apache.releases</id>
+            <name>Apache Release repository</name>
+            <url>scp://people.apache.org/repo/m2-ibiblio-rsync-repository/</url>
         </repository>
         <site>
             <id>apache-site</id>
@@ -152,6 +152,7 @@
                 <artifactId>maven-release-plugin</artifactId>
                 <version>2.0-beta-9</version>
                 <configuration>
+                    <stagingRepository>scp://people.apache.org/www/people.apache.org/builds/tiles/${pom.version}/m2-staging-repository</stagingRepository>
                     <releaseProfiles>release</releaseProfiles>
                 </configuration>
             </plugin>