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 2019/06/13 09:37:10 UTC

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

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


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

commit 75631271753f5051b2cda0646459ccae7eb7f9ed
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu Jun 13 10:37:06 2019 +0100

    [maven-release-plugin] prepare release org.apache.sling.feature.launcher-1.0.4
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 85affda..7cbc1fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     </parent>
 
     <artifactId>org.apache.sling.feature.launcher</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4</version>
 
     <name>Apache Sling Feature Launcher</name>
     <description>
@@ -36,7 +36,7 @@
         <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>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.feature.launcher-1.0.4</tag>
   </scm>
 
     <build>
@@ -113,13 +113,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.0.3-SNAPSHOT</version>
+            <version>1.0.4</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>1.0.3-SNAPSHOT</version>
+            <version>1.0.4</version>
             <scope>provided</scope>
         </dependency>
         <dependency>