[java-idp-plugin-duo] branch main updated: Fix site URL and JavaDoc links
Phil Smart
philip.smart at jisc.ac.uk
Fri Feb 26 14:07:28 UTC 2021
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=f5d3291b58a832603d3c4443a7c6677b09d2fb5b
The following commit(s) were added to refs/heads/main by this push:
new f5d3291 Fix site URL and JavaDoc links
f5d3291 is described below
commit f5d3291b58a832603d3c4443a7c6677b09d2fb5b
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 26 14:07:26 2021 +0000
Fix site URL and JavaDoc links
---
.../java/net/shibboleth/idp/plugin/authn/duo/DuoOIDCIntegration.java | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/DuoOIDCIntegration.java b/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/DuoOIDCIntegration.java
index 678fb02..9b1c357 100644
--- a/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/DuoOIDCIntegration.java
+++ b/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/DuoOIDCIntegration.java
@@ -90,7 +90,7 @@ public interface DuoOIDCIntegration extends PrincipalSupportingComponent {
/**
* Has a redirectURI been pre-registered i.e. set in the properties file.
*
- * @return true iff {@link #getPreregisteredRedirectURI()} is not null, false otherwise.
+ * @return true iff {@link #getRegisteredRedirectURI()} is not null, false otherwise.
*/
@Nullable boolean isRedirectURIPreregistered();
diff --git a/pom.xml b/pom.xml
index 33723a6..895c91d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
<distributionManagement>
<site>
<id>site</id>
- <url>dav:${shibboleth.site.url}duo/${project.artifactId}/${project.version}/</url>
+ <url>dav:${shibboleth.site.url}duo/${project.version}/</url>
</site>
</distributionManagement>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list