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 2021/08/05 13:15:44 UTC

[sling-org-apache-sling-scripting-core] branch master updated: [maven-release-plugin] prepare release org.apache.sling.scripting.core-2.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-core.git


The following commit(s) were added to refs/heads/master by this push:
     new e0c7a49  [maven-release-plugin] prepare release org.apache.sling.scripting.core-2.4.0
e0c7a49 is described below

commit e0c7a495a2b7776d55b7d7906ad4607712ad4455
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Aug 5 15:15:37 2021 +0200

    [maven-release-plugin] prepare release org.apache.sling.scripting.core-2.4.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index da6d3e8..b4b1f51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.scripting.core</artifactId>
-    <version>2.3.7-SNAPSHOT</version>
+    <version>2.4.0</version>
 
     <name>Apache Sling Scripting Core</name>
     <description>
@@ -43,7 +43,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-core.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.scripting.core-2.4.0</tag>
   </scm>
 
     <build>
@@ -337,7 +337,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.resolver</artifactId>
-            <version>2.7.15-SNAPSHOT</version>
+            <version>2.8.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>