[java-idp-plugin-oidc-rp] 02/02: Bump version after release
Phil Smart
philip.smart at jisc.ac.uk
Fri Oct 28 14:37:05 UTC 2022
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-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=b9bec8cec64f45b3162556ab4bbff301c5767719
commit b9bec8cec64f45b3162556ab4bbff301c5767719
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Oct 28 14:01:43 2022 +0000
Bump version after release
---
idp-oidc-rp-api/pom.xml | 2 +-
idp-oidc-rp-dist/pom.xml | 2 +-
idp-oidc-rp-impl/pom.xml | 2 +-
pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/idp-oidc-rp-api/pom.xml b/idp-oidc-rp-api/pom.xml
index ceb5b11..86df8f6 100644
--- a/idp-oidc-rp-api/pom.xml
+++ b/idp-oidc-rp-api/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.authn</groupId>
<artifactId>idp-plugin-oidc-rp-parent</artifactId>
- <version>0.0.1</version>
+ <version>0.0.2-SNAPSHOT</version>
</parent>
<artifactId>idp-plugin-oidc-rp-api</artifactId>
diff --git a/idp-oidc-rp-dist/pom.xml b/idp-oidc-rp-dist/pom.xml
index 8ec585e..7d08b46 100644
--- a/idp-oidc-rp-dist/pom.xml
+++ b/idp-oidc-rp-dist/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.authn</groupId>
<artifactId>idp-plugin-oidc-rp-parent</artifactId>
- <version>0.0.1</version>
+ <version>0.0.2-SNAPSHOT</version>
</parent>
<artifactId>idp-plugin-oidc-rp-dist</artifactId>
diff --git a/idp-oidc-rp-impl/pom.xml b/idp-oidc-rp-impl/pom.xml
index ca012fd..6c2cf8d 100644
--- a/idp-oidc-rp-impl/pom.xml
+++ b/idp-oidc-rp-impl/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.authn</groupId>
<artifactId>idp-plugin-oidc-rp-parent</artifactId>
- <version>0.0.1</version>
+ <version>0.0.2-SNAPSHOT</version>
</parent>
<artifactId>idp-plugin-oidc-rp-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index be6e8f7..6a0cdcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
</parent>
<groupId>net.shibboleth.idp.plugin.authn</groupId>
<artifactId>idp-plugin-oidc-rp-parent</artifactId>
- <version>0.0.1</version>
+ <version>0.0.2-SNAPSHOT</version>
<name>Shibboleth IdP :: Plugins :: OIDC RP Login Flow</name>
<packaging>pom</packaging>
<description>Java OIDC ReylingParty Proxy authentication plugin for the Shibboleth IdP.</description>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list