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/08/22 07:33:24 UTC

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


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

commit d0728bb0eae6b547ac379ab2b38f18b45407c81e
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu Aug 22 08:33:20 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index c6e1971..d5644f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     </parent>
 
     <artifactId>org.apache.sling.feature.io</artifactId>
-    <version>1.0.7-SNAPSHOT</version>
+    <version>1.1.0</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.1.0</tag>
   </scm>
 
     <build>
@@ -146,7 +146,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.0.7-SNAPSHOT</version>
+            <version>1.1.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>