[java-idp-plugin-oidc-config] branch main updated: Bump version to 1.0.0-SNAPSHOT ready for release
Phil Smart
philip.smart at jisc.ac.uk
Fri May 5 16:33:34 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=eb24d21c972febac9e935ab66a821e2e549fa292
The following commit(s) were added to refs/heads/main by this push:
new eb24d21 Bump version to 1.0.0-SNAPSHOT ready for release
eb24d21 is described below
commit eb24d21c972febac9e935ab66a821e2e549fa292
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri May 5 17:33:32 2023 +0100
Bump version to 1.0.0-SNAPSHOT ready for release
---
oidc-config-dist/pom.xml | 2 +-
oidc-config-impl/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/oidc-config-dist/pom.xml b/oidc-config-dist/pom.xml
index 376192b..a46dafb 100644
--- a/oidc-config-dist/pom.xml
+++ b/oidc-config-dist/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>net.shibboleth.idp.oidc</groupId>
<artifactId>idp-plugin-oidc-config-parent</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>idp-plugin-oidc-config-dist</artifactId>
diff --git a/oidc-config-impl/pom.xml b/oidc-config-impl/pom.xml
index 95fe4a2..e4357e9 100644
--- a/oidc-config-impl/pom.xml
+++ b/oidc-config-impl/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>net.shibboleth.idp.oidc</groupId>
<artifactId>idp-plugin-oidc-config-parent</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>idp-plugin-oidc-config-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index 7066652..0cf31c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
<groupId>net.shibboleth.idp.oidc</groupId>
<artifactId>idp-plugin-oidc-config-parent</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</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>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list