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-form.git
The following commit(s) were added to refs/heads/master by this push:
new bf78490 [maven-release-plugin] prepare for next development iteration
bf78490 is described below
commit bf78490d9cb4ea6321152170771eec72206ecb41
Author: Eric Norman <[email protected]>
AuthorDate: Wed Oct 22 13:30:54 2025 -0700
[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 63abece..3b3236d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
</parent>
<artifactId>org.apache.sling.auth.form</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Sling Form Based Authentication</name>
<description>Bundle implementing form based authentication with login
@@ -31,7 +31,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git</developerConnection>
- <tag>org.apache.sling.auth.form-2.0.0</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/sling-org-apache-sling-auth-form/tree/${project.scm.tag}</url>
</scm>
@@ -41,7 +41,7 @@
<org.ops4j.pax.exam.version>4.14.0</org.ops4j.pax.exam.version>
<!-- To debug the pax process, override this with -D -->
<pax.vm.options>-Xmx512M</pax.vm.options>
-
<project.build.outputTimestamp>2025-10-22T20:28:52Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-10-22T20:30:54Z</project.build.outputTimestamp>
<sling.java.version>17</sling.java.version>
<slf4j.version>2.0.17</slf4j.version>
</properties>