[java-identity-provider] branch main updated: Fix installer version for 5.1.2

Rod Widdowson rdw at steadingsoftware.com
Thu Apr 11 14:30:47 UTC 2024


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

rdw pushed a commit to branch main
in repository java-identity-provider.

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

The following commit(s) were added to refs/heads/main by this push:
     new 74fab2ecf Fix installer version for 5.1.2
74fab2ecf is described below

commit 74fab2ecf9fcd88769fbb768ca23444107a5dcc1
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Apr 11 15:30:41 2024 +0100

    Fix installer version for 5.1.2
---
 idp-installer/src/main/wix/ShibbolethIdP-main.wxs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-installer/src/main/wix/ShibbolethIdP-main.wxs b/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
index c6dfc790b..9070f35ee 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
@@ -14,7 +14,7 @@
 <?define UpgradeUUID="8d3bfb53-47ff-4cbc-9363-cbf9e46bedc4"?>
 
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
-    <Product Id="*" Name="Shibboleth IdP V5" Language="1033" Version="5.1.1.0" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
+    <Product Id="*" Name="Shibboleth IdP V5" Language="1033" Version="5.1.2.0" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
         <Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="x64" Description="Shibboleth IdP V5" Manufacturer="The Shibboleth Consortium" />
 
         <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowSameVersionUpgrades="yes" Schedule="afterInstallInitialize" />

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


More information about the commits mailing list