[java-parent-project] branch main updated: JPAR-207 - Revert maven-javadoc-plugin to official Apache version
Phil Smart
philip.smart at jisc.ac.uk
Tue May 10 09:53:37 UTC 2022
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=c8de0a47dafe38176cc7bb84acaab19f42e799ad
The following commit(s) were added to refs/heads/main by this push:
new c8de0a4 JPAR-207 - Revert maven-javadoc-plugin to official Apache version
c8de0a4 is described below
commit c8de0a47dafe38176cc7bb84acaab19f42e799ad
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue May 10 10:51:56 2022 +0100
JPAR-207 - Revert maven-javadoc-plugin to official Apache version
- Reverted to version 3.4.0 of the official plugin
- Have not removed patches for 3.3.0. This will come once tested
https://shibboleth.atlassian.net/browse/JPAR-207
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2c1794f..b29733f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
<maven-install-plugin.version>3.0.0-M1</maven-install-plugin.version>
<maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
- <maven-javadoc-plugin.version>3.3.0.2</maven-javadoc-plugin.version>
+ <maven-javadoc-plugin.version>3.4.0</maven-javadoc-plugin.version>
<maven-jxr-plugin.version>3.2.0</maven-jxr-plugin.version>
<maven-project-info-reports-plugin.version>3.2.2</maven-project-info-reports-plugin.version>
<maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
@@ -773,7 +773,7 @@
Possibly replace with official version post 3.2.0
-->
<plugin>
- <groupId>net.shibboleth.maven.plugins</groupId>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<configuration>
@@ -962,7 +962,7 @@
<!-- We use the aggregate reports for the javadoc and jxr reports because even if the project isn't a multi-module
project the plugin still does the right thing. -->
<plugin>
- <groupId>net.shibboleth.maven.plugins</groupId>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<configuration>
@@ -1128,7 +1128,7 @@
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
<plugin>
- <groupId>net.shibboleth.maven.plugins</groupId>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list