You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2022/06/28 22:16:31 UTC

[sling-org-apache-sling-hc-support] branch master updated: SLING-11423 Update to Sling Bundle Parent 48 (#2)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0c9ec48  SLING-11423 Update to Sling Bundle Parent 48 (#2)
0c9ec48 is described below

commit 0c9ec4897c3ebcc46ba243eeeb21b8a5520514e0
Author: Eric Norman <en...@apache.org>
AuthorDate: Tue Jun 28 15:16:26 2022 -0700

    SLING-11423 Update to Sling Bundle Parent 48 (#2)
---
 pom.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 671cc94..2e715fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>47</version>
+        <version>48</version>
         <relativePath />
     </parent>
 
@@ -33,7 +33,7 @@
 
     <name>Apache Sling Health Check Support Bundle</name>
     <inceptionYear>2013</inceptionYear>
-    
+
     <description>
         Additional generic Health Checks in Sling.
     </description>
@@ -96,21 +96,21 @@
             <version>2.0.0</version>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.healthcheck.annotation</artifactId>
             <version>2.0.0</version>
             <scope>provided</scope>
         </dependency>
-    
+
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
             <version>3.4</version>
             <scope>provided</scope>
         </dependency>
-                    
+
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
@@ -124,7 +124,7 @@
             <version>2.0.44</version>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.api</artifactId>
@@ -141,7 +141,7 @@
             <groupId>javax.jcr</groupId>
             <artifactId>jcr</artifactId>
         </dependency>
-        
+
         <!-- TEST DEPENDENCIES -->
         <dependency>
             <groupId>junit</groupId>
@@ -154,7 +154,7 @@
             <version>1.9.5</version>
             <scope>test</scope>
         </dependency>
-         <dependency>
+        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-simple</artifactId>
             <scope>test</scope>
@@ -212,12 +212,12 @@
             <artifactId>org.osgi.service.cm</artifactId>
             <scope>test</scope>
         </dependency>
-       <dependency>
+        <dependency>
             <groupId>org.awaitility</groupId>
             <artifactId>awaitility</artifactId>
             <version>4.2.0</version>
         </dependency>
         <!-- END TEST DEPENDENCIES -->
 
-     </dependencies>
+    </dependencies>
 </project>