[java-idp-oidc] 01/02: Update files to be tagged for release
Henri Mikkonen
henri.mikkonen at iki.fi
Thu Sep 14 13:24:40 UTC 2023
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=197ccdb9e2c351fce87fb8efb281ef1a253e0f31
commit 197ccdb9e2c351fce87fb8efb281ef1a253e0f31
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Sep 14 13:13:26 2023 +0000
Update files to be tagged for release
In addition to the usual updates (removal of SNAPSHOTs):
- Added java-shib-shared.version -property and set it to 9.0.0
- Added provided-scope to shib-profile-impl, shib-saml-profile-api, shib-profile-api
---
idp-oidc-extension-api/pom.xml | 2 +-
idp-oidc-extension-distribution/pom.xml | 2 +-
idp-oidc-extension-impl/pom.xml | 5 ++++-
pom.xml | 15 ++++++++-------
4 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/idp-oidc-extension-api/pom.xml b/idp-oidc-extension-api/pom.xml
index e9d3ee38..20a040e7 100644
--- a/idp-oidc-extension-api/pom.xml
+++ b/idp-oidc-extension-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<artifactId>idp-plugin-oidc-op-parent</artifactId>
<groupId>net.shibboleth.idp.plugin.oidc</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0</version>
</parent>
<artifactId>idp-plugin-oidc-op-api</artifactId>
diff --git a/idp-oidc-extension-distribution/pom.xml b/idp-oidc-extension-distribution/pom.xml
index 44a2890c..c4ac897d 100644
--- a/idp-oidc-extension-distribution/pom.xml
+++ b/idp-oidc-extension-distribution/pom.xml
@@ -8,7 +8,7 @@
<parent>
<artifactId>idp-plugin-oidc-op-parent</artifactId>
<groupId>net.shibboleth.idp.plugin.oidc</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0</version>
</parent>
<artifactId>idp-plugin-oidc-op-distribution</artifactId>
diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index 3e49c3cc..aabe9dca 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -6,7 +6,7 @@
<parent>
<artifactId>idp-plugin-oidc-op-parent</artifactId>
<groupId>net.shibboleth.idp.plugin.oidc</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0</version>
</parent>
<artifactId>idp-plugin-oidc-op-impl</artifactId>
@@ -105,14 +105,17 @@
<dependency>
<groupId>${shib-shared.groupId}</groupId>
<artifactId>shib-saml-profile-api</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>${shib-shared.groupId}</groupId>
<artifactId>shib-profile-api</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>${shib-shared.groupId}</groupId>
<artifactId>shib-profile-impl</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
diff --git a/pom.xml b/pom.xml
index 8ac8992e..4b2ac19e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,28 +5,29 @@
<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.oidc</groupId>
<artifactId>idp-plugin-oidc-op-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0</version>
<name>Shibboleth IdP :: Plugins :: OpenID Connect Provider</name>
<packaging>pom</packaging>
<properties>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
<oidc-common.groupId>net.shibboleth.oidc</oidc-common.groupId>
<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>
+ <opensaml.version>5.0.0</opensaml.version>
+ <java-shib-shared.version>9.0.0</java-shib-shared.version>
<nimbus-jose-jwt.version>9.29</nimbus-jose-jwt.version>
<oauth2-oidc-sdk.version>10.5.1</oauth2-oidc-sdk.version>
<json.smart.version>2.4.8</json.smart.version>
<accessors.smart.version>1.2</accessors.smart.version>
<nimbus.lang.tag.version>1.7</nimbus.lang.tag.version>
<nimbus.content.type.version>2.2</nimbus.content.type.version>
- <oidc.common.version>3.0.0-SNAPSHOT</oidc.common.version>
- <oidc.config.version>2.0.0-SNAPSHOT</oidc.config.version>
+ <oidc.common.version>3.0.0</oidc.common.version>
+ <oidc.config.version>2.0.0</oidc.config.version>
<commons.io.version>2.6</commons.io.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle.xml</checkstyle.configLocation>
</properties>
@@ -124,7 +125,7 @@
<dependency>
<groupId>${shib-shared.groupId}</groupId>
<artifactId>shib-testing</artifactId>
- <version>9.0.0-SNAPSHOT</version>
+ <version>9.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list