[java-identity-provider] 01/02: IDP-1929 Release IdP 4.1.6
Rod Widdowson
rdw at steadingsoftware.com
Thu Mar 31 18:17:10 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to annotated tag 4.1.6.0
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=7e5f8bf04d0ca071b516ec1ff32673fd544f6af2
commit 7e5f8bf04d0ca071b516ec1ff32673fd544f6af2
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Mar 31 17:04:52 2022 +0100
IDP-1929 Release IdP 4.1.6
https://shibboleth.atlassian.net/browse/IDP-1929
Rev MSI installer versions.
---
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 a7cf8f4f0..5bd99c6a2 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.1.5.0">
+ <Module Id="Jetty" Language="1033" Version="3.1.6.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">
<Directory Id="JETTYROOT" Name="Jetty" />
diff --git a/idp-installer/src/main/wix/ShibbolethIdP-main.wxs b/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
index f52dcc025..1f9f1e43c 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.1.5.0" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
+ <Product Id="*" Name="Shibboleth IdP V4" Language="1033" Version="4.1.6.0" Manufacturer="The Shibboleth Consortium" UpgradeCode="$(var.UpgradeUUID)">
<Package InstallerVersion="310" Compressed="yes" InstallScope="perMachine" Platform="x64" Description="Shibboleth IdP V4.1.5" 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