[java-opensaml] branch master updated: JPAR-167 and JPAR-164 Update Maven Javadoc Plugin
Phil Smart
philip.smart at jisc.ac.uk
Wed Apr 22 05:33:38 EDT 2020
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=d067d3bebd50d7e1b66081902677b95745ee5136
The following commit(s) were added to refs/heads/master by this push:
new d067d3b JPAR-167 and JPAR-164 Update Maven Javadoc Plugin
d067d3b is described below
commit d067d3bebd50d7e1b66081902677b95745ee5136
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Apr 22 10:00:39 2020 +0100
JPAR-167 and JPAR-164 Update Maven Javadoc Plugin
- Update relevant projects to point to 11.0.1-SNAPSHOT
- Remove maven javadoc plugin version override
https://issues.shibboleth.net/jira/browse/JPAR-167
https://issues.shibboleth.net/jira/browse/JPAR-164
---
opensaml-parent/pom.xml | 18 +-----------------
1 file changed, 1 insertion(+), 17 deletions(-)
diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index ca3aaf5..9fa7675 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.0.0</version>
+ <version>11.0.1-SNAPSHOT</version>
</parent>
<name>OpenSAML</name>
@@ -54,22 +54,6 @@
<checkstyle.configLocation>${project.basedir}/../opensaml-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<opensaml-parent.site.url>${shibboleth.site.url}java-opensaml/${project.version}/</opensaml-parent.site.url>
<opensaml-module.site.url>${opensaml-parent.site.url}${project.artifactId}</opensaml-module.site.url>
-
- <!--
- Use version 3.0.1 of the Maven javadoc plugin rather than the
- (currently) version 3.1.1 managed by java-parent-project.
- This avoids what looks like an instance of this issue in MJAVADOC:
-
- https://issues.apache.org/jira/browse/MJAVADOC-620
-
- This property should be removed when that problem has been addressed,
- supposedly in plugin version 3.2.0.
-
- Our case:
-
- https://issues.shibboleth.net/jira/browse/OSJ-296
- -->
- <maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
</properties>
<repositories>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list