You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/06/08 08:46:57 UTC

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

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-packageinit.git


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

commit 744ce0b669c5092ab3fdc89156d0776b081fae1f
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Jun 8 10:46:53 2021 +0200

    [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 7fa5fbf..9160121 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,18 +28,18 @@
     </parent>
 
     <artifactId>org.apache.sling.jcr.packageinit</artifactId>
-    <version>1.0.4</version>
+    <version>1.0.5-SNAPSHOT</version>
     <name>Apache Sling JCR Package Init</name>
     <description>Installs packages into a JCR repository as SlingRepositoryInitializer based on a FileVault ExecutionPlan</description>
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-packageinit.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-packageinit.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-jcr-packageinit.git</url>
-        <tag>org.apache.sling.jcr.packageinit-1.0.4</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <properties>
-        <project.build.outputTimestamp>2021-06-08T08:46:32Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-06-08T08:46:53Z</project.build.outputTimestamp>
         <sling.java.version>8</sling.java.version>
     </properties>