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:19:38 UTC

[sling-org-apache-sling-scripting-sightly-testing] 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.git


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

commit 14b3b606ada23b8e2575a86717d2888d30f3afa7
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Mon Jan 22 12:25:57 2018 +0100

    SLING-7406 - Provide HTL specification version info in artifact names
---
 pom.xml                         | 13 ++++++++++---
 src/main/provisioning/model.txt |  2 +-
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index d1c007a..c022245 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,11 +71,12 @@
 
         <jacoco.maven.plugin.version>0.7.9</jacoco.maven.plugin.version>
         <!-- HTL modules under test versions -->
-        <org.apache.sling.scripting.sightly.compiler.version>1.0.19-SNAPSHOT</org.apache.sling.scripting.sightly.compiler.version>
-        <org.apache.sling.scripting.sightly.compiler.java.version>1.0.21-SNAPSHOT</org.apache.sling.scripting.sightly.compiler.java.version>
-        <org.apache.sling.scripting.sightly.version>1.0.47-SNAPSHOT</org.apache.sling.scripting.sightly.version>
+        <org.apache.sling.scripting.sightly.compiler.version>1.0.19-1.3.1-SNAPSHOT</org.apache.sling.scripting.sightly.compiler.version>
+        <org.apache.sling.scripting.sightly.compiler.java.version>1.0.21-1.3.1-SNAPSHOT</org.apache.sling.scripting.sightly.compiler.java.version>
+        <org.apache.sling.scripting.sightly.version>1.0.47-1.3.1-SNAPSHOT</org.apache.sling.scripting.sightly.version>
         <org.apache.sling.scripting.sightly.js.provider.version>1.0.27-SNAPSHOT</org.apache.sling.scripting.sightly.js.provider.version>
         <org.apache.sling.scripting.sightly.models.provider.version>1.0.7-SNAPSHOT</org.apache.sling.scripting.sightly.models.provider.version>
+        <org.apache.sling.scripting.sightly.testing.content.version>1.0.7-1.3.1-SNAPSHOT</org.apache.sling.scripting.sightly.testing.content.version>
     </properties>
 
     <build>
@@ -453,6 +454,12 @@
             <version>${org.apache.sling.scripting.sightly.models.provider.version}</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.sightly.testing-content</artifactId>
+            <version>${org.apache.sling.scripting.sightly.testing.content.version}</version>
+            <scope>provided</scope>
+        </dependency>
 
         <!-- Dependencies for the Test Build and Run -->
         <dependency>
diff --git a/src/main/provisioning/model.txt b/src/main/provisioning/model.txt
index fe0dd4f..860b694 100644
--- a/src/main/provisioning/model.txt
+++ b/src/main/provisioning/model.txt
@@ -27,7 +27,7 @@
   org.apache.sling/org.apache.sling.scripting.sightly
   org.apache.sling/org.apache.sling.scripting.sightly.js.provider
   org.apache.sling/org.apache.sling.scripting.sightly.models.provider
-  org.apache.sling/org.apache.sling.scripting.sightly.testing-content/1.0.7-SNAPSHOT
+  org.apache.sling/org.apache.sling.scripting.sightly.testing-content
 
 # additional configuration for testing
 [configurations]

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