You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2017/05/08 14:09:54 UTC

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

Author: pauls
Date: Mon May  8 14:09:54 2017
New Revision: 1794375

URL: http://svn.apache.org/viewvc?rev=1794375&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=1794375&r1=1794374&r2=1794375&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/javascript/pom.xml (original)
+++ sling/trunk/bundles/scripting/javascript/pom.xml Mon May  8 14:09:54 2017
@@ -29,16 +29,16 @@
     </parent>
 
     <artifactId>org.apache.sling.scripting.javascript</artifactId>
-    <version>3.0.0</version>
+    <version>3.0.1-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-3.0.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.scripting.javascript-3.0.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.scripting.javascript-3.0.0</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>