[maven-release-plugin] prepare release org.apache.sling.scripting.sightly.testing-1.0.6-1.3.1
diff --git a/pom.xml b/pom.xml
index 97ab47a..11a642b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>30</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <artifactId>org.apache.sling.scripting.sightly.testing</artifactId>
@@ -32,7 +32,7 @@
         The versioning scheme defined here corresponds to SLING-7406 (<module_version>-<htl_specification_version>). Take care when
         releasing to only increase the first part, unless the module provides support for a newer version of the HTL specification.
     -->
-    <version>1.0.5-1.3.1-SNAPSHOT</version>
+    <version>1.0.6-1.3.1</version>
 
     <name>Apache Sling Scripting HTL Integration Tests</name>
     <description>This project runs the integration tests for validating the Apache Sling Scripting HTL implementation
@@ -43,7 +43,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-sightly-testing.git</url>
-    </scm>
+      <tag>org.apache.sling.scripting.sightly.testing-1.0.6-1.3.1</tag>
+  </scm>
 
     <properties>
         <sling.java.version>8</sling.java.version>
@@ -51,13 +52,13 @@
         <sling.run.modes>oak_tar</sling.run.modes>
 
         <!-- path suffix for HTTP access to Sling -->
-        <http.base.path/>
+        <http.base.path />
 
         <!-- hostname for integration tests -->
         <test.host>localhost</test.host>
 
         <!-- optionally exclude some integration tests  -->
-        <failsafe.exclude/>
+        <failsafe.exclude />
 
         <!--
             Set this to true to stop mvn once the integration test Jetty instance is
@@ -71,7 +72,7 @@
 
         otherwise you can provide your own debug settings
         -->
-        <debug.options/>
+        <debug.options />
 
         <jacoco.maven.plugin.version>0.7.9</jacoco.maven.plugin.version>
         <!-- HTL modules under test versions -->
@@ -491,37 +492,37 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
-            <version>${org.apache.sling.scripting.sightly.compiler.version}</version>
+            <version>1.0.20-1.3.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId>
-            <version>${org.apache.sling.scripting.sightly.compiler.java.version}</version>
+            <version>1.0.22-1.3.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly</artifactId>
-            <version>${org.apache.sling.scripting.sightly.version}</version>
+            <version>1.0.48-1.3.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.js.provider</artifactId>
-            <version>${org.apache.sling.scripting.sightly.js.provider.version}</version>
+            <version>1.0.26</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.models.provider</artifactId>
-            <version>${org.apache.sling.scripting.sightly.models.provider.version}</version>
+            <version>1.0.6</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.testing-content</artifactId>
-            <version>${org.apache.sling.scripting.sightly.testing.content.version}</version>
+            <version>1.0.8-1.3.1</version>
             <scope>provided</scope>
         </dependency>