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/01/23 14:16:42 UTC

[sling-org-apache-sling-scripting-sightly-testing-content] branch master updated: SLING-7406 - Provide HTL specification version info in artifact names

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-sightly-testing-content.git


The following commit(s) were added to refs/heads/master by this push:
     new 00faec5  SLING-7406 - Provide HTL specification version info in artifact names
00faec5 is described below

commit 00faec570eef0db378d8f96765843ecf25a398f9
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Tue Jan 23 16:16:19 2018 +0200

    SLING-7406 - Provide HTL specification version info in artifact names
---
 pom.xml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ae861d1..410c2c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,11 @@
     <!-- P R O J E C T                                                           -->
     <!-- ======================================================================= -->
     <artifactId>org.apache.sling.scripting.sightly.testing-content</artifactId>
-    <version>1.0.7-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.0.7-1.3.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Scripting HTL Integration Tests Content</name>
@@ -228,13 +232,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId>
-            <version>1.0.4</version>
+            <version>1.0.21-1.3.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly</artifactId>
-            <version>1.0.24</version>
+            <version>1.0.47-1.3.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

-- 
To stop receiving notification emails like this one, please contact
radu@apache.org.