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/09/17 14:15:31 UTC

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


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

commit b037c2e078af9c8ab1ede05d1fa241a124419525
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Sat Sep 17 16:15:29 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 ec8cb22..ad03490 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.auth.core</artifactId>
-    <version>1.5.8</version>
+    <version>1.5.9-SNAPSHOT</version>
 
     <name>Apache Sling Auth Core</name>
     <description>
@@ -42,14 +42,14 @@
     <properties>
         <site.jira.version.id>12315268</site.jira.version.id>
         <site.javadoc.exclude>**.impl.**</site.javadoc.exclude>
-        <project.build.outputTimestamp>2022-09-17T14:15:01Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-09-17T14:15:29Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-core.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-core.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-auth-core.git</url>
-      <tag>org.apache.sling.auth.core-1.5.8</tag>
+      <tag>HEAD</tag>
   </scm>
 
   <dependencies>