You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2018/09/02 20:30:48 UTC

[sling-org-apache-sling-tenant] branch master updated: [maven-release-plugin] prepare release org.apache.sling.tenant-1.1.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5bdf3b3  [maven-release-plugin] prepare release org.apache.sling.tenant-1.1.2
5bdf3b3 is described below

commit 5bdf3b38a6517102dad9a7223147ea2b3537dbe9
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Sun Sep 2 22:30:46 2018 +0200

    [maven-release-plugin] prepare release org.apache.sling.tenant-1.1.2
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a765dcf..58827a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.sling.tenant</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Tenant</name>
@@ -39,7 +39,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tenant.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tenant.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-tenant.git</url>
-    </scm>
+      <tag>org.apache.sling.tenant-1.1.2</tag>
+  </scm>
 
     <build>
         <plugins>