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-site.git
The following commit(s) were added to refs/heads/master by this push:
new 0a5d53f Set turbine parent 13-SNAPSHOT with java 17 baseline
0a5d53f is described below
commit 0a5d53f39d8224b745927b51f185094515e76a99
Author: Georg Kallidis <[email protected]>
AuthorDate: Tue Jul 9 15:14:10 2024 +0200
Set turbine parent 13-SNAPSHOT with java 17 baseline
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8749e77..7389363 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>turbine-parent</artifactId>
<groupId>org.apache.turbine</groupId>
- <version>12-SNAPSHOT</version>
+ <version>13-SNAPSHOT</version>
</parent>
<groupId>org.apache.fulcrum</groupId>