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-transform.git
The following commit(s) were added to refs/heads/main by this push:
new d5708cf Prepare for next development cycle
d5708cf is described below
commit d5708cfe460d071e60263e3e5819ca70b5325f45
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Fri May 5 22:14:02 2023 +0200
Prepare for next development cycle
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 44da0d8..b55272e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
</distributionManagement>
<properties>
<!-- project version -->
- <revision>0.1.0</revision>
+ <revision>0.1.1-SNAPSHOT</revision>
<!-- `minimalJavaBuildVersion` is employed by `org.apache:apache`,
which is the parent of `org.apache.logging:logging-parent`, which is the
parent of us.
`minimalJavaBuildVersion` is used for enforcing the compiler version.