[java-identity-provider] branch maint-4 updated: Move Windows Installer version up tp 4.3.2
Rod Widdowson
rdw at steadingsoftware.com
Thu Mar 14 15:31:08 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch maint-4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=4db2c393527ae4162f468b24826b1a0f5761d559
The following commit(s) were added to refs/heads/maint-4 by this push:
new 4db2c3935 Move Windows Installer version up tp 4.3.2
4db2c3935 is described below
commit 4db2c393527ae4162f468b24826b1a0f5761d559
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Mar 14 15:30:59 2024 +0000
Move Windows Installer version up tp 4.3.2
---
idp-installer/src/main/wix/MergeModule.wxs | 2 +-
idp-installer/src/main/wix/ShibbolethIdP-main.wxs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-installer/src/main/wix/MergeModule.wxs b/idp-installer/src/main/wix/MergeModule.wxs
index 93f2a7143..ba582befa 100644
--- a/idp-installer/src/main/wix/MergeModule.wxs
+++ b/idp-installer/src/main/wix/MergeModule.wxs
@@ -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="3.3.0.0">
+ <Module Id="Jetty" Language="1033" Version="3.3.2.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="x64" />
<Directory Id="TARGETDIR" Name="SourceDir">
<Component Id="SaveTarget" Guid="{B5B909A2-E246-4069-808D-7F3AC98D062B}" Win64="no">
diff --git a/idp-installer/src/main/wix/ShibbolethIdP-main.wxs b/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
index b13000a63..1977524ed 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
@@ -19,7 +19,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
- <Product Id="*" Name="Shibboleth IdP V4" Language="1033" Version="4.3.0.0" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
+ <Product Id="*" Name="Shibboleth IdP V4" Language="1033" Version="4.3.2.0" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
<Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="x64" Description="Shibboleth IdP V4.3" Manufacturer="The Shibboleth Consortium" />
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowSameVersionUpgrades="yes" Schedule="afterInstallInitialize" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list