You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/11/02 10:34:42 UTC

[sling-org-apache-sling-feature-launcher] 03/03: [maven-release-plugin] prepare release org.apache.sling.feature.launcher-0.2.0

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

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

commit 74501b59c8db74b7823274f0c03a4b4648b53839
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Nov 2 10:34:37 2018 +0000

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

diff --git a/pom.xml b/pom.xml
index cedd926..04027cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     </parent>
 
     <artifactId>org.apache.sling.feature.launcher</artifactId>
-    <version>0.1.1-SNAPSHOT</version>
+    <version>0.2.0</version>
 
     <name>Apache Sling Feature Launcher</name>
     <description>
@@ -36,7 +36,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-launcher.git</url>
-    </scm>
+      <tag>org.apache.sling.feature.launcher-0.2.0</tag>
+  </scm>
 
     <build>
         <plugins>