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 2019/12/09 12:48:50 UTC

[sling-org-apache-sling-scripting-jsp-api] branch master updated: [maven-release-plugin] prepare release org.apache.sling.scripting.jsp-api-1.0.2

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp-api.git


The following commit(s) were added to refs/heads/master by this push:
     new af126c8  [maven-release-plugin] prepare release org.apache.sling.scripting.jsp-api-1.0.2
af126c8 is described below

commit af126c81cde55400c9508bbbe0515b618257ae20
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Dec 9 13:48:46 2019 +0100

    [maven-release-plugin] prepare release org.apache.sling.scripting.jsp-api-1.0.2
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7d58e4d..ab95722 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.sling.scripting.jsp-api</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.2</version>
 
   <name>Apache Sling Scripting JSP API Wrapper</name>
   <description>This bundle wraps the Apache Tomcat 6.0.14 JSP API used by Apache Sling Scripting JSP.</description>
@@ -38,6 +38,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp-api.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp-api.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-jsp-api.git</url>
+    <tag>org.apache.sling.scripting.jsp-api-1.0.2</tag>
   </scm>
 
   <dependencies>