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/04/19 10:12:39 UTC

[sling-org-apache-sling-jcr-contentloader] branch master updated: releng: update to newest parent

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 7995749  releng: update to newest parent
7995749 is described below

commit 79957492ebda588b3a6e03d6a8642048b448b855
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Apr 19 12:12:30 2021 +0200

    releng: update to newest parent
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0a3ac3a..afcb3e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>39</version>
+        <version>41</version>
         <relativePath/>
     </parent>
 
@@ -254,6 +254,7 @@
         <dependency>
             <groupId>org.jmock</groupId>
             <artifactId>jmock-junit4</artifactId>
+            <version>2.12.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>