You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/04/29 11:40:32 UTC

[sling-org-apache-sling-installer-factory-feature] branch master updated: [maven-release-plugin] prepare release org.apache.sling.installer.factory.feature-0.1.0

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

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


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

commit 258c456011118bd5efb1c67f8e2e436ccbeffc69
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Apr 29 13:40:26 2020 +0200

    [maven-release-plugin] prepare release org.apache.sling.installer.factory.feature-0.1.0
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4d201eb..b3d39c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,11 +23,11 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
         <version>38</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <artifactId>org.apache.sling.installer.factory.feature</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
 
     <name>Apache Sling Installer Feature Model Support</name>
     <description> 
@@ -38,7 +38,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-feature.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-feature.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-installer-factory-feature.git</url>
-    </scm>
+      <tag>org.apache.sling.installer.factory.feature-0.1.0</tag>
+  </scm>
 
     <build>
         <plugins>