Use fixed dependency versions during the release.
diff --git a/pom.xml b/pom.xml
index 18675cf..90639d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
                             <includeArtifact>
                                 <groupId>org.apache.sling</groupId>
                                 <artifactId>org.apache.sling.starter</artifactId>
-                                <version>${project.version}</version>
+                                <version>12</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>${project.version}</version>
+             <version>12</version>
              <scope>test</scope>
              <exclusions>
                  <exclusion>
diff --git a/src/main/features/model.json b/src/main/features/model.json
index c1fe767..2eab42a 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-SNAPSHOT",
-    "org.apache.sling/org.apache.sling.launchpad.test-services/12-SNAPSHOT"
+    "org.apache.sling/org.apache.sling.launchpad.test-fragment/12",
+    "org.apache.sling/org.apache.sling.launchpad.test-services/12"
   ],
   "configurations": {
     "integrationTestsConfig": {
@@ -29,4 +29,4 @@
     "  allow jcr:read on /ANON_CAN_READ",
     "end"
   ]
-}
\ No newline at end of file
+}