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

noreply at shibboleth.net noreply at shibboleth.net
Mon Dec 14 11:57:35 EST 2015


Author: rdw
Date: Mon Dec 14 11:57:35 2015
New Revision: 8032

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8032&view=rev
Log:
Update version information

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

Modified: trunk/idp-installer/src/main/wix/MergeModule.wxs
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-installer/src/main/wix/MergeModule.wxs?rev=8032&r1=8031&r2=8032&view=diff
==============================================================================
--- trunk/idp-installer/src/main/wix/MergeModule.wxs	(original)
+++ trunk/idp-installer/src/main/wix/MergeModule.wxs	Mon Dec 14 11:57:35 2015
@@ -16,7 +16,7 @@
    permissions and limitations under the License.  -->
 
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
-    <Module Id="Jetty" Language="1033" Version="1.2.0.3">
+    <Module Id="Jetty" Language="1033" Version="1.3.0.0">
         <Package Id="684b3207-0d64-43e6-9e6a-3acb8b7672d7" Manufacturer="The Shibboleth Consortium" InstallerVersion="310" Description="Merge Module for Jetty" Comments="This module is built by the Shibboleth Consortium.  Includes Jetty (from Eclipse) and Procrun (from Apache)" Platform="$(var.msitype)" />
         <Directory Id="TARGETDIR" Name="SourceDir">
             <Directory Id="JETTYROOT" Name="Jetty" />

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=8032&r1=8031&r2=8032&view=diff
==============================================================================
--- trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs	(original)
+++ trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs	Mon Dec 14 11:57:35 2015
@@ -19,8 +19,8 @@
 
 
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
-    <Product Id="*" Name="Shibboleth IdP V3" Language="1033" Version="3.2.0.3" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
-        <Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="$(var.msitype)" Description="Shibboleth IdP V3.2" Manufacturer="The Shibboleth Consortium" />
+    <Product Id="*" Name="Shibboleth IdP V3" Language="1033" Version="3.3.0.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" />
         <MediaTemplate EmbedCab="yes" />



More information about the commits mailing list