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 d596b04 [maven-release-plugin] prepare for next development iteration
d596b04 is described below
commit d596b04c0430db253ef14006c3dde591895bd460
Author: Radu Cotescu <[email protected]>
AuthorDate: Fri Aug 21 13:07:40 2020 +0200
[maven-release-plugin] prepare for next development iteration
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index ef63251..a0172ff 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.22-1.4.0</version>
+ <version>1.0.23-1.4.0-SNAPSHOT</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>org.apache.sling.scripting.sightly.testing-1.0.22-1.4.0</tag>
+ <tag>HEAD</tag>
</scm>
<properties>
@@ -417,19 +417,19 @@ Sling-Initial-Content:
SLING-INF/content;overwrite:=true;path:=/content/sightly-
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.scripting.sightly</artifactId>
- <version>1.4.2-1.4.0</version>
+ <version>1.4.3-1.4.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.scripting.sightly.js.provider</artifactId>
- <version>1.2.6</version>
+ <version>1.2.7-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.scripting.sightly.testing-content</artifactId>
- <version>1.0.20-1.4.0</version>
+ <version>1.0.21-1.4.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>