[java-idp-integration-tests] 02/02: Remove unused profiles
Tom Zeller
tzeller at dragonacea.biz
Wed May 25 17:49:07 UTC 2022
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=f5c1536a74caeb1e690ff6f5d7dc4427db670c7c
commit f5c1536a74caeb1e690ff6f5d7dc4427db670c7c
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed May 25 10:20:56 2022 -0500
Remove unused profiles
---
pom.xml | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/pom.xml b/pom.xml
index 451246e..203d0ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -353,33 +353,6 @@
</build>
<profiles>
- <!--
- Latest IdP release
- -->
- <profile>
- <id>idp-3.4.7</id>
- <properties>
- <idp-to-be-tested.version>3.4.7</idp-to-be-tested.version>
- <testbed.version>3.8.1-SNAPSHOT</testbed.version>
- </properties>
- </profile>
-
- <profile>
- <id>idp-3.4.8-SNAPSHOT</id>
- <properties>
- <idp-to-be-tested.version>3.4.8-SNAPSHOT</idp-to-be-tested.version>
- <testbed.version>3.8.1-SNAPSHOT</testbed.version>
- </properties>
- </profile>
-
- <profile>
- <id>idp-4.0.1</id>
- <properties>
- <idp-to-be-tested.version>4.0.1</idp-to-be-tested.version>
- </properties>
- </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