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 2010/10/19 10:18:42 UTC

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

Author: cziegeler
Date: Tue Oct 19 08:18:42 2010
New Revision: 1024164

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

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=1024164&r1=1024163&r2=1024164&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/core/pom.xml (original)
+++ sling/trunk/bundles/scripting/core/pom.xml Tue Oct 19 08:18:42 2010
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.sling.scripting.core</artifactId>
-    <version>2.0.11-SNAPSHOT</version>
+    <version>2.0.12</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Scripting Core implementation</name>
@@ -36,9 +36,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.12</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.scripting.core-2.0.12</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.scripting.core-2.0.12</url>
     </scm>
 
     <build>