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

noreply at shibboleth.net noreply at shibboleth.net
Tue Mar 31 05:54:56 EDT 2015


Author: rdw
Date: Tue Mar 31 05:54:56 2015
New Revision: 7458

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7458&view=rev
Log:
Merge forward 3.1.1.1 Version

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=7458&r1=7457&r2=7458&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 Mar 31 05:54:56 2015
@@ -19,7 +19,7 @@
 
 
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
-    <Product Id="*" Name="Shibboleth IdP V3" Language="1033" Version="3.1.0.1" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
+    <Product Id="*" Name="Shibboleth IdP V3" Language="1033" Version="3.1.1.1" 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" />
 
         <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowSameVersionUpgrades="yes" Schedule="afterInstallInitialize" />



More information about the commits mailing list