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 2015/10/16 21:42:21 UTC

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

Author: rombert
Date: Fri Oct 16 19:42:21 2015
New Revision: 1709071

URL: http://svn.apache.org/viewvc?rev=1709071&view=rev
Log:
[maven-release-plugin] prepare release sling-archetype-parent-4

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=1709071&r1=1709070&r2=1709071&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/parent/pom.xml (original)
+++ sling/trunk/tooling/maven/archetypes/parent/pom.xml Fri Oct 16 19:42:21 2015
@@ -27,7 +27,7 @@
 
     <artifactId>sling-archetype-parent</artifactId>
     <packaging>pom</packaging>
-    <version>4-SNAPSHOT</version>
+    <version>4</version>
 
     <name>Apache Sling Archetype Parent</name>
     <description>The parent project for Apache Sling archetypes.</description>
@@ -58,9 +58,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-4</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-4</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/sling-archetype-parent-4</url>
     </scm>
     
     <build>