You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2022/06/28 22:25:09 UTC

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

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

enorman 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 6158e2f  [maven-release-plugin] prepare release org.apache.sling.hc.support-1.0.8
6158e2f is described below

commit 6158e2ff6cb330e3f2b9dd796d516f20f657174b
Author: Eric Norman <en...@apache.org>
AuthorDate: Tue Jun 28 15:25:00 2022 -0700

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

diff --git a/pom.xml b/pom.xml
index 2e715fc..8ae53ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>org.apache.sling.hc.support</artifactId>
-    <version>1.0.7-SNAPSHOT</version>
+    <version>1.0.8</version>
 
     <name>Apache Sling Health Check Support Bundle</name>
     <inceptionYear>2013</inceptionYear>
@@ -40,14 +40,14 @@
 
     <properties>
         <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
-        <project.build.outputTimestamp>2022-01-31T20:20:45Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-06-28T22:24:36Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
         <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>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.hc.support-1.0.8</tag>
     </scm>
 
     <build>