You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/09/20 11:45:31 UTC

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

Author: rombert
Date: Wed Sep 20 11:45:31 2017
New Revision: 1809001

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

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=1809001&r1=1809000&r2=1809001&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/core/pom.xml (original)
+++ sling/trunk/bundles/scripting/core/pom.xml Wed Sep 20 11:45:31 2017
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.scripting.core</artifactId>
-    <version>2.0.47-SNAPSHOT</version>
+    <version>2.0.48</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Scripting Core implementation</name>
@@ -41,9 +41,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.48</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.scripting.core-2.0.48</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.scripting.core-2.0.48</url>
     </scm>
 
     <build>