[java-identity-provider] 01/03: IDP-2147 - Use latest maven-gpg-plugin

Tom Zeller tzeller at dragonacea.biz
Fri Apr 12 00:42:56 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=eb7ce5f0bd1f873283fe01d6fd45373d0d42bfa9

commit eb7ce5f0bd1f873283fe01d6fd45373d0d42bfa9
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Apr 11 19:37:34 2024 -0500

    IDP-2147 - Use latest maven-gpg-plugin
    
    https://shibboleth.atlassian.net/browse/IDP-2147
---
 idp-msi/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-msi/pom.xml b/idp-msi/pom.xml
index 16c972cd9..5141a7f42 100644
--- a/idp-msi/pom.xml
+++ b/idp-msi/pom.xml
@@ -25,6 +25,7 @@
         -->
         <supress.validation>false</supress.validation>
         <msi.version>5.1.1.99</msi.version>
+        <maven-gpg-plugin.version>3.2.3</maven-gpg-plugin.version>
     </properties>
 
     <profiles>
@@ -166,8 +167,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>
@@ -176,7 +177,6 @@
                                     <packaging>jar</packaging>
                                     <classifier>msi</classifier>
                                     <homedir>${project.basedir}/gnupg</homedir>
-                                    <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