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 2022/08/08 15:46:00 UTC

[sling-org-apache-sling-scripting-sightly-testing] branch master updated: [maven-release-plugin] prepare release org.apache.sling.scripting.sightly.testing-1.0.34-1.4.0

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 a4d22e2  [maven-release-plugin] prepare release org.apache.sling.scripting.sightly.testing-1.0.34-1.4.0
a4d22e2 is described below

commit a4d22e2cbeec97d6bad470f69b5181872252e05e
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Mon Aug 8 17:45:57 2022 +0200

    [maven-release-plugin] prepare release org.apache.sling.scripting.sightly.testing-1.0.34-1.4.0
---
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 008d1cc..ea8e075 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
         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.33-1.4.0-SNAPSHOT</version>
+    <version>1.0.34-1.4.0</version>
 
     <name>Apache Sling Scripting HTL Testing</name>
     <description>This project runs the integration tests for validating the Apache Sling Scripting HTL implementation
@@ -42,7 +42,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-sightly-testing.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.scripting.sightly.testing-1.0.34-1.4.0</tag>
   </scm>
 
     <properties>
@@ -74,7 +74,7 @@
         <debug.options />
         <keepInstanceRunning>false</keepInstanceRunning>
 
-        <project.build.outputTimestamp>2022-08-08T14:41:08Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-08-08T15:45:10Z</project.build.outputTimestamp>
     </properties>
 
     <build>
@@ -318,7 +318,7 @@ Require-Capability: osgi.extender;filter:="(&(osgi.extender=sling.scripting)(ver
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.26.1-SNAPSHOT</version>
+            <version>2.26.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -390,13 +390,13 @@ Require-Capability: osgi.extender;filter:="(&(osgi.extender=sling.scripting)(ver
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly</artifactId>
-            <version>1.4.21-1.4.0-SNAPSHOT</version>
+            <version>1.4.20-1.4.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.js.provider</artifactId>
-            <version>1.2.9-SNAPSHOT</version>
+            <version>1.2.8</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -421,19 +421,19 @@ Require-Capability: osgi.extender;filter:="(&(osgi.extender=sling.scripting)(ver
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.resolver</artifactId>
-            <version>2.9.9-SNAPSHOT</version>
+            <version>2.9.8</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.resourceresolver</artifactId>
-            <version>1.10.1-SNAPSHOT</version>
+            <version>1.10.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.engine</artifactId>
-            <version>2.10.3-SNAPSHOT</version>
+            <version>2.10.2</version>
             <scope>provided</scope>
         </dependency>