[java-identity-provider] branch master updated: IDP-1149 Speculatively set version to 3.4.0

Rod Widdowson rdw at steadingsoftware.com
Thu Mar 23 11:08:09 EDT 2017


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=85b8184c40ea5fad7b9528e00484725fd4ff6096

The following commit(s) were added to refs/heads/master by this push:
       new  85b8184   IDP-1149 Speculatively set version to 3.4.0
85b8184 is described below

commit 85b8184c40ea5fad7b9528e00484725fd4ff6096
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Mar 23 15:07:54 2017 +0000

    IDP-1149 Speculatively set version to 3.4.0
    
    https://issues.shibboleth.net/jira/browse/IDP-1149
---
 idp-installer/src/main/wix/ShibbolethIdP-main.wxs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-installer/src/main/wix/ShibbolethIdP-main.wxs b/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
index e619acb..77ba34e 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 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.4.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" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list