[java-identity-provider COMMIT] /branches/3.1/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
noreply at shibboleth.net
noreply at shibboleth.net
Tue Jun 30 06:50:04 EDT 2015
Author: rdw
Date: Tue Jun 30 06:50:04 2015
New Revision: 7611
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7611&view=rev
Log:
IDP-759
https://issues.shibboleth.net/jira/browse/IDP-759
Change the version on the WiX Files
Modified:
branches/3.1/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
Modified: branches/3.1/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.1/idp-installer/src/main/wix/ShibbolethIdP-main.wxs?rev=7611&r1=7610&r2=7611&view=diff
==============================================================================
--- branches/3.1/idp-installer/src/main/wix/ShibbolethIdP-main.wxs (original)
+++ branches/3.1/idp-installer/src/main/wix/ShibbolethIdP-main.wxs Tue Jun 30 06:50:04 2015
@@ -19,8 +19,8 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
- <Product Id="*" Name="Shibboleth IdP V3" Language="1033" Version="3.1.1.3" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
- <Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="$(var.msitype)" Description="Shibboleth IdP V3.1" Manufacturer="The Shibboleth Consortium" />
+ <Product Id="*" Name="Shibboleth IdP V3" Language="1033" Version="3.1.2.0" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
+ <Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="$(var.msitype)" Description="Shibboleth IdP V3.1.2" Manufacturer="The Shibboleth Consortium" />
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowSameVersionUpgrades="yes" Schedule="afterInstallInitialize" />
<MediaTemplate EmbedCab="yes" />
More information about the commits
mailing list