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/05/17 16:34:19 UTC

[sling-org-apache-sling-feature-cpconverter] branch master updated: releng: use newest release of jcr.contentloader

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-feature-cpconverter.git


The following commit(s) were added to refs/heads/master by this push:
     new 43f3c77  releng: use newest release of jcr.contentloader
43f3c77 is described below

commit 43f3c776f6e3d407a8d444202b073e1512c5516c
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon May 17 18:33:44 2021 +0200

    releng: use newest release of jcr.contentloader
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 51e33d8..c745221 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.jcr.contentloader</artifactId>
-      <version>2.4.3-SNAPSHOT</version>
+      <version>2.4.2</version>
       <scope>provided</scope>
     </dependency>
     <dependency>