[java-identity-provider] 12/12: IDP-2147 Investigate WixV4

Rod Widdowson rdw at steadingsoftware.com
Sat Apr 13 12:55:47 UTC 2024


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch dev/IDP-2147
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=c35c95f6ce8213bdc5adbab987959d05c696d1e5

commit c35c95f6ce8213bdc5adbab987959d05c696d1e5
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Apr 13 13:53:49 2024 +0100

    IDP-2147 Investigate WixV4
    
    https://shibboleth.atlassian.net/browse/IDP-2147
    
    Fix deployment information
---
 idp-msi/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-msi/pom.xml b/idp-msi/pom.xml
index 41c5b081b..aba46f206 100644
--- a/idp-msi/pom.xml
+++ b/idp-msi/pom.xml
@@ -166,8 +166,8 @@
                                     <goal>sign-and-deploy-file</goal>
                                 </goals>
                                 <configuration>
-                                    <url>http://127.0.0.1:1581/nexus/content/repositories/snapshots</url>
-                                    <repositoryId>snapshots</repositoryId>
+                                    <url>https://build.shibboleth.net/nexus-proxy/content/repositories/snapshots</url>
+                                    <repositoryId>snapshot</repositoryId>
                                     <file>${project.basedir}/target/shibboleth-identity-provider-${project.version}-x64.msi</file>
                                     <groupId>net.shibboleth.idp</groupId>
                                     <artifactId>idp-msi</artifactId>

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


More information about the commits mailing list