[java-idp-oidc] 01/02: Update files to be tagged for release
Henri Mikkonen
henri.mikkonen at iki.fi
Thu Apr 11 11:55:28 UTC 2024
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=6b18be5823914caedc38f95a5e42e152acebe327
commit 6b18be5823914caedc38f95a5e42e152acebe327
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Apr 11 11:41:41 2024 +0000
Update files to be tagged for release
---
idp-oidc-extension-api/pom.xml | 2 +-
idp-oidc-extension-distribution/pom.xml | 2 +-
idp-oidc-extension-impl/pom.xml | 2 +-
pom.xml | 6 +++---
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/idp-oidc-extension-api/pom.xml b/idp-oidc-extension-api/pom.xml
index e4f0a9c9..08fbf6ed 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.1.0-SNAPSHOT</version>
+ <version>4.1.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 f50601b8..fb4eb547 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.1.0-SNAPSHOT</version>
+ <version>4.1.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 235e42a7..e421b8c4 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.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
</parent>
<artifactId>idp-plugin-oidc-op-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index 2e732c9f..9b0e2805 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<groupId>net.shibboleth.idp.plugin.oidc</groupId>
<artifactId>idp-plugin-oidc-op-parent</artifactId>
- <version>4.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<name>Shibboleth IdP :: Plugins :: OpenID Connect Provider</name>
<packaging>pom</packaging>
@@ -19,7 +19,7 @@
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
<shib-shared.version>9.0.0</shib-shared.version>
<oidc-common.groupId>net.shibboleth.oidc</oidc-common.groupId>
- <oidc-common.version>3.1.0-SNAPSHOT</oidc-common.version>
+ <oidc-common.version>3.1.0</oidc-common.version>
<idp.groupId>net.shibboleth.idp</idp.groupId>
<idp.version>5.0.0</idp.version>
<shib-profile.groupId>net.shibboleth</shib-profile.groupId>
@@ -36,7 +36,7 @@
<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.config.version>2.1.0-SNAPSHOT</oidc.config.version>
+ <oidc.config.version>2.1.0</oidc.config.version>
<commons.io.version>2.6</commons.io.version>
<checkstyle.configLocation>${project.basedir}/resources/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