This is an automated email from the ASF dual-hosted git repository.
gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new c8cdad0 Use turbine parent 13-SNAPSHOT with java 17 baseline; update
missing dep log4j-api in test scope, use jakarta servlet api 6.1.0
c8cdad0 is described below
commit c8cdad01e4bc326c11c02e6e816992642758ecc4
Author: Georg Kallidis <[email protected]>
AuthorDate: Tue Jul 9 15:08:28 2024 +0200
Use turbine parent 13-SNAPSHOT with java 17 baseline; update missing dep
log4j-api in test scope, use jakarta servlet api 6.1.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ba45267..de27204 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.turbine</groupId>
<artifactId>turbine-parent</artifactId>
- <version>12</version>
+ <version>13-SNAPSHOT</version>
<relativePath />
</parent>