[java-identity-provider] 01/01: Rev installer version for BETA1
Rod Widdowson
rdw at steadingsoftware.com
Fri Aug 11 10:35:59 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to annotated tag 5.0.0.0-beta1
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=e42adc81a32ce467eee53b1c9177fcc0b5f28181
commit e42adc81a32ce467eee53b1c9177fcc0b5f28181
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Aug 11 11:33:49 2023 +0100
Rev installer version for BETA1
---
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 c24696b94..73033be4f 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.0.0.0" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
+ <Product Id="*" Name="Shibboleth IdP V5" Language="1033" Version="5.0.0.255" 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