[java-idp-oidc] 01/02: Update files to be tagged for release
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Apr 15 12:56:14 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=7796ffa0e130b9186d878493e91d30beecea46a6
commit 7796ffa0e130b9186d878493e91d30beecea46a6
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Apr 15 12:52:41 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 | 10 +++++-----
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/idp-oidc-extension-api/pom.xml b/idp-oidc-extension-api/pom.xml
index 06da12a3..32fef17e 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.1.0-SNAPSHOT</version>
+ <version>3.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 5188aa53..62778e3c 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.1.0-SNAPSHOT</version>
+ <version>3.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 242ca21d..7c9d12f0 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.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
<artifactId>idp-plugin-oidc-op-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index 2078345a..60c207db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,17 +5,17 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.3.0-SNAPSHOT</version>
+ <version>11.3.2</version>
</parent>
<groupId>net.shibboleth.idp.plugin.oidc</groupId>
<artifactId>idp-plugin-oidc-op-parent</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<name>Shibboleth IdP :: Plugins :: OpenID Connect Provider</name>
<packaging>pom</packaging>
<properties>
- <shib.idp.version>4.2.0-SNAPSHOT</shib.idp.version>
- <opensaml.version>4.2.0-SNAPSHOT</opensaml.version>
- <oidc.common.version>2.0.0-SNAPSHOT</oidc.common.version>
+ <shib.idp.version>4.2.0</shib.idp.version>
+ <opensaml.version>4.2.0</opensaml.version>
+ <oidc.common.version>2.0.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