[java-identity-provider] branch master updated: Update subject details to 4.0.1 too
Rod Widdowson
rdw at steadingsoftware.com
Sat May 23 14:09:34 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=99566ecc3a4c2dbf9a8cfedd330e6d652e796911
The following commit(s) were added to refs/heads/master by this push:
new 99566ecc3 Update subject details to 4.0.1 too
99566ecc3 is described below
commit 99566ecc3a4c2dbf9a8cfedd330e6d652e796911
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat May 23 15:02:36 2020 +0100
Update subject details to 4.0.1 too
---
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 b64cac37d..f0943cc4f 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
@@ -20,7 +20,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Shibboleth IdP V4" Language="1033" Version="4.0.1.0" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
- <Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="$(var.msitype)" Description="Shibboleth IdP V4.0.0" Manufacturer="The Shibboleth Consortium" />
+ <Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="$(var.msitype)" Description="Shibboleth IdP V4.0.1" Manufacturer="The Shibboleth Consortium" />
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowSameVersionUpgrades="yes" Schedule="afterInstallInitialize" />
<MediaTemplate EmbedCab="yes" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list