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:23:21 UTC

[sling-org-apache-sling-feature-io] branch master updated: [maven-release-plugin] prepare release org.apache.sling.feature.io-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-io.git


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

commit 869d7d92ac3b62915720e5b7268854747b02e684
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu Jun 13 10:23:17 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index c61a85a..fc3808d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     </parent>
 
     <artifactId>org.apache.sling.feature.io</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4</version>
     <packaging>bundle</packaging>
     
     <name>Apache Sling Feature IO Module</name>
@@ -37,7 +37,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-io.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-io.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-io.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.feature.io-1.0.4</tag>
   </scm>
 
     <build>
@@ -146,7 +146,7 @@
         <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>