[java-identity-provider COMMIT] /branches/3.3/idp-installer/src/main/wix/ShibbolethIdP-main.wxs

noreply at shibboleth.net noreply at shibboleth.net
Sat Mar 4 06:07:17 EST 2017


Author: rdw
Date: Sat Mar  4 06:07:17 2017
New Revision: 8645

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8645&view=rev
Log:
Rev the installer version

Modified:
    branches/3.3/idp-installer/src/main/wix/ShibbolethIdP-main.wxs

Modified: branches/3.3/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.3/idp-installer/src/main/wix/ShibbolethIdP-main.wxs?rev=8645&r1=8644&r2=8645&view=diff
==============================================================================
--- branches/3.3/idp-installer/src/main/wix/ShibbolethIdP-main.wxs	(original)
+++ branches/3.3/idp-installer/src/main/wix/ShibbolethIdP-main.wxs	Sat Mar  4 06:07:17 2017
@@ -19,7 +19,7 @@
 
 
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
-    <Product Id="*" Name="Shibboleth IdP V3" Language="1033" Version="3.3.0.0" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
+    <Product Id="*" Name="Shibboleth IdP V3" Language="1033" Version="3.3.1.0" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
         <Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="$(var.msitype)" Description="Shibboleth IdP V3.3" Manufacturer="The Shibboleth Consortium" />
 
         <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowSameVersionUpgrades="yes" Schedule="afterInstallInitialize" />



More information about the commits mailing list