[java-oidc-common] branch main updated: Fix expression in Nimbus Javadoc link
Phil Smart
philip.smart at jisc.ac.uk
Thu May 15 16:04:53 UTC 2025
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=2518c9bbf7ee1c542b3e789b83d4e8af5a8d1f09
The following commit(s) were added to refs/heads/main by this push:
new 2518c9b Fix expression in Nimbus Javadoc link
2518c9b is described below
commit 2518c9bbf7ee1c542b3e789b83d4e8af5a8d1f09
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu May 15 17:04:50 2025 +0100
Fix expression in Nimbus Javadoc link
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 60a61d1..fee755f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,7 +256,7 @@
<link>${javadoc.url}/java-shib-attribute/${shib-attribute.version}</link>
<link>${javadoc.url}/java-shib-profile/${shib-profile.version}</link>
<link>${javadoc.url}/java-identity-provider/${idp.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