You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2015/07/14 16:52:31 UTC

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

Author: radu
Date: Tue Jul 14 14:52:30 2015
New Revision: 1690955

URL: http://svn.apache.org/r1690955
Log:
[maven-release-plugin] prepare release org.apache.sling.scripting.core-2.0.30

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=1690955&r1=1690954&r2=1690955&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/core/pom.xml (original)
+++ sling/trunk/bundles/scripting/core/pom.xml Tue Jul 14 14:52:30 2015
@@ -24,11 +24,11 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>24</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <artifactId>org.apache.sling.scripting.core</artifactId>
-    <version>2.0.29-SNAPSHOT</version>
+    <version>2.0.30</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Scripting Core implementation</name>
@@ -43,9 +43,9 @@
     </properties>
 
     <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.30</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.scripting.core-2.0.30</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.scripting.core-2.0.30</url>
     </scm>
 
     <build>