[java-idp-oidc] 01/02: Update files to be tagged for release
Henri Mikkonen
henri.mikkonen at iki.fi
Thu Jun 30 18:36:32 UTC 2022
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=d5f887f21b87ca6499c79a6cd20b5036922307f0
commit d5f887f21b87ca6499c79a6cd20b5036922307f0
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Jun 30 18:33:34 2022 +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 | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/idp-oidc-extension-api/pom.xml b/idp-oidc-extension-api/pom.xml
index c4208d72..918c44a1 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>3.2.0-SNAPSHOT</version>
+ <version>3.2.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 216b7080..3c706d1b 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>3.2.0-SNAPSHOT</version>
+ <version>3.2.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 e89456cb..9416df6b 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>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<artifactId>idp-plugin-oidc-op-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index e7361b60..926ea4ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,13 +9,13 @@
</parent>
<groupId>net.shibboleth.idp.plugin.oidc</groupId>
<artifactId>idp-plugin-oidc-op-parent</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
<name>Shibboleth IdP :: Plugins :: OpenID Connect Provider</name>
<packaging>pom</packaging>
<properties>
<shib.idp.version>4.2.0</shib.idp.version>
<opensaml.version>4.2.0</opensaml.version>
- <oidc.common.version>2.1.0-SNAPSHOT</oidc.common.version>
+ <oidc.common.version>2.1.0</oidc.common.version>
<gson.version>2.8.6</gson.version>
<commons.io.version>2.6</commons.io.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle.xml</checkstyle.configLocation>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list