Upgrade to sling47
diff --git a/pom.xml b/pom.xml
index d879fab..8bd896c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>

         <groupId>org.apache.sling</groupId>

         <artifactId>sling</artifactId>

-        <version>26</version>

+        <version>47</version>

         <relativePath />

     </parent>

 

@@ -33,6 +33,11 @@
     <name>Apache Sling Testing Hamcrest</name>

     <description>Hamcrest matchers tailored for Apache Sling</description>

 

+    <properties>

+        <sling.java.version>8</sling.java.version>

+        <project.build.outputTimestamp>1</project.build.outputTimestamp>

+    </properties>

+

     <scm>

         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-hamcrest.git</connection>

         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-hamcrest.git</developerConnection>