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 16:47:21 UTC

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

Author: rombert
Date: Fri Oct 16 14:47:21 2015
New Revision: 1709026

URL: http://svn.apache.org/viewvc?rev=1709026&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

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=1709026&r1=1709025&r2=1709026&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/parent/pom.xml (original)
+++ sling/trunk/tooling/maven/archetypes/parent/pom.xml Fri Oct 16 14:47:21 2015
@@ -28,7 +28,7 @@
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-archetype-parent</artifactId>
     <packaging>pom</packaging>
-    <version>2</version>
+    <version>3-SNAPSHOT</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/tags/sling-archetype-parent-2</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/sling-archetype-parent-2</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/sling-archetype-parent-2</url>
+        <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>
     </scm>
     
     <build>