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/05/07 09:21:30 UTC

[sling-org-apache-sling-scripting-core] branch master updated: [maven-release-plugin] prepare for next development iteration

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 703a440  [maven-release-plugin] prepare for next development iteration
703a440 is described below

commit 703a4409d65a0f882dec5e5103bd241c8915c71c
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Fri May 7 11:21:26 2021 +0200

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b7728c0..f5de6ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.scripting.core</artifactId>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</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>org.apache.sling.scripting.core-2.3.6</tag>
+      <tag>org.apache.sling.scripting.core-2.3.0</tag>
   </scm>
 
     <build>
@@ -374,7 +374,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.resolver</artifactId>
-            <version>2.7.14</version>
+            <version>2.7.15-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>