You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2021/12/16 14:01:03 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.

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

commit 8727cc70a8d2cd3f55c5bc712e435cc0435c6b91
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Thu Dec 16 15:01:00 2021 +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 25b742c..b01e9c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.scripting.core</artifactId>
-    <version>2.4.2</version>
+    <version>2.4.3-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.2</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <build>