[java-idp-plugin-oidc-rp] branch main updated: Add java-shib-shared version and lock projects for release
Phil Smart
philip.smart at jisc.ac.uk
Thu Sep 14 13:12:24 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=cfdeb86f95bff33583aa431a4d470f5caebb9640
The following commit(s) were added to refs/heads/main by this push:
new cfdeb86 Add java-shib-shared version and lock projects for release
cfdeb86 is described below
commit cfdeb86f95bff33583aa431a4d470f5caebb9640
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Sep 14 14:12:21 2023 +0100
Add java-shib-shared version and lock projects for release
- Override the parent project's java-shib-shared version so the Javadoc
builds correctly.
---
pom.xml | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index b57d34b..1e2e543 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.0.0-SNAPSHOT</version>
+ <version>17.0.1</version>
</parent>
<groupId>net.shibboleth.idp.plugin.authn</groupId>
<artifactId>idp-plugin-oidc-rp-parent</artifactId>
@@ -16,16 +16,17 @@
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
- <idp.version>5.0.0-SNAPSHOT</idp.version>
+ <idp.version>5.0.0</idp.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>5.0.0-SNAPSHOT</opensaml.version>
- <oidc.common.version>3.0.0-SNAPSHOT</oidc.common.version>
- <idp.oidc.config.version>2.0.0-SNAPSHOT</idp.oidc.config.version>
+ <opensaml.version>5.0.0</opensaml.version>
+ <oidc.common.version>3.0.0</oidc.common.version>
+ <idp.oidc.config.version>2.0.0</idp.oidc.config.version>
<okhttp3.mockserver.version>4.9.3</okhttp3.mockserver.version>
- <shib.shared.testing.version>9.0.0-SNAPSHOT</shib.shared.testing.version>
+ <shib.shared.testing.version>9.0.0</shib.shared.testing.version>
<okhttp3.tls.version>4.9.3</okhttp3.tls.version>
<idp.oidc.groupId>net.shibboleth.oidc</idp.oidc.groupId>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
+ <java-shib-shared.version>9.0.0</java-shib-shared.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list