You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by gh...@apache.org on 2019/04/05 21:52:10 UTC

[sling-org-apache-sling-hc-support] branch master updated: [maven-release-plugin] prepare release org.apache.sling.hc.support-1.0.6

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

ghenzler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-support.git


The following commit(s) were added to refs/heads/master by this push:
     new 1bb59ac  [maven-release-plugin] prepare release org.apache.sling.hc.support-1.0.6
1bb59ac is described below

commit 1bb59aca4e93b2345570f8130ef09c088568616a
Author: georg.henzler <ge...@netcentric.biz>
AuthorDate: Fri Apr 5 23:52:06 2019 +0200

    [maven-release-plugin] prepare release org.apache.sling.hc.support-1.0.6
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d14156f..b70b854 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,12 +25,12 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>34</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <artifactId>org.apache.sling.hc.support</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.5-SNAPSHOT</version>
+    <version>1.0.6</version>
 
     <name>Apache Sling Health Check Support Components</name>
     <inceptionYear>2013</inceptionYear>
@@ -43,7 +43,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-support.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-support.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-hc-support.git</url>
-    </scm>
+      <tag>org.apache.sling.hc.support-1.0.6</tag>
+  </scm>
 
     <build>
         <plugins>