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/11/19 22:47:18 UTC

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

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 c624263  [maven-release-plugin] prepare release org.apache.sling.hc.support-1.0.10
c624263 is described below

commit c624263f56f5bbf2e55afdae6d3cf6fe82a9f01d
Author: Eric Norman <en...@apache.org>
AuthorDate: Sat Nov 19 14:47:08 2022 -0800

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

diff --git a/pom.xml b/pom.xml
index 2ec563c..a4b1893 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>org.apache.sling.hc.support</artifactId>
-    <version>1.0.9-SNAPSHOT</version>
+    <version>1.0.10</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-06-28T22:25:20Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-11-19T22:46:44Z</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.10</tag>
     </scm>
 
     <build>