[java-idp-integration-tests] branch main updated: Cleanup - fix tests for IdP version override
Tom Zeller
tzeller at dragonacea.biz
Thu Oct 16 15:47:00 UTC 2025
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=ee201a5b9c7a6e4d209d623931d52ccb06b07aab
The following commit(s) were added to refs/heads/main by this push:
new ee201a5 Cleanup - fix tests for IdP version override
ee201a5 is described below
commit ee201a5b9c7a6e4d209d623931d52ccb06b07aab
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Oct 16 10:46:49 2025 -0500
Cleanup - fix tests for IdP version override
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e40062f..7710880 100644
--- a/pom.xml
+++ b/pom.xml
@@ -363,7 +363,7 @@
<redirectTestOutputToFile>${redirectTestOutputToFile}</redirectTestOutputToFile>
<systemPropertyVariables>
<!-- Pass idp.version to tests as system property -->
- <idp.version>${idp.version}</idp.version>
+ <idp.version>${idp-to-be-tested.version}</idp.version>
<!-- Pass jetty.version to tests as system property -->
<jetty.version>${jetty.version}</jetty.version>
<!-- Pass tomcat.version to tests as system property -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list