[java-oidc-common] branch main updated: Add java-shib-shared for now to override locked parent.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 20 18:41:28 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=7b7587d7ebba8c3d49ab2048172f0da1e7eff36f
The following commit(s) were added to refs/heads/main by this push:
new 7b7587d Add java-shib-shared for now to override locked parent.
7b7587d is described below
commit 7b7587d7ebba8c3d49ab2048172f0da1e7eff36f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 20 13:41:23 2023 -0500
Add java-shib-shared for now to override locked parent.
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index ebe01e3..559c263 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,8 @@
<properties>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
<shib-shared.version>9.0.0</shib-shared.version>
+ <!-- TODO: remove once parent is unlocked -->
+ <java-shib-shared.version>9.0.0</java-shib-shared.version>
<oidc-common.groupId>net.shibboleth.oidc</oidc-common.groupId>
<idp.groupId>net.shibboleth.idp</idp.groupId>
<idp.version>5.0.0</idp.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list