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 523d29c [maven-release-plugin] prepare for next development iteration
523d29c is described below
commit 523d29c20b270e5ff1e89e941a8071e1c42b7dc3
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Oct 21 17:20:51 2025 +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 f5c9614..edd43c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>org.apache.sling.auth.oauth-client</artifactId>
- <version>0.1.4</version>
+ <version>0.1.5-SNAPSHOT</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.4</tag>
+ <tag>org.apache.sling.auth.oauth-client-0.1.0</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>1761059907</project.build.outputTimestamp>
+
<project.build.outputTimestamp>1761060051</project.build.outputTimestamp>
<it.startTimeoutSeconds>60</it.startTimeoutSeconds>
</properties>
<dependencies>