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:53:26 UTC

svn commit: r1787311 - /sling/trunk/bundles/scripting/jsp-api/pom.xml

Author: olli
Date: Fri Mar 17 09:53:26 2017
New Revision: 1787311

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

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

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