[java-idp-integration-tests] branch master updated: Use a profile to test the maint-3.3 branch of the IdP

Tom Zeller tzeller at dragonacea.biz
Thu May 31 16:54:57 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=1d63c2054ef922c59bc9130643b7ddf9c57267e3

The following commit(s) were added to refs/heads/master by this push:
       new  1d63c20   Use a profile to test the maint-3.3 branch of the IdP
1d63c20 is described below

commit 1d63c2054ef922c59bc9130643b7ddf9c57267e3
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu May 31 15:54:40 2018 -0500

    Use a profile to test the maint-3.3 branch of the IdP
    
    Introduce a 'maint-3.3' profile which sets the version of the IdP and
    OpenSAML to that of the maint-3.3 branch of the IdP.
---
 pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/pom.xml b/pom.xml
index ebc8596..f3ed73a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,10 @@
         <idp-current.version>3.3.2</idp-current.version>
         <idp-next-patch.version>3.3.3-SNAPSHOT</idp-next-patch.version>
 
+        <!-- IdP and OpenSAML for the maint-3.3 branch of the IdP -->
+        <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>
+
         <!-- 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>
@@ -713,6 +717,17 @@
         </profile>
 
         <!--
+        The maint-3.3 profile sets the versions of the IdP and OpenSAML to that of the maint-3.3 branch of the IdP.
+        -->
+        <profile>
+            <id>maint-3.3</id>
+            <properties>
+                <idp.version>${idp-maint-3.3.version}</idp.version>
+                <opensaml.version>${opensaml-maint-3.3.version}</opensaml.version>
+            </properties>
+        </profile>
+
+        <!--
         Remove the testbed dependency classifier when using Eclipse, but not from the command line.
         See https://wiki.eclipse.org/M2E-WTP_FAQ
         -->

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


More information about the commits mailing list