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/12/16 08:33:52 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.

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

commit a7b733b38fd9398c7aeb9c60b9a187bb60d563eb
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Dec 16 09:33:50 2021 +0100

    [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 d804dc0..b5608ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>org.apache.sling.jcr.contentloader</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.1-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-12-16T08:32:17Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-12-16T08:33:50Z</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.5.0</tag>
+        <tag>org.apache.sling.jcr.contentloader-2.4.0</tag>
     </scm>
 
     <build>