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 2022/03/29 05:36:44 UTC

[sling-org-apache-sling-api] 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-api.git


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

commit 8c0a12ab0f959a5e6c6ce92d758ac50adbf7e1bd
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Mar 29 07:36:40 2022 +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 2c1fe4c..db15869 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.api</artifactId>
-    <version>2.25.0</version>
+    <version>2.25.1-SNAPSHOT</version>
 
     <name>Apache Sling API</name>
     <description>
@@ -46,13 +46,13 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-api.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-api.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-api.git</url>
-    <tag>org.apache.sling.api-2.25.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <site.jira.version.id>12314252</site.jira.version.id>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2022-03-29T05:35:25Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-03-29T05:36:39Z</project.build.outputTimestamp>
     </properties>
 
     <dependencies>