[maven-release-plugin] prepare release org.apache.sling.scripting.sightly-1.0.44
diff --git a/pom.xml b/pom.xml
index a8d4cbe..c501991 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
     <!-- P R O J E C T                                                           -->
     <!-- ======================================================================= -->
     <artifactId>org.apache.sling.scripting.sightly</artifactId>
-    <version>1.0.43-SNAPSHOT</version>
+    <version>1.0.44</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Scripting HTL Engine</name>
@@ -47,7 +47,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-sightly.git</url>
-    </scm>
+      <tag>org.apache.sling.scripting.sightly-1.0.44</tag>
+  </scm>
 
     <properties>
         <jacoco.maven.plugin.version>0.7.9</jacoco.maven.plugin.version>
@@ -166,13 +167,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
-            <version>1.0.15-SNAPSHOT</version>
+            <version>1.0.14</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId>
-            <version>1.0.15-SNAPSHOT</version>
+            <version>1.0.16</version>
             <scope>provided</scope>
         </dependency>