This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-oauth-client.git
The following commit(s) were added to refs/heads/master by this push:
new 8278f2e [maven-release-plugin] prepare release
org.apache.sling.auth.oauth-client-0.1.2
8278f2e is described below
commit 8278f2e588c48ec7a9215bd32032f30679c22c91
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Jun 18 16:49:42 2025 +0200
[maven-release-plugin] prepare release
org.apache.sling.auth.oauth-client-0.1.2
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 38a16b3..e97565e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>org.apache.sling.auth.oauth-client</artifactId>
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.1.2</version>
<name>Apache Sling OAuth Client</name>
<description>Apache Sling OAuth 2.0 client with OIDC support</description>
@@ -35,13 +35,13 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-oauth-client.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-oauth-client.git</developerConnection>
- <tag>org.apache.sling.auth.oauth-client-0.1.0</tag>
+ <tag>org.apache.sling.auth.oauth-client-0.1.2</tag>
<url>https://github.com/apache/sling-org-apache-sling-auth-oauth-client.git</url>
</scm>
<properties>
<sling.java.version>11</sling.java.version>
-
<project.build.outputTimestamp>1747146729</project.build.outputTimestamp>
+
<project.build.outputTimestamp>1750258088</project.build.outputTimestamp>
<it.startTimeoutSeconds>60</it.startTimeoutSeconds>
</properties>
<dependencies>