[java-idp-plugin-oidc-config] 01/02: Update files to be tagged for release
Phil Smart
philip.smart at jisc.ac.uk
Wed Sep 13 17:39:17 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-config.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-config.git;a=commit;h=5f0c9b01843517ae765a0e052cb82ed5fe82c395
commit 5f0c9b01843517ae765a0e052cb82ed5fe82c395
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Sep 13 17:26:49 2023 +0000
Update files to be tagged for release
---
oidc-config-dist/pom.xml | 2 +-
oidc-config-impl/pom.xml | 2 +-
pom.xml | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/oidc-config-dist/pom.xml b/oidc-config-dist/pom.xml
index 750c0c6..6bd5455 100644
--- a/oidc-config-dist/pom.xml
+++ b/oidc-config-dist/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.config.oidc</groupId>
<artifactId>idp-plugin-oidc-config-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
</parent>
<artifactId>idp-plugin-oidc-config-dist</artifactId>
diff --git a/oidc-config-impl/pom.xml b/oidc-config-impl/pom.xml
index bc6d33b..3a82cca 100644
--- a/oidc-config-impl/pom.xml
+++ b/oidc-config-impl/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.config.oidc</groupId>
<artifactId>idp-plugin-oidc-config-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
</parent>
<artifactId>idp-plugin-oidc-config-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index c9de34a..384a866 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,19 +5,19 @@
<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.config.oidc</groupId>
<artifactId>idp-plugin-oidc-config-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
<name>Shibboleth IdP :: Plugins :: OIDC/OAuth Shared Configuration</name>
<packaging>pom</packaging>
<description>Parent project for the Shibboleth Identity Provider OIDC/OAuth Shared Configuration</description>
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
- <idp.version>5.0.0-SNAPSHOT</idp.version>
+ <idp.version>5.0.0</idp.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