[java-parent-project] branch main updated: Missing brace.
Codeberg
noreply at shibboleth.net
Wed May 6 18:31:16 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-parent-project.
View the commit online:
https://codeberg.org/Shibboleth/java-parent-project/commit/620c2ab55a3d10d62f04ce4a13a31562aee49c78
The following commit(s) were added to refs/heads/main by this push:
new 620c2ab Missing brace.
620c2ab is described below
commit 620c2ab55a3d10d62f04ce4a13a31562aee49c78
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed May 6 14:31:02 2026 -0400
Missing brace.
---
resources/jenkins/plugin-compatibility.jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/jenkins/plugin-compatibility.jenkinsfile b/resources/jenkins/plugin-compatibility.jenkinsfile
index b92566e..9961e47 100644
--- a/resources/jenkins/plugin-compatibility.jenkinsfile
+++ b/resources/jenkins/plugin-compatibility.jenkinsfile
@@ -46,7 +46,7 @@ pipeline {
stage('Test plugin snapshot with IdP API baseline version') {
steps {
dir("${env.PROJNAME}-main") {
- sh "mvn clean test -Didp.version=${IDP_BASE -Dshib-profile.version=${IDP_BASE} -Dshib-attribute.version=${IDP_BASE} -Dshib-metadata.version=${IDP_BASE} -Dopensaml.version=${IDP_BASE} -Dshib-shared.version=${SHIBSHARED_BASE}"
+ sh "mvn clean test -Didp.version=${IDP_BASE} -Dshib-profile.version=${IDP_BASE} -Dshib-attribute.version=${IDP_BASE} -Dshib-metadata.version=${IDP_BASE} -Dopensaml.version=${IDP_BASE} -Dshib-shared.version=${SHIBSHARED_BASE}"
}
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list