You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2011/09/15 16:26:06 UTC

svn commit: r1171110 - /sling/trunk/maven/archetypes/bundle-for-jcrinstall/pom.xml

Author: justin
Date: Thu Sep 15 14:26:05 2011
New Revision: 1171110

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

Modified:
    sling/trunk/maven/archetypes/bundle-for-jcrinstall/pom.xml

Modified: sling/trunk/maven/archetypes/bundle-for-jcrinstall/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/bundle-for-jcrinstall/pom.xml?rev=1171110&r1=1171109&r2=1171110&view=diff
==============================================================================
--- sling/trunk/maven/archetypes/bundle-for-jcrinstall/pom.xml (original)
+++ sling/trunk/maven/archetypes/bundle-for-jcrinstall/pom.xml Thu Sep 15 14:26:05 2011
@@ -27,16 +27,16 @@
     </parent>
 
     <artifactId>sling-jcrinstall-bundle-archetype</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
 
     <name>Sling JCRInstall Bundle Archetype</name>
     <description>Maven archetype for a generic OSGi bundle installed via JCR Install.</description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/sling-jcrinstall-bundle-archetype-1.0.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/sling-jcrinstall-bundle-archetype-1.0.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/sling-jcrinstall-bundle-archetype-1.0.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/bundle-for-jcrinstall</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/bundle-for-jcrinstall</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/bundle-for-jcrinstall</url>
     </scm>
 
     <build>