You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2022/09/26 19:12:13 UTC

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

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

enorman 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 3decfbe  [maven-release-plugin] prepare release org.apache.sling.auth.core-1.6.0
3decfbe is described below

commit 3decfbe8142f0991114c53dc0204108945a76cab
Author: Eric Norman <en...@apache.org>
AuthorDate: Mon Sep 26 12:12:04 2022 -0700

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

diff --git a/pom.xml b/pom.xml
index 5f2c1ad..78f686e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.auth.core</artifactId>
-    <version>1.5.9-SNAPSHOT</version>
+    <version>1.6.0</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:29Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-09-26T19:11:55Z</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.6.0</tag>
   </scm>
 
   <dependencies>