[java-identity-provider] branch maint-4.1 updated: JMVN-23 - Missing keys for checking an M2 repository
Phil Smart
philip.smart at jisc.ac.uk
Tue Jan 18 10:59:05 UTC 2022
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch maint-4.1
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=26af5b78b1fff4cdf1cbe836d72385fa47d43801
The following commit(s) were added to refs/heads/maint-4.1 by this push:
new 26af5b78b JMVN-23 - Missing keys for checking an M2 repository
26af5b78b is described below
commit 26af5b78b1fff4cdf1cbe836d72385fa47d43801
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Jan 18 10:57:31 2022 +0000
JMVN-23 - Missing keys for checking an M2 repository
- Override maven-javadoc-plugin to latest 3.3.0.1
https://shibboleth.atlassian.net/browse/JMVN-23
---
idp-parent/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 6a3afad04..3f13446fc 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -80,6 +80,8 @@
<ant.version>1.10.12</ant.version>
<commons.compress.version>1.21</commons.compress.version>
<xmlsec.version>2.1.7</xmlsec.version>
+ <!-- Use the latest javadoc plugin, see JMVN-23 -->
+ <maven-javadoc-plugin.version>3.3.0.1</maven-javadoc-plugin.version>
<shibboleth.site.deploy.url>//shibboleth.net/home/javasites/staging/</shibboleth.site.deploy.url>
<checkstyle.configLocation>${project.basedir}/../idp-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<idp-parent.site.url>${shibboleth.site.deploy.url}java-identity-provider/${project.version}/</idp-parent.site.url>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list