You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2022/03/14 13:01:30 UTC

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

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

rombert 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 4bcbf7f  [maven-release-plugin] prepare release org.apache.sling.jcr.contentloader-2.5.2
4bcbf7f is described below

commit 4bcbf7fdce05de9b7d769a3a5d61d83c8fe70dc6
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Mar 14 14:01:27 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 2e89317..04b36de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>org.apache.sling.jcr.contentloader</artifactId>
-    <version>2.5.1-SNAPSHOT</version>
+    <version>2.5.2</version>
 
     <name>Apache Sling JCR ContentLoader</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:33:50Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-03-14T13:00:21Z</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.2</tag>
     </scm>
 
     <build>