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:25 UTC

[sling-org-apache-sling-auth-core] branch master updated: [maven-release-plugin] prepare release org.apache.sling.auth.core-1.5.8

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 02b53f6  [maven-release-plugin] prepare release org.apache.sling.auth.core-1.5.8
02b53f6 is described below

commit 02b53f6be927b7ef5d22b0ea47e2356c3559a67a
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Sat Sep 17 16:15:23 2022 +0200

    [maven-release-plugin] prepare release org.apache.sling.auth.core-1.5.8
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ec2e1ce..ec8cb22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.auth.core</artifactId>
-    <version>1.5.7-SNAPSHOT</version>
+    <version>1.5.8</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>2021-07-15T17:38:18Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-09-17T14:15:01Z</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>HEAD</tag>
+      <tag>org.apache.sling.auth.core-1.5.8</tag>
   </scm>
 
   <dependencies>