[java-idp-oidc] 01/02: Update parent version to 11.3.4 to avoid javadoc:javadoc failure.

Henri Mikkonen henri.mikkonen at iki.fi
Tue Nov 29 10:25:44 UTC 2022


This is an automated email from the git hooks/post-receive script.

hjmikkon pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=b36f3a69a4739d00280422fa42adb0262388f585

commit b36f3a69a4739d00280422fa42adb0262388f585
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Tue Nov 29 12:22:50 2022 +0200

    Update parent version to 11.3.4 to avoid javadoc:javadoc failure.
    
    With the previous version (11.3.3), mvn javadoc:javadoc failed with:
    
    [ERROR] Failed to execute goal net.shibboleth.maven.plugins:maven-javadoc-plugin:3.3.0.2:javadoc (default-cli) on project idp-plugin-oidc-op-api: An error has occurred in Javadoc report generation:
    [ERROR] Exit code: 1 - javadoc: error - Error fetching URL: https://javadoc.jitpack.io/com/github/cbeust/testng/master/javadoc/
    [ERROR]
    [ERROR] Command line was: /Users/Shared/java/amazon-corretto-11.jdk/Contents/Home/bin/javadoc @options @packages
    [ERROR]
    [ERROR] Refer to the generated Javadoc files in '/tmp/java-idp-oidc/idp-oidc-extension-api/target/site/apidocs' dir.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3065f363..faebe9a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
      <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.3.3</version>
+        <version>11.3.4</version>
     </parent>
     <groupId>net.shibboleth.idp.plugin.oidc</groupId>
     <artifactId>idp-plugin-oidc-op-parent</artifactId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list