You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/04/27 05:50:09 UTC

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

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

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


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

commit 3a1a5f20d7f6abf8d072b1e1d179fe16e42a7883
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Apr 27 07:50:04 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 9898ca8..a82a7ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     </parent>
 
     <artifactId>org.apache.sling.feature</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
 
     <name>Apache Sling Feature</name>
     <description>
@@ -37,7 +37,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature.git</url>
-    </scm>
+      <tag>org.apache.sling.feature-1.2.0</tag>
+  </scm>
 
     <build>
         <plugins>