[java-idp-oidc] branch main updated: Fix expression in nimbus-jose-jwt Javadoc link

Henri Mikkonen henri.mikkonen at iki.fi
Thu May 15 16:15:01 UTC 2025


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=17f5d638806aa001e1d670adff70c494aef158bb

The following commit(s) were added to refs/heads/main by this push:
     new 17f5d638 Fix expression in nimbus-jose-jwt Javadoc link
17f5d638 is described below

commit 17f5d638806aa001e1d670adff70c494aef158bb
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu May 15 19:14:06 2025 +0300

    Fix expression in nimbus-jose-jwt Javadoc link
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ffeb291c..495a7aab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
                         <link>${javadoc.url}/java-shib-profile/${shib-profile.version}</link>
                         <link>${javadoc.url}/java-identity-provider/${idp.version}</link>
                         <link>${javadoc.url}/java-oidc-common/${oidc-common.version}</link>
-                        <link>https://javadoc.io/doc/com.nimbusds/nimbus-jose-jwt/$(nimbus-jose-jwt.version)</link>
+                        <link>https://javadoc.io/doc/com.nimbusds/nimbus-jose-jwt/${nimbus-jose-jwt.version}</link>
                         <link>https://javadoc.io/doc/com.nimbusds/oauth2-oidc-sdk/${oauth2-oidc-sdk.version}</link>
                         <link>https://javadoc.io/doc/net.minidev/json-smart/${json.smart.version}</link>
                         <link>https://javadoc.io/doc/net.minidev/accessors-smart/${accessors.smart.version}</link>

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


More information about the commits mailing list