You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2014/04/30 17:11:59 UTC

svn commit: r1591340 - /sling/trunk/tooling/maven/archetypes/parent/pom.xml

Author: rombert
Date: Wed Apr 30 15:11:59 2014
New Revision: 1591340

URL: http://svn.apache.org/r1591340
Log:
[maven-release-plugin] prepare release sling-archetype-parent-1

Modified:
    sling/trunk/tooling/maven/archetypes/parent/pom.xml

Modified: sling/trunk/tooling/maven/archetypes/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/parent/pom.xml?rev=1591340&r1=1591339&r2=1591340&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/parent/pom.xml (original)
+++ sling/trunk/tooling/maven/archetypes/parent/pom.xml Wed Apr 30 15:11:59 2014
@@ -28,7 +28,7 @@
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-archetype-parent</artifactId>
     <packaging>pom</packaging>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
 
     <name>Apache Sling Archetype Parent</name>
     <description>The parent project for Apache Sling archetypes.</description>
@@ -59,9 +59,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/parent</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/parent</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-1</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/sling-archetype-parent-1</url>
     </scm>
     
     <build>