[java-shib-metadata] branch main updated: JPAR-207 - Revert maven-javadoc-plugin to official Apache version
Phil Smart
philip.smart at jisc.ac.uk
Wed Nov 15 11:45:58 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-shib-metadata.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=ae2b10453c679eb81e2304d75fef5e985905ce3e
The following commit(s) were added to refs/heads/main by this push:
new ae2b1045 JPAR-207 - Revert maven-javadoc-plugin to official Apache version
ae2b1045 is described below
commit ae2b10453c679eb81e2304d75fef5e985905ce3e
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Nov 15 11:45:51 2023 +0000
JPAR-207 - Revert maven-javadoc-plugin to official Apache version
- Change maven-javadoc-plugin groupId back to org.apache.maven.plugins
https://shibboleth.atlassian.net/browse/JPAR-207
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 60e5c5c0..deea3670 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@
<build>
<plugins>
<plugin>
- <groupId>net.shibboleth.maven.plugins</groupId>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<links combine.children="append">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list