[java-parent-project] branch main updated: JPAR-178 - Update maven-javadoc-plugin to 3.3.0
Phil Smart
philip.smart at jisc.ac.uk
Fri Jul 2 09:05:58 UTC 2021
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=060a6ad8b64efe7495288b3ff07ea7292612aeb1
The following commit(s) were added to refs/heads/main by this push:
new 060a6ad JPAR-178 - Update maven-javadoc-plugin to 3.3.0
060a6ad is described below
commit 060a6ad8b64efe7495288b3ff07ea7292612aeb1
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Jul 2 10:05:56 2021 +0100
JPAR-178 - Update maven-javadoc-plugin to 3.3.0
Change plugin back to the official maven-javadoc-plugin and not the
Shibboleth patched version 3.2.0. Reverts JPAR-164 and JPAR-163.
https://issues.shibboleth.net/jira/browse/JPAR-178
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index d87758e..0e45ef2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
<maven-install-plugin.version>3.0.0-M1</maven-install-plugin.version>
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
- <maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
+ <maven-javadoc-plugin.version>3.3.0</maven-javadoc-plugin.version>
<maven-jxr-plugin.version>3.0.0</maven-jxr-plugin.version>
<maven-project-info-reports-plugin.version>3.1.1</maven-project-info-reports-plugin.version>
<maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
@@ -723,7 +723,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>
@@ -912,7 +912,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>
@@ -1078,7 +1078,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