You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/10/05 08:53:56 UTC

[sling-htl-maven-plugin] branch master updated: SLING-10850 Use latest release versions of HTL dependencies

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 171911c  SLING-10850 Use latest release versions of HTL dependencies
171911c is described below

commit 171911c8c634a07d3e5f47967c76122ead66bd6f
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Oct 5 10:53:51 2021 +0200

    SLING-10850 Use latest release versions of HTL dependencies
---
 pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1332dc6..ead294a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>45</version>
+        <version>46</version>
         <relativePath />
     </parent>
 
@@ -54,7 +54,6 @@
             12343846,12344079,12344332,12344876,12345571,12346551,12346590,12346596,12348677</site.jira.version.id>
         <maven.version>3.3.9</maven.version>
         <maven.site.path>${project.artifactId}-archives/${project.artifactId}-LATEST</maven.site.path>
-        <sightly.runtime.version>1.2.0-1.4.0</sightly.runtime.version>
         <argLine />
         <!-- the github id used for the ribbon for Maven sites: https://maven.apache.org/skins/maven-fluido-skin/#GitHub_ribbons -->
         <github.project.id>apache/sling-htl-maven-plugin</github.project.id>
@@ -101,17 +100,17 @@
         <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.6-1.4.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
-            <version>1.2.9-1.4.0-SNAPSHOT</version>
+            <version>1.2.14-1.4.0</version>
         </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>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>