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

[sling-org-apache-sling-jcr-contentloader] branch master updated: [maven-release-plugin] prepare release org.apache.sling.jcr.contentloader-2.5.0

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 3b2911e  [maven-release-plugin] prepare release org.apache.sling.jcr.contentloader-2.5.0
3b2911e is described below

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

    [maven-release-plugin] prepare release org.apache.sling.jcr.contentloader-2.5.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1c50016..d804dc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>org.apache.sling.jcr.contentloader</artifactId>
-    <version>2.4.3-SNAPSHOT</version>
+    <version>2.5.0</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:56:38Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-12-16T08:32:17Z</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.0</tag>
+        <tag>org.apache.sling.jcr.contentloader-2.5.0</tag>
     </scm>
 
     <build>