[java-identity-provider] branch maint-3.4 updated: IDP-1388 Rev Windows installer version in preparation for 3.4.3.0
Rod Widdowson
rdw at steadingsoftware.com
Tue Jan 8 03:57:15 EST 2019
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch maint-3.4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=fd06bc4f84582ec2060538e91ec650b86c656e0f
The following commit(s) were added to refs/heads/maint-3.4 by this push:
new fd06bc4 IDP-1388 Rev Windows installer version in preparation for 3.4.3.0
fd06bc4 is described below
commit fd06bc4f84582ec2060538e91ec650b86c656e0f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jan 8 08:50:53 2019 +0000
IDP-1388 Rev Windows installer version in preparation for 3.4.3.0
https://issues.shibboleth.net/jira/browse/IDP-1388
---
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 9c6a25e..ce7a406 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
@@ -19,7 +19,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
- <Product Id="*" Name="Shibboleth IdP V3" Language="1033" Version="3.4.2.0" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
+ <Product Id="*" Name="Shibboleth IdP V3" Language="1033" Version="3.4.3.0" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
<Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="$(var.msitype)" Description="Shibboleth IdP V3.4" 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