releng: corrected dependencies
diff --git a/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml b/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml
index 25a323a..19c3ac9 100644
--- a/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml
+++ b/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml
@@ -75,7 +75,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>htl-maven-plugin</artifactId>
-                <version>1.2.1-1.4.0-SNAPSHOT</version>
+                <version>1.2.2-1.4.0</version>
                 <executions>
                     <execution>
                         <id>validate-htl-scripts</id>
@@ -129,7 +129,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.runtime</artifactId>
-            <version>1.0.0-1.4.0-SNAPSHOT</version>
+            <version>1.0.0-1.4.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>