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:28 UTC

[sling-org-apache-sling-hc-support] branch master updated: [maven-release-plugin] prepare for next development iteration

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 0a4c84c  [maven-release-plugin] prepare for next development iteration
0a4c84c is described below

commit 0a4c84c676865bf53e41eccc9c275e6d3a1a0d86
Author: Eric Norman <en...@apache.org>
AuthorDate: Tue Jun 28 15:25:20 2022 -0700

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8ae53ad..5ad3760 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>org.apache.sling.hc.support</artifactId>
-    <version>1.0.8</version>
+    <version>1.0.9-SNAPSHOT</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:24:36Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-06-28T22:25:20Z</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>org.apache.sling.hc.support-1.0.8</tag>
+      <tag>HEAD</tag>
     </scm>
 
     <build>