You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2018/12/13 17:58:35 UTC

[sling-org-apache-sling-servlets-annotations] branch master updated: [maven-release-plugin] prepare release org.apache.sling.servlets.annotations-1.2.0

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-annotations.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a69549  [maven-release-plugin] prepare release org.apache.sling.servlets.annotations-1.2.0
9a69549 is described below

commit 9a6954926d1917d1dd61f03fa7aa6f3f68eed735
Author: Radu Cotescu <co...@adobe.com>
AuthorDate: Thu Dec 13 18:58:34 2018 +0100

    [maven-release-plugin] prepare release org.apache.sling.servlets.annotations-1.2.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ba27645..ed0de79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     </parent>
 
     <artifactId>org.apache.sling.servlets.annotations</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.2.0</version>
 
     <name>Apache Sling Servlet Annotations</name>
     <description>
@@ -31,7 +31,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-annotations.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-annotations.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-servlets-annotations.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.servlets.annotations-1.2.0</tag>
     </scm>
 
     <!-- compile with java 7 -->
@@ -58,7 +58,7 @@
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
             <!-- https://issues.apache.org/jira/browse/SLING-6249, only for link in javadoc -->
-            <version>2.18.5-SNAPSHOT</version>
+            <version>2.20.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>