You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by np...@apache.org on 2018/09/05 09:07:43 UTC

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

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

npeltier 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 1fb3646  [maven-release-plugin] prepare release org.apache.sling.servlets.annotations-1.1.0
1fb3646 is described below

commit 1fb36460c21c3e4189b901569e6150bbf7cf659f
Author: Nicolas Peltier <np...@adobe.com>
AuthorDate: Wed Sep 5 11:05:43 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index 6f9abb8..c9bb06d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     </parent>
 
     <artifactId>org.apache.sling.servlets.annotations</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1.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.1.0</tag>
     </scm>
 
     <!-- compile with java 7 -->