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/23 09:49:50 UTC

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


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

commit 7d2e139b86ef8771668b1b80f9906268acc04985
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Nov 23 09:49:49 2018 +0000

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

diff --git a/pom.xml b/pom.xml
index 3192116..f3fbd70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     </parent>
 
     <artifactId>org.apache.sling.feature.modelconverter</artifactId>
-    <version>0.2.1-SNAPSHOT</version>
+    <version>0.8.0</version>
 
     <name>Apache Sling Feature Model Converter</name>
     <description>
@@ -37,7 +37,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-modelconverter.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-modelconverter.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-modelconverter.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.feature.modelconverter-0.8.0</tag>
   </scm>
 
     <build>
@@ -69,13 +69,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>0.2.1-SNAPSHOT</version>
+            <version>0.8.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>0.2.1-SNAPSHOT</version>
+            <version>0.8.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>