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

noreply at shibboleth.net noreply at shibboleth.net
Wed Nov 26 05:12:20 EST 2014


Author: rdw
Date: Wed Nov 26 05:12:20 2014
New Revision: 7029

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7029&view=rev
Log:
IDP-512 rev name and version for beta1

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

Modified: trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs?rev=7029&r1=7028&r2=7029&view=diff
==============================================================================
--- trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs (original)
+++ trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs Wed Nov 26 05:12:20 2014
@@ -19,7 +19,7 @@
 
 
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
-  <Product Id="*" Name="Shibboleth IdP V3" Language="1033" Version="3.0.0.4" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
+  <Product Id="*" Name="Shibboleth IdP V3 BETA" Language="1033" Version="3.0.0.5" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
     <Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="$(var.msitype)" Description="Shibboleth IdP V3.0" Manufacturer="The Shibboleth Consortium"/>
 
     <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowSameVersionUpgrades="yes"



More information about the commits mailing list