You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2012/01/13 10:10:52 UTC

svn commit: r1230933 - /sling/trunk/bundles/scripting/core/pom.xml

Author: cziegeler
Date: Fri Jan 13 09:10:51 2012
New Revision: 1230933

URL: http://svn.apache.org/viewvc?rev=1230933&view=rev
Log:
[maven-release-plugin] prepare release org.apache.sling.scripting.core-2.0.20

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

Modified: sling/trunk/bundles/scripting/core/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/core/pom.xml?rev=1230933&r1=1230932&r2=1230933&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/core/pom.xml (original)
+++ sling/trunk/bundles/scripting/core/pom.xml Fri Jan 13 09:10:51 2012
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.scripting.core</artifactId>
-    <version>2.0.19-SNAPSHOT</version>
+    <version>2.0.20</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Scripting Core implementation</name>
@@ -37,9 +37,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/core</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.scripting.core-2.0.20</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.scripting.core-2.0.20</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.scripting.core-2.0.20</url>
     </scm>
 
     <build>