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/03/10 14:15:09 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 ef4631f  [maven-release-plugin] prepare for next development iteration
ef4631f is described below

commit ef4631fb4f4c9066f06fde4ab279e665912068eb
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Mar 10 15:15:06 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 796c745..587334d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.scripting.core</artifactId>
-    <version>2.4.6</version>
+    <version>2.4.7-SNAPSHOT</version>
 
     <name>Apache Sling Scripting Core</name>
     <description>
@@ -44,7 +44,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.4.6</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <build>