[java-idp-integration-tests] 02/02: Add profiles to override the version of the IdP tested by Jenkins.

Tom Zeller tzeller at dragonacea.biz
Wed Nov 15 13:53:39 EST 2017


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=314a5960f980086fe93955e4078ac825a6e4b673

commit 314a5960f980086fe93955e4078ac825a6e4b673
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Nov 15 12:53:17 2017 -0600

    Add profiles to override the version of the IdP tested by Jenkins.
---
 pom.xml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6bc1582..68d0230 100644
--- a/pom.xml
+++ b/pom.xml
@@ -427,6 +427,31 @@
             </properties>
         </profile>
         <!--
+        The idp-current profile sets the version of the IdP to the current release.
+        -->
+        <profile>
+            <id>idp-current</id>
+            <properties>
+                 <idp.version>3.3.2</idp.version>
+            </properties>
+        </profile>
+        <!--
+        The idp-next-patch profile sets the version of the IdP to the next patch release.
+        -->
+        <profile>
+            <id>idp-next-patch</id>
+            <properties>
+                <idp.version>3.3.3-SNAPSHOT</idp.version>
+            </properties>
+        </profile>
+        <!--
+        The idp-next-minor profile exists for Jenkins, does nothing, and assumes the version of the IdP is
+        the next minor version as defined in the <properties> section of this POM.  
+        -->
+        <profile>
+            <id>idp-next-minor</id>
+        </profile>
+        <!--
         The jetty profile unpacks Jetty, idp-jetty-base, and adds the testbed to Jetty.
         The jetty profile is active by default and not active if the 'tomcat' system property is present.
         -->

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


More information about the commits mailing list