You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2021/09/22 05:21:21 UTC

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

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-engine.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d26053  [maven-release-plugin] prepare for next development iteration
8d26053 is described below

commit 8d260535a3119126246059ee102f1658436afa73
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Sep 22 07:21:16 2021 +0200

    [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 bd9d267..8421255 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.engine</artifactId>
-    <version>2.7.10</version>
+    <version>2.7.11-SNAPSHOT</version>
 
     <name>Apache Sling Engine Implementation</name>
     <description>
@@ -39,7 +39,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-engine.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-engine.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-engine.git</url>
-        <tag>org.apache.sling.engine-2.7.10</tag>
+        <tag>HEAD</tag>
   </scm>
 
     <properties>