Back to SNAPSHOT versions after the release
diff --git a/pom.xml b/pom.xml
index 2f30b68..54f102e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
                             <includeArtifact>
                                 <groupId>org.apache.sling</groupId>
                                 <artifactId>org.apache.sling.starter</artifactId>
-                                <version>12</version>
+                                <version>${project.version}</version>
                                 <classifier>oak_tar</classifier>
                                 <type>slingosgifeature</type>
                             </includeArtifact>
@@ -227,7 +227,7 @@
         <dependency>
              <groupId>org.apache.sling</groupId>
              <artifactId>org.apache.sling.launchpad.integration-tests</artifactId>
-             <version>12</version>
+             <version>${project.version}</version>
              <scope>test</scope>
              <exclusions>
                  <exclusion>
diff --git a/src/main/features/model.json b/src/main/features/model.json
index 2eab42a..ed8195f 100644
--- a/src/main/features/model.json
+++ b/src/main/features/model.json
@@ -7,8 +7,8 @@
     "org.apache.sling/org.apache.sling.junit.core/1.0.26",
     "org.apache.sling/org.apache.sling.junit.remote/1.0.12",
     "org.apache.sling/org.apache.sling.junit.scriptable/1.0.12",
-    "org.apache.sling/org.apache.sling.launchpad.test-fragment/12",
-    "org.apache.sling/org.apache.sling.launchpad.test-services/12"
+    "org.apache.sling/org.apache.sling.launchpad.test-fragment/13-SNAPSHOT",
+    "org.apache.sling/org.apache.sling.launchpad.test-services/13-SNAPSHOT"
   ],
   "configurations": {
     "integrationTestsConfig": {