[java-identity-provider] 01/02: Fix MSI Product description

Rod Widdowson rdw at steadingsoftware.com
Tue Jan 26 10:48:56 UTC 2021


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=9a89a978c390da52a1631d95098f4a60e1ec13d8

commit 9a89a978c390da52a1631d95098f4a60e1ec13d8
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jan 26 10:47:10 2021 +0000

    Fix MSI Product description
---
 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 e6441b691..0a413f652 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.1.0.0" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
-        <Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="$(var.msitype)" Description="Shibboleth IdP V4.0.1" Manufacturer="The Shibboleth Consortium" />
+        <Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="$(var.msitype)" Description="Shibboleth IdP V4.1.0" 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