You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by mc...@apache.org on 2010/05/06 21:40:19 UTC

svn commit: r941879 - /tiles/maven/branches/tiles-master-2/pom.xml

Author: mck
Date: Thu May  6 19:40:19 2010
New Revision: 941879

URL: http://svn.apache.org/viewvc?rev=941879&view=rev
Log:
a more accurate attempt of r941873
the scm details must be correct before release:prepare as the tag is copied from the scm details (and not the current checked out URL)

Modified:
    tiles/maven/branches/tiles-master-2/pom.xml

Modified: tiles/maven/branches/tiles-master-2/pom.xml
URL: http://svn.apache.org/viewvc/tiles/maven/branches/tiles-master-2/pom.xml?rev=941879&r1=941878&r2=941879&view=diff
==============================================================================
--- tiles/maven/branches/tiles-master-2/pom.xml (original)
+++ tiles/maven/branches/tiles-master-2/pom.xml Thu May  6 19:40:19 2010
@@ -26,14 +26,14 @@
    </parent>
    <groupId>org.apache.tiles</groupId>
    <artifactId>tiles-master</artifactId>
-   <version>3-SNAPSHOT</version>
+   <version>2-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>Apache Tiles (Master POM)</name>
 
    <scm>
-     <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/maven/trunk/pom</connection>
-     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/maven/trunk/pom</developerConnection>
-     <url>http://svn.apache.org/repos/asf/tiles/maven/trunk/pom</url>
+     <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/maven/branches/tiles-master-2</connection>
+     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/maven/branches/tiles-master-2</developerConnection>
+     <url>http://svn.apache.org/repos/asf/tiles/maven/branches/tiles-master-2</url>
    </scm>
    
    <description>