[java-idp-oidc] branch master updated: Open branch for development.

Scott Cantor cantor.2 at osu.edu
Mon Jun 8 13:51:47 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=77bec3d5dd3e5d627e7dd00835cb692387e0ad6d

The following commit(s) were added to refs/heads/master by this push:
       new  77bec3d5  Open branch for development.
77bec3d5 is described below

commit 77bec3d5dd3e5d627e7dd00835cb692387e0ad6d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 8 09:51:44 2020 -0400

    Open branch for development.
---
 idp-oidc-extension-api/pom.xml          | 2 +-
 idp-oidc-extension-distribution/pom.xml | 2 +-
 idp-oidc-extension-impl/pom.xml         | 2 +-
 pom.xml                                 | 8 ++++----
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/idp-oidc-extension-api/pom.xml b/idp-oidc-extension-api/pom.xml
index f2330fb7..26f3a613 100644
--- a/idp-oidc-extension-api/pom.xml
+++ b/idp-oidc-extension-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <artifactId>idp-oidc-extension-parent</artifactId>
         <groupId>org.geant</groupId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
     
     <artifactId>idp-oidc-extension-api</artifactId>
diff --git a/idp-oidc-extension-distribution/pom.xml b/idp-oidc-extension-distribution/pom.xml
index 4ed922fe..19759c29 100644
--- a/idp-oidc-extension-distribution/pom.xml
+++ b/idp-oidc-extension-distribution/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <artifactId>idp-oidc-extension-parent</artifactId>
         <groupId>org.geant</groupId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
     
     <artifactId>idp-oidc-extension-distribution</artifactId>
diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index 996f4a19..1fe72176 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <artifactId>idp-oidc-extension-parent</artifactId>
         <groupId>org.geant</groupId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
     
     <artifactId>idp-oidc-extension-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index 2d7f25d3..7a69fac0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,15 +5,15 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.1-SNAPSHOT</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
     <groupId>org.geant</groupId>
     <artifactId>idp-oidc-extension-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <properties>
-        <shib.idp.version>4.0.1-SNAPSHOT</shib.idp.version>
-        <opensaml.version>4.0.1-SNAPSHOT</opensaml.version>
+        <shib.idp.version>4.1.0-SNAPSHOT</shib.idp.version>
+        <opensaml.version>4.1.0-SNAPSHOT</opensaml.version>
         <checkstyle.configLocation>${project.basedir}/../resources/checkstyle.xml</checkstyle.configLocation>
     </properties>
     <repositories>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list