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

sseifert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git


The following commit(s) were added to refs/heads/master by this push:
     new fa8bf1d  SLING-10296 ResourceResolver: Update to Parent 41
fa8bf1d is described below

commit fa8bf1d9823aa46e30cae83bfa7b116df3a9cc6c
Author: Stefan Seifert <[email protected]>
AuthorDate: Mon Apr 12 21:57:26 2021 +0200

    SLING-10296 ResourceResolver: Update to Parent 41
---
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index fdd2945..ad881e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>35</version>
+        <version>41</version>
         <relativePath />
     </parent>
 
@@ -179,16 +179,16 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-               <groupId>org.mockito</groupId>
-               <artifactId>mockito-all</artifactId>
-               <version>1.9.5</version>
-               <scope>test</scope>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-all</artifactId>
+            <version>1.9.5</version>
+            <scope>test</scope>
         </dependency>
         <dependency>
-               <groupId>org.apache.sling</groupId>
-               <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
-               <version>2.3.10</version>
-               <scope>test</scope>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
+            <version>2.3.10</version>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>

Reply via email to