[java-parent-project] branch master updated: JPAR-163 - Set Maven Javadoc Plugin release version to 11
Phil Smart
philip.smart at jisc.ac.uk
Thu Apr 23 05:14:37 EDT 2020
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=a23befd1603762616f6c62a26328df5a0026d15d
The following commit(s) were added to refs/heads/master by this push:
new a23befd JPAR-163 - Set Maven Javadoc Plugin release version to 11
a23befd is described below
commit a23befd1603762616f6c62a26328df5a0026d15d
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Apr 23 10:10:50 2020 +0100
JPAR-163 - Set Maven Javadoc Plugin release version to 11
- Update all maven-javadoc-plugins to use the
net.shibboleth.maven.plugins version.
https://issues.shibboleth.net/jira/browse/JPAR-163
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 71f88c0..7eb2d61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -872,7 +872,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>org.apache.maven.plugins</groupId>
+ <groupId>net.shibboleth.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<configuration>
@@ -1038,7 +1038,7 @@
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
+ <groupId>net.shibboleth.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