This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git
The following commit(s) were added to refs/heads/master by this push:
new 0a4b258 Link to changes report instead of manually crafted txt file
0a4b258 is described below
commit 0a4b258bc6e0bc9a3a3ffd9c370ab224cca07e2a
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Dec 12 15:50:08 2024 +0100
Link to changes report instead of manually crafted txt file
---
pom.xml | 2 +-
src/site/site.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c63cee1..ee4b3ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,7 +308,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
- <version>2.12.1</version>
+ <version>3.0.0-M1</version>
<reportSets>
<reportSet>
<reports>
diff --git a/src/site/site.xml b/src/site/site.xml
index 1f59317..ac74913 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -49,7 +49,7 @@
<item name="Introducing Tentacles" href="/index.html"/>
<item name="Javadocs" href="/apidocs/index.html"/>
<item name="Downloads" href="/download_tentacles.cgi"/>
- <item name="Changes" href="/RELEASE_NOTES.txt"/>
+ <item name="Changes" href="/changes.html"/>
</menu>
<menu name="Apache Creadur™" inherit="bottom">
<item name="Creadur Project Home" href="https://creadur.apache.org"/>