You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2019/05/10 11:36:14 UTC

[sling-org-apache-sling-caconfig-api] 15/31: [maven-release-plugin] prepare release org.apache.sling.caconfig.api-1.1.2

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

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

commit bf80e231d3b58046b44e072e927c4e6b8ddc22ed
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Sun Sep 2 22:42:45 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index 64a3898..db69875 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     
     <artifactId>org.apache.sling.caconfig.api</artifactId>
     <packaging>bundle</packaging>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2</version>
     <name>Apache Sling Context-Aware Configuration API</name>
     <description>Apache Sling Context-Aware Configuration API</description>
 
@@ -37,7 +37,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-api.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-api.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-caconfig-api.git</url>
-    </scm>
+      <tag>org.apache.sling.caconfig.api-1.1.2</tag>
+  </scm>
     
     <build>
         <plugins>