You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/03/17 09:58:32 UTC

svn commit: r1787316 - /sling/trunk/bundles/scripting/el-api/pom.xml

Author: olli
Date: Fri Mar 17 09:58:32 2017
New Revision: 1787316

URL: http://svn.apache.org/viewvc?rev=1787316&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    sling/trunk/bundles/scripting/el-api/pom.xml

Modified: sling/trunk/bundles/scripting/el-api/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/el-api/pom.xml?rev=1787316&r1=1787315&r2=1787316&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/el-api/pom.xml (original)
+++ sling/trunk/bundles/scripting/el-api/pom.xml Fri Mar 17 09:58:32 2017
@@ -30,15 +30,15 @@
 
   <artifactId>org.apache.sling.scripting.el-api</artifactId>
   <packaging>bundle</packaging>
-  <version>1.0.0</version>
+  <version>1.0.1-SNAPSHOT</version>
 
   <name>Apache Sling Wrapper Bundle for Apache Tomcat EL API</name>
   <description>This bundle wraps the Apache Tomcat 6.0.14 EL API used by Apache Sling Scripting JSP.</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.scripting.el-api-1.0.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.scripting.el-api-1.0.0</developerConnection>
-    <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.scripting.el-api-1.0.0</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/el-api</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/el-api</developerConnection>
+    <url>http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/el-api</url>
   </scm>
 
   <build>