From ec79a64665fc85936e8ad78bf71cf7f5890dff1a Mon Sep 17 00:00:00 2001 From: Filipe Roque Date: Tue, 14 Jan 2025 09:25:03 +0000 Subject: [PATCH] Fix changes report link > [WARNING] Goal 'changes-report' is deprecated: use change goal maven-changes-plugin changed `changes-report` to `changes` Removed plugin from pom.xml because parent pom already contains this config. FILEUPLOAD-358 Release history link changed from changes-report.html to changes.html --- pom.xml | 16 ---------------- src/site/xdoc/index.xml | 4 ++-- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index 9e13a3ac65..5e7e876c7b 100644 --- a/pom.xml +++ b/pom.xml @@ -193,22 +193,6 @@ - - - org.apache.maven.plugins - maven-changes-plugin - ${commons.changes.version} - - %URL%/../%ISSUE% - - - - - changes-report - - - - org.apache.maven.plugins diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 2d45c269df..77a4d90e4c 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -63,7 +63,7 @@
  • Javadoc Archives
  • Release Notes
  • -

    You can also browse the Subversion repository.

    +

    You can also browse the Git repository.

    @@ -73,7 +73,7 @@