[java-idp-plugin-oidc-rp] branch main updated: JPAR-180 - Update projects to use SCP site deployment
Phil Smart
philip.smart at jisc.ac.uk
Tue Jun 29 13:01:02 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-oidc-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=175747530108f19d145a842f739ee622b49c987c
The following commit(s) were added to refs/heads/main by this push:
new 1757475 JPAR-180 - Update projects to use SCP site deployment
1757475 is described below
commit 175747530108f19d145a842f739ee622b49c987c
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Jun 29 14:01:00 2021 +0100
JPAR-180 - Update projects to use SCP site deployment
Update to scp site deployment.
https://issues.shibboleth.net/jira/browse/JPAR-180
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 26b218e..5d5a87d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.2.0</version>
+ <version>11.2.2-SNAPSHOT</version>
</parent>
<groupId>net.shibboleth.idp.plugin.authn</groupId>
<artifactId>idp-plugin-oidc-rp-parent</artifactId>
@@ -27,7 +27,7 @@
<distributionManagement>
<site>
<id>site</id>
- <url>dav:...</url>
+ <url>scp:${shibboleth.site.deploy.url}java-idp-plugin-oidc-rp/${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