[java-identity-provider] branch dev/IDP-2147 updated: IDP-2147 Try uppercase env variables for Windows

Tom Zeller tzeller at dragonacea.biz
Tue Apr 9 15:22:27 UTC 2024


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

tzeller 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=68eb2577759ba2ea18a6c8b1e1ac32e1f6baf352

The following commit(s) were added to refs/heads/dev/IDP-2147 by this push:
     new 68eb25777 IDP-2147 Try uppercase env variables for Windows
68eb25777 is described below

commit 68eb2577759ba2ea18a6c8b1e1ac32e1f6baf352
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Apr 9 10:22:20 2024 -0500

    IDP-2147 Try uppercase env variables for Windows
    
    https://shibboleth.atlassian.net/browse/IDP-2147
---
 idp-msi/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-msi/pom.xml b/idp-msi/pom.xml
index 86b8daa08..16c972cd9 100644
--- a/idp-msi/pom.xml
+++ b/idp-msi/pom.xml
@@ -176,7 +176,7 @@
                                     <packaging>jar</packaging>
                                     <classifier>msi</classifier>
                                     <homedir>${project.basedir}/gnupg</homedir>
-                                    <passphrase>${env.gpg_passphrase}</passphrase>
+                                    <passphrase>${env.GPG_PASSPHRASE}</passphrase>
                                 </configuration>
                             </execution>
                         </executions>

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


More information about the commits mailing list