This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 2b9a15f6eb Fix revision to `2.25.0-SNAPSHOT`
2b9a15f6eb is described below
commit 2b9a15f6eb9dda568f4c25977da71b23c72ada6c
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Feb 18 23:05:34 2025 +0100
Fix revision to `2.25.0-SNAPSHOT`
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 31f27d334b..177b0531d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -307,7 +307,7 @@
<properties>
<!-- project version -->
- <revision>2.25.0.pr3105-SNAPSHOT</revision>
+ <revision>2.25.0-SNAPSHOT</revision>
<!-- Versions used on the site: no snapshots! -->
<site-log4j-api.version>2.24.3</site-log4j-api.version>
<site-log4j-core.version>2.24.3</site-log4j-core.version>