You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2021/05/14 06:56:42 UTC

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

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

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


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

commit f77b199bf760344e71f078a61bcea583ad7401f7
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Fri May 14 08:56:38 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 b07a35f..d07fd96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>org.apache.sling.jcr.contentloader</artifactId>
-    <version>2.4.2</version>
+    <version>2.4.3-SNAPSHOT</version>
 
     <name>Apache Sling Initial Content Loader</name>
     <description>This bundle provides initial content installation through bundles.</description>
@@ -37,7 +37,7 @@
     <properties>
         <sling.java.version>8</sling.java.version>
         <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
-        <project.build.outputTimestamp>2021-05-14T06:55:58Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-05-14T06:56:38Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
@@ -45,7 +45,7 @@
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-contentloader.git
     </developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-jcr-contentloader.git</url>
-        <tag>org.apache.sling.jcr.contentloader-2.4.2</tag>
+        <tag>org.apache.sling.jcr.contentloader-2.4.0</tag>
     </scm>
 
     <build>