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:16 UTC

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

Author: olli
Date: Fri Mar 17 09:58:16 2017
New Revision: 1787314

URL: http://svn.apache.org/viewvc?rev=1787314&view=rev
Log:
[maven-release-plugin] prepare release org.apache.sling.scripting.el-api-1.0.0

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=1787314&r1=1787313&r2=1787314&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/el-api/pom.xml (original)
+++ sling/trunk/bundles/scripting/el-api/pom.xml Fri Mar 17 09:58:16 2017
@@ -25,20 +25,20 @@
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
     <version>30</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>org.apache.sling.scripting.el-api</artifactId>
   <packaging>bundle</packaging>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0</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/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>
+    <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>
   </scm>
 
   <build>