[java-idp-integration-tests] branch master updated: IDP-1300 - Introduce property for version of IdP installer

Tom Zeller tzeller at dragonacea.biz
Mon Jul 23 17:19:41 EDT 2018


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

tzeller pushed a commit to branch master
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=b8a10da3c7b2120291a37c023875c7269f89f261

The following commit(s) were added to refs/heads/master by this push:
       new  b8a10da   IDP-1300 - Introduce property for version of IdP installer
b8a10da is described below

commit b8a10da3c7b2120291a37c023875c7269f89f261
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Jul 23 16:19:40 2018 -0500

    IDP-1300 - Introduce property for version of IdP installer
    
    Need to use latest version of IdP installer to set up tests when testing
    an older version of the IdP.
---
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 02933f0..afd2707 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,9 @@
         <idp-maint-3.3.version>3.3.4-SNAPSHOT</idp-maint-3.3.version>
         <opensaml-maint-3.3.version>3.3.1</opensaml-maint-3.3.version>
 
+        <!-- IdP installer, need to use latest version -->
+        <idp-installer.version>3.4.0-SNAPSHOT</idp-installer.version>
+
         <!-- jetty-base -->
         <idp-jetty-base-current.version>9.3.0</idp-jetty-base-current.version>
         <idp-jetty-base-next.version>9.3.0</idp-jetty-base-next.version>
@@ -129,7 +132,7 @@
         <dependency>
             <groupId>net.shibboleth.idp</groupId>
             <artifactId>idp-installer</artifactId>
-            <version>${idp.version}</version>
+            <version>${idp-installer.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>

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


More information about the commits mailing list