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 2021/04/15 18:14:13 UTC

[sling-org-apache-sling-jcr-maintenance] 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-jcr-maintenance.git


The following commit(s) were added to refs/heads/master by this push:
     new 687a9ec  [maven-release-plugin] prepare for next development iteration
687a9ec is described below

commit 687a9ecc270c671812f590d4c47e42ce332302e6
Author: Eric Norman <en...@apache.org>
AuthorDate: Thu Apr 15 11:14:05 2021 -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 0e1f3cd..36b8daf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,12 +26,12 @@
         <relativePath />
     </parent>
     <artifactId>org.apache.sling.jcr.maintenance</artifactId>
-    <version>1.0.2</version>
+    <version>1.0.3-SNAPSHOT</version>
     <name>Apache Sling JCR Maintenance</name>
     <description>Maintenance jobs for the JCR</description>
 
     <properties>
-        <project.build.outputTimestamp>2021-04-15T18:13:10Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-04-15T18:14:05Z</project.build.outputTimestamp>
     </properties>
 
 
@@ -39,7 +39,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-maintenance.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-maintenance.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-jcr-maintenance.git</url>
-        <tag>org.apache.sling.jcr.maintenance-1.0.2</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <build>