This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git
The following commit(s) were added to refs/heads/main by this push:
new bf246e5 Prepare for next release cycle
bf246e5 is described below
commit bf246e51a721c385b479bf5edbcdd851ad09490e
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Dec 27 09:09:02 2023 +0100
Prepare for next release cycle
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9f20cc3..3138e49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
<properties>
<!-- project version -->
- <revision>1.4.0</revision>
+ <revision>1.4.1-SNAPSHOT</revision>
<!-- `project.build.outputTimestamp` is required to be present for
reproducible builds.
We actually inherit one from the `org.apache:apache` through our
parent `org.apache.logging:logging-parent`.