[java-oidc-common] branch main updated: Fix site URL
Phil Smart
philip.smart at jisc.ac.uk
Fri Feb 26 13:59:15 UTC 2021
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=74d78e2afdfd17fbe1aa2733abfc3800da50b430
The following commit(s) were added to refs/heads/main by this push:
new 74d78e2 Fix site URL
74d78e2 is described below
commit 74d78e2afdfd17fbe1aa2733abfc3800da50b430
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 26 13:59:12 2021 +0000
Fix site URL
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 534c54c..7f60be6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
<distributionManagement>
<site>
<id>site</id>
- <url>dav:${shibboleth.site.url}${project.artifactId}/${project.version}/</url>
+ <url>dav:${shibboleth.site.url}oidc-common/${project.version}/</url>
</site>
</distributionManagement>
<dependencies>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list