[java-idp-integration-tests] 01/02: Add IdP and Jetty profiles for Jenkins

Tom Zeller tzeller at dragonacea.biz
Mon Oct 22 12:57:09 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=3ea19811e0319b96bbb694451eeba7f846754b7c

commit 3ea19811e0319b96bbb694451eeba7f846754b7c
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Oct 22 11:55:46 2018 -0500

    Add IdP and Jetty profiles for Jenkins
---
 pom.xml | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/pom.xml b/pom.xml
index e6c1bdd..3c1a989 100644
--- a/pom.xml
+++ b/pom.xml
@@ -405,6 +405,37 @@
         </profile>
 
         <!--
+        IdP 3.4.1 snapshot
+        -->
+        <profile>
+            <id>idp-3.4.1-SNAPSHOT</id>
+            <properties>
+                 <idp.version>3.4.1-SNAPSHOT</idp.version>
+            </properties>
+        </profile>
+
+        <!--
+        Jetty 9.3.25
+        -->
+        <profile>
+            <id>jetty-9.3.25</id>
+            <properties>
+                 <idp-jetty-base.version>9.3.0</idp-jetty-base.version>
+                 <jetty.version>9.3.25.v20180904</jetty.version>
+            </properties>
+        </profile>
+
+        <!--
+        Jetty 9.4.12
+        -->
+        <profile>
+            <id>jetty-9.4.12</id>
+            <properties>
+                 <jetty.version>9.4.12.v20180830</jetty.version>
+            </properties>
+        </profile>
+
+        <!--
         Jetty 9.4.13 snapshot
         -->
         <profile>

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


More information about the commits mailing list