[maven-release-plugin] prepare release org.apache.sling.scripting.sightly.testing-1.0.30-1.4.0
diff --git a/pom.xml b/pom.xml
index 9b7afea..1995ad7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,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.29-1.4.0-SNAPSHOT</version>
+    <version>1.0.30-1.4.0</version>
 
     <name>Apache Sling Scripting HTL Testing</name>
     <description>This project runs the integration tests for validating the Apache Sling Scripting HTL implementation
@@ -42,7 +42,7 @@
         <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>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.scripting.sightly.testing-1.0.30-1.4.0</tag>
   </scm>
 
     <properties>
@@ -336,25 +336,25 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.runtime</artifactId>
-            <version>1.2.5-1.4.0-SNAPSHOT</version>
+            <version>1.2.4-1.4.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
-            <version>1.2.13-1.4.0-SNAPSHOT</version>
+            <version>1.2.12-1.4.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId>
-            <version>1.2.3-1.4.0-SNAPSHOT</version>
+            <version>1.2.2-1.4.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly</artifactId>
-            <version>1.4.7-1.4.0-SNAPSHOT</version>
+            <version>1.4.8-1.4.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -366,7 +366,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.testing-content</artifactId>
-            <version>1.0.27-1.4.0-SNAPSHOT</version>
+            <version>1.0.28-1.4.0</version>
             <scope>provided</scope>
         </dependency>
 
@@ -379,13 +379,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.core</artifactId>
-            <version>2.3.5-SNAPSHOT</version>
+            <version>2.3.6</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.resolver</artifactId>
-            <version>2.7.13-SNAPSHOT</version>
+            <version>2.7.14</version>
             <scope>provided</scope>
         </dependency>