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 ed966a1 [maven-release-plugin] prepare release
org.apache.sling.auth.form-2.0.0
ed966a1 is described below
commit ed966a13013f6d7eb21905eaea64991399db5349
Author: Eric Norman <[email protected]>
AuthorDate: Wed Oct 22 13:30:28 2025 -0700
[maven-release-plugin] prepare release org.apache.sling.auth.form-2.0.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 94538af..63abece 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
</parent>
<artifactId>org.apache.sling.auth.form</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</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>HEAD</tag>
+ <tag>org.apache.sling.auth.form-2.0.0</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>2024-07-01T12:25:41Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-10-22T20:28:52Z</project.build.outputTimestamp>
<sling.java.version>17</sling.java.version>
<slf4j.version>2.0.17</slf4j.version>
</properties>