[java-idp-plugin-oidc-rp] 01/02: Update files to be tagged for release

Phil Smart philip.smart at jisc.ac.uk
Mon Jul 15 11:01:03 UTC 2024


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=932c187fa48cde084d4a6d00cb34b50e8ac9cc0e

commit 932c187fa48cde084d4a6d00cb34b50e8ac9cc0e
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Jul 15 10:57:43 2024 +0000

    Update files to be tagged for 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 d9c2ca5..689204f 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>2.1.2-SNAPSHOT</version>
+		<version>2.1.2</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 88a3c8f..1efcd9b 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>2.1.2-SNAPSHOT</version>
+        <version>2.1.2</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 b0161f7..44065c8 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>2.1.2-SNAPSHOT</version>
+        <version>2.1.2</version>
     </parent>
 
     <artifactId>idp-plugin-oidc-rp-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index 888cff7..90ce65c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
 
     <groupId>net.shibboleth.idp.plugin.authn</groupId>
     <artifactId>idp-plugin-oidc-rp-parent</artifactId>
-    <version>2.1.2-SNAPSHOT</version>
+    <version>2.1.2</version>
     <name>Shibboleth IdP :: Plugins :: OpenID Connect Relying Party 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