SLING-7406 - Provide HTL specification version info in artifact names
diff --git a/pom.xml b/pom.xml
index 6cfc0d0..eca67d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,11 @@
     </parent>
 
     <artifactId>htl-maven-plugin</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <!--
+        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.1.3-1.3.1-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Sling HTL Maven Plugin</name>
@@ -94,12 +98,12 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
-            <version>1.0.14</version>
+            <version>1.0.19-1.3.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId>
-            <version>1.0.18</version>
+            <version>1.0.21-1.3.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>