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-factory.git
The following commit(s) were added to refs/heads/master by this push:
new 5fc7504 Update parent pom to v14, prepare changes for v2.0.0
5fc7504 is described below
commit 5fc750499f168ab9f226e99a9e2d937a1c6d0006
Author: gk <[email protected]>
AuthorDate: Wed Apr 23 14:35:26 2025 +0200
Update parent pom to v14, prepare changes for v2.0.0
---
pom.xml | 2 +-
src/changes/changes.xml | 34 ++++++++++++++++++++--------------
2 files changed, 21 insertions(+), 15 deletions(-)
diff --git a/pom.xml b/pom.xml
index 078080b..a109f7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>turbine-parent</artifactId>
<groupId>org.apache.turbine</groupId>
- <version>13</version>
+ <version>14</version>
<relativePath />
</parent>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f0d02a7..2a55d30 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,21 +24,27 @@
</properties>
<body>
- <release version="1.1.2" date="in SVN">
+ <release version="2.0.0" date="in SVN">
+ <action dev="gk" type="update">
+ Update to site 2.0.0
+ </action>
+ <action dev="painter" type="update">
+ Update maven configurations: Add distributionManagement, parent pom
+ </action>
</release>
<release version="1.1.1" date="2019-01-20">
- <action dev="painter" type="update">
- Update to junit 5 test cases
- </action>
- <action dev="painter" type="update">
- Addressed all PMD static code analyzer issues and
corrected where appropriate
- </action>
- <action dev="painter" type="update">
- Derive from Turbine parent POM 5
- </action>
- <action dev="painter" type="update">
- Require Java 8
- </action>
+ <action dev="painter" type="update">
+ Update to junit 5 test cases
+ </action>
+ <action dev="painter" type="update">
+ Addressed all PMD static code analyzer issues and corrected where
appropriate
+ </action>
+ <action dev="painter" type="update">
+ Derive from Turbine parent POM 5
+ </action>
+ <action dev="painter" type="update">
+ Require Java 8
+ </action>
</release>
<release version="1.1.0" date="2016-11-27">
<action dev="tv" type="add">
@@ -61,7 +67,7 @@
Clean up dependencies. Use TestContainer.
</action>
</release>
- <release version="1.0.2" date="">
+ <release version="1.0.2" date="">
<action dev="epugh" type="update">
Update to use Merlin 3.3.0
</action>