You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2011/02/20 21:23:59 UTC

svn commit: r1072714 - /sling/trunk/bundles/scripting/javascript/pom.xml

Author: fmeschbe
Date: Sun Feb 20 20:23:58 2011
New Revision: 1072714

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

Modified:
    sling/trunk/bundles/scripting/javascript/pom.xml

Modified: sling/trunk/bundles/scripting/javascript/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/javascript/pom.xml?rev=1072714&r1=1072713&r2=1072714&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/javascript/pom.xml (original)
+++ sling/trunk/bundles/scripting/javascript/pom.xml Sun Feb 20 20:23:58 2011
@@ -28,16 +28,16 @@
     </parent>
 
     <artifactId>org.apache.sling.scripting.javascript</artifactId>
-    <version>2.0.12</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Scripting JavaScript Support</name>
     <description>Support for JavaScript scripting</description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.scripting.javascript-2.0.12</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.scripting.javascript-2.0.12</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.scripting.javascript-2.0.12</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/javascript</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/javascript</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/javascript</url>
     </scm>
 
     <build>