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-testcontainer.git
The following commit(s) were added to refs/heads/master by this push:
new 9af4225 Update changes.xml
9af4225 is described below
commit 9af42259e1c16727864666c785e5c3f07df75197
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Oct 11 09:27:18 2024 +0200
Update changes.xml
---
src/changes/changes.xml | 16 +++++++++++++++-
src/site/site.xml | 2 +-
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3343383..d025739 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,21 @@
<!-- author email="[email protected]">Quinton McCombs</author -->
</properties>
<body>
- <release version="2.0.0" date="in GIT">
+ <release version="2.0.1-SNAPSHOT" date="in GIT">
+ <action type="update" dev="gk">
+ Java 17 minimum
+ </action>
+ <action type="update" dev="gk">
+ Update junit jupiter version to 5.11.2, and mockito to 5.10.0,
fulcrum-yaafi to 2.0.1
+ </action>
+ <action type="update" dev="gk">
+ Cleanup testcontainer: remove container interface - now in fulcrum
yaafi - remove Log4J22Logger (now in fulcrum-yaafi); require fulcurm-yaafi by
using new moved packages.
+ </action>
+ <action type="update" dev="gk">
+ Move from java to jakarta packages, servlet 6.x standard
+ </action>
+ </release>
+ <release version="2.0.0" date="2023-08-23">
<action type="update" dev="gk">
Java 11 minimum
</action>
diff --git a/src/site/site.xml b/src/site/site.xml
index 1e25bd1..237594c 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -31,7 +31,7 @@
<version position="left" />
<!-- IMPORTANT Notice: elements like bannerLeft, publishDate, version,
links, skin and custom
- are redundant after updating to released parent pom v14
+ are redundant after updating to released parent pom v14 which allows
skin inheritance again.
-->
<skin>
<groupId>org.apache.maven.skins</groupId>