SLING-9236 Update to Sling Bundle Parent 38
diff --git a/pom.xml b/pom.xml
index a4cd75a..d1570b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>35</version>
+    <version>38</version>
     <relativePath />
   </parent>
 
@@ -31,18 +31,21 @@
   <name>Apache Sling Capabilities - JCR source</name>
   <artifactId>org.apache.sling.capabilities.jcr</artifactId>
   <version>0.1.3-SNAPSHOT</version>
+
   <properties>
     <!-- This module can work with older versions of Sling
          as well, so be conservative here -->
     <sling.java.version>8</sling.java.version>
     <org.ops4j.pax.exam.version>4.13.2</org.ops4j.pax.exam.version>
   </properties>
+
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-capabilities-jcr.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-capabilities-jcr.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-capabilities-jcr.git</url>
     <tag>HEAD</tag>
   </scm>
+
   <build>
     <plugins>
       <plugin>
@@ -76,6 +79,7 @@
       </plugin>
     </plugins>
   </build>
+
   <dependencies>
     <dependency>
       <groupId>org.osgi</groupId>