[java-oidc-common] branch main updated: Add site deployment URL

Phil Smart philip.smart at jisc.ac.uk
Fri Feb 26 13:46:10 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=66365537a5248d93ff9f4db9dab2fda0313be553

The following commit(s) were added to refs/heads/main by this push:
       new  6636553   Add site deployment URL
6636553 is described below

commit 66365537a5248d93ff9f4db9dab2fda0313be553
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 26 13:46:07 2021 +0000

    Add site deployment URL
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 90ace91..534c54c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,12 @@
 		<developerConnection>${shibboleth.scm.developerConnection}java-oidc-common</developerConnection>
 		<url>${shibboleth.scm.url}java-oidc-common.git</url>
 	</scm>
+	 <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>dav:${shibboleth.site.url}${project.artifactId}/${project.version}/</url>
+        </site>
+    </distributionManagement>
 	<dependencies>
 		<dependency>
 			<groupId>${slf4j.groupId}</groupId>

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


More information about the commits mailing list