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

Henri Mikkonen henri.mikkonen at iki.fi
Thu Apr 21 07:41:02 UTC 2022


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=e0706363d21abf96544e1794644666211655e535

commit e0706363d21abf96544e1794644666211655e535
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Apr 21 07:38:34 2022 +0000

    Update files to be tagged for release
---
 idp-oidc-extension-api/pom.xml          | 2 +-
 idp-oidc-extension-distribution/pom.xml | 2 +-
 idp-oidc-extension-impl/pom.xml         | 2 +-
 pom.xml                                 | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/idp-oidc-extension-api/pom.xml b/idp-oidc-extension-api/pom.xml
index f0ad3e95..f569da2c 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.1.1-SNAPSHOT</version>
+        <version>3.1.1</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 b6944581..631fe445 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.1.1-SNAPSHOT</version>
+        <version>3.1.1</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 6a516c96..fb6c11ab 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.1.1-SNAPSHOT</version>
+        <version>3.1.1</version>
     </parent>
     
     <artifactId>idp-plugin-oidc-op-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index 24689273..b7b11c4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
     </parent>
     <groupId>net.shibboleth.idp.plugin.oidc</groupId>
     <artifactId>idp-plugin-oidc-op-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</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