Skip to content

Commit

Permalink
Fix changes report link
Browse files Browse the repository at this point in the history
> [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
  • Loading branch information
froque committed Jan 14, 2025
1 parent 0bf06ef commit ec79a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -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>
Expand Down

0 comments on commit ec79a64

Please sign in to comment.