This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/master by this push:
new e3408fc7 Fix changes report link (#388)
e3408fc7 is described below
commit e3408fc7c0399481d32ca8371176e79ab06e7d8f
Author: Filipe Roque <[email protected]>
AuthorDate: Tue Jan 14 12:15:30 2025 +0000
Fix changes report link (#388)
> [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 9e13a3ac..5e7e876c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,22 +193,6 @@
</reports>
</reportSet>
</reportSets>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changes-plugin</artifactId>
- <version>${commons.changes.version}</version>
- <configuration>
- <issueLinkTemplate>%URL%/../%ISSUE%</issueLinkTemplate>
- </configuration>
- <reportSets>
- <reportSet>
- <reports>
- <report>changes-report</report>
- <!-- NPE, retry from time to time <report>jira-report</report>
-->
- </reports>
- </reportSet>
- </reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 2d45c269..77a4d90e 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -63,7 +63,7 @@
<li><a
href="https://javadoc.io/doc/commons-fileupload/commons-fileupload/latest/index.html">Javadoc
Archives</a></li>
<li><a
href="https://dist.apache.org/repos/dist/release/commons/fileupload/RELEASE-NOTES.txt">Release
Notes</a></li>
</ul>
- <p>You can also <a href="./scm.html">browse</a> the Subversion
repository.</p>
+ <p>You can also <a href="./scm.html">browse</a> the Git repository.</p>
</section>
<section name="Releases">
@@ -73,7 +73,7 @@
</li>
</ul>
<ul>
- <li>Read the <a href="changes-report.html">changes report</a>.
+ <li>Read the <a href="changes.html">changes report</a>.
</li>
</ul>
</section>