[java-identity-provider COMMIT] in /tags/3.3.0.1: ./ idp-installer/src/main/wix/ShibbolethIdP-main.wxs idp-installer/...

noreply at shibboleth.net noreply at shibboleth.net
Mon Nov 14 07:04:25 EST 2016


Author: rdw
Date: Mon Nov 14 07:04:25 2016
New Revision: 8568

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8568&view=rev
Log:
Tag 3.3.0.1

Added:
    tags/3.3.0.1/
      - copied from r8566, tags/3.3.0/
    tags/3.3.0.1/idp-installer/src/main/wix/download/
    tags/3.3.0.1/idp-installer/src/main/wix/download/commons-daemon-1.0.15-bin-windows-signed.zip   (with props)
    tags/3.3.0.1/idp-installer/src/main/wix/download/commons-daemon-1.0.15-bin-windows-signed.zip.asc   (with props)
    tags/3.3.0.1/idp-installer/src/main/wix/download/idp-jetty-base-9.3.0.zip   (with props)
    tags/3.3.0.1/idp-installer/src/main/wix/download/jetty-distribution-9.3.9.v20160517.zip   (with props)
    tags/3.3.0.1/idp-installer/src/main/wix/download/jetty-distribution-9.3.9.v20160517.zip.asc   (with props)
Modified:
    tags/3.3.0.1/idp-installer/src/main/wix/ShibbolethIdP-main.wxs

Modified: tags/3.3.0.1/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
URL: http://svn.shibboleth.net/view/java-identity-provider/tags/3.3.0.1/idp-installer/src/main/wix/ShibbolethIdP-main.wxs?rev=8568&r1=8566&r2=8568&view=diff
==============================================================================
--- tags/3.3.0.1/idp-installer/src/main/wix/ShibbolethIdP-main.wxs	(original)
+++ tags/3.3.0.1/idp-installer/src/main/wix/ShibbolethIdP-main.wxs	Mon Nov 14 07:04:25 2016
@@ -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.0.1" 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