You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2018/12/10 18:14:50 UTC

[sling-org-apache-sling-scripting-bundle-tracker-it] branch master updated: releng: corrected dependencies

This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-bundle-tracker-it.git


The following commit(s) were added to refs/heads/master by this push:
     new 78ae8e1  releng: corrected dependencies
78ae8e1 is described below

commit 78ae8e131b89074abb259f27ab5170333502af70
Author: Radu Cotescu <co...@adobe.com>
AuthorDate: Mon Dec 10 19:14:36 2018 +0100

    releng: corrected dependencies
---
 examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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>