[java-idp-oidc] 02/02: Bump version after release
Henri Mikkonen
henri.mikkonen at iki.fi
Wed Sep 1 16:42:36 UTC 2021
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=6ad52aafa05dbc688b07036ecb1ccc9f4c4914b9
commit 6ad52aafa05dbc688b07036ecb1ccc9f4c4914b9
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed Sep 1 16:42:14 2021 +0000
Bump version after 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 ff0b16a1..34139972 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.0.2</version>
+ <version>3.0.3-SNAPSHOT</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 984218d4..887a6ae3 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.0.2</version>
+ <version>3.0.3-SNAPSHOT</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 bd12cca7..995fd584 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.0.2</version>
+ <version>3.0.3-SNAPSHOT</version>
</parent>
<artifactId>idp-plugin-oidc-op-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index 3c79bc52..38a5436c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,11 +5,11 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.2.1</version>
+ <version>11.2.2-SNAPSHOT</version>
</parent>
<groupId>net.shibboleth.idp.plugin.oidc</groupId>
<artifactId>idp-plugin-oidc-op-parent</artifactId>
- <version>3.0.2</version>
+ <version>3.0.3-SNAPSHOT</version>
<name>Shibboleth IdP :: Plugins :: OpenID Connect Provider</name>
<packaging>pom</packaging>
<properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list