This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git
The following commit(s) were added to refs/heads/master by this push:
new e5921c7 [maven-release-plugin] prepare for next development iteration
e5921c7 is described below
commit e5921c788b9efd6f701462acdb5f47896f1b6603
Author: Joerg Hoh <[email protected]>
AuthorDate: Tue Sep 15 10:27:57 2026 +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 e77742d..c0bef71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<!-- P R O J E C T
-->
<!--
======================================================================= -->
<artifactId>org.apache.sling.xss</artifactId>
- <version>2.4.12</version>
+ <version>2.4.13-SNAPSHOT</version>
<name>Apache Sling XSS Protection API</name>
<description>Apache Sling XSS Protection Bundle providing XSS protection
based on the OWASP AntiSamy and OWASP Java Encoder libraries.</description>
@@ -39,14 +39,14 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git</developerConnection>
- <tag>org.apache.sling.xss-2.4.12</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/sling-org-apache-sling-xss.git</url>
</scm>
<properties>
<sling.java.version>11</sling.java.version>
<slf4j.version>1.7.25</slf4j.version>
-
<project.build.outputTimestamp>1789460846</project.build.outputTimestamp>
+
<project.build.outputTimestamp>1789460877</project.build.outputTimestamp>
</properties>
<!--
======================================================================= -->