[java-identity-provider] 02/02: Bump version after release

Scott Cantor cantor.2 at osu.edu
Thu Mar 30 13:18:46 UTC 2023


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

scantor pushed a commit to branch maint-4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=983c38b5b7f1d12aed955bf98620bebe81271dae

commit 983c38b5b7f1d12aed955bf98620bebe81271dae
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 30 09:18:37 2023 -0400

    Bump version after release
---
 idp-admin-api/pom.xml                 | 2 +-
 idp-admin-impl/pom.xml                | 2 +-
 idp-attribute-api/pom.xml             | 2 +-
 idp-attribute-filter-api/pom.xml      | 2 +-
 idp-attribute-filter-impl/pom.xml     | 2 +-
 idp-attribute-filter-spring/pom.xml   | 2 +-
 idp-attribute-impl/pom.xml            | 2 +-
 idp-attribute-resolver-api/pom.xml    | 2 +-
 idp-attribute-resolver-impl/pom.xml   | 2 +-
 idp-attribute-resolver-spring/pom.xml | 2 +-
 idp-authn-api/pom.xml                 | 2 +-
 idp-authn-impl/pom.xml                | 2 +-
 idp-bom/pom.xml                       | 2 +-
 idp-cas-api/pom.xml                   | 2 +-
 idp-cas-impl/pom.xml                  | 2 +-
 idp-conf-impl/pom.xml                 | 2 +-
 idp-conf/pom.xml                      | 2 +-
 idp-consent-api/pom.xml               | 2 +-
 idp-consent-impl/pom.xml              | 2 +-
 idp-core/pom.xml                      | 2 +-
 idp-distribution/pom.xml              | 2 +-
 idp-installer/pom.xml                 | 2 +-
 idp-parent/pom.xml                    | 2 +-
 idp-profile-api/pom.xml               | 2 +-
 idp-profile-impl/pom.xml              | 2 +-
 idp-profile-spring/pom.xml            | 2 +-
 idp-saml-api/pom.xml                  | 2 +-
 idp-saml-impl/pom.xml                 | 2 +-
 idp-schema/pom.xml                    | 2 +-
 idp-session-api/pom.xml               | 2 +-
 idp-session-impl/pom.xml              | 2 +-
 idp-tests-bom/pom.xml                 | 2 +-
 idp-ui/pom.xml                        | 2 +-
 idp-war-distribution/pom.xml          | 2 +-
 idp-war/pom.xml                       | 2 +-
 35 files changed, 35 insertions(+), 35 deletions(-)

diff --git a/idp-admin-api/pom.xml b/idp-admin-api/pom.xml
index 4a6234944..5a641328d 100644
--- a/idp-admin-api/pom.xml
+++ b/idp-admin-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-admin-impl/pom.xml b/idp-admin-impl/pom.xml
index 2d04d0ec0..e9e9ebc6c 100644
--- a/idp-admin-impl/pom.xml
+++ b/idp-admin-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-api/pom.xml b/idp-attribute-api/pom.xml
index d27783ea4..f06c105f4 100644
--- a/idp-attribute-api/pom.xml
+++ b/idp-attribute-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-filter-api/pom.xml b/idp-attribute-filter-api/pom.xml
index 4e3bc60fe..70fb35973 100644
--- a/idp-attribute-filter-api/pom.xml
+++ b/idp-attribute-filter-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-filter-impl/pom.xml b/idp-attribute-filter-impl/pom.xml
index a2d0b8e75..a1466f96b 100644
--- a/idp-attribute-filter-impl/pom.xml
+++ b/idp-attribute-filter-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-filter-spring/pom.xml b/idp-attribute-filter-spring/pom.xml
index cee36588c..9412931e4 100644
--- a/idp-attribute-filter-spring/pom.xml
+++ b/idp-attribute-filter-spring/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-impl/pom.xml b/idp-attribute-impl/pom.xml
index b361c40c2..e39ff1ec4 100644
--- a/idp-attribute-impl/pom.xml
+++ b/idp-attribute-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-resolver-api/pom.xml b/idp-attribute-resolver-api/pom.xml
index 19ab487ae..dc9f69afc 100644
--- a/idp-attribute-resolver-api/pom.xml
+++ b/idp-attribute-resolver-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-resolver-impl/pom.xml b/idp-attribute-resolver-impl/pom.xml
index e8a5402a6..774594495 100644
--- a/idp-attribute-resolver-impl/pom.xml
+++ b/idp-attribute-resolver-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-resolver-spring/pom.xml b/idp-attribute-resolver-spring/pom.xml
index 7db5e6ece..4cf2dfef3 100644
--- a/idp-attribute-resolver-spring/pom.xml
+++ b/idp-attribute-resolver-spring/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-authn-api/pom.xml b/idp-authn-api/pom.xml
index cc5aaae4e..493c952e6 100644
--- a/idp-authn-api/pom.xml
+++ b/idp-authn-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-authn-impl/pom.xml b/idp-authn-impl/pom.xml
index 13656ae45..4b7c4e968 100644
--- a/idp-authn-impl/pom.xml
+++ b/idp-authn-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-bom/pom.xml b/idp-bom/pom.xml
index fca2ded53..0314e4634 100644
--- a/idp-bom/pom.xml
+++ b/idp-bom/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-cas-api/pom.xml b/idp-cas-api/pom.xml
index 00cbeadbb..0a6249957 100644
--- a/idp-cas-api/pom.xml
+++ b/idp-cas-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-cas-impl/pom.xml b/idp-cas-impl/pom.xml
index 64348bd75..bc987640b 100644
--- a/idp-cas-impl/pom.xml
+++ b/idp-cas-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-conf-impl/pom.xml b/idp-conf-impl/pom.xml
index 070b1919f..68e3a9f21 100644
--- a/idp-conf-impl/pom.xml
+++ b/idp-conf-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-conf/pom.xml b/idp-conf/pom.xml
index 47d40e65c..6db9f3a3b 100644
--- a/idp-conf/pom.xml
+++ b/idp-conf/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-consent-api/pom.xml b/idp-consent-api/pom.xml
index 25ae23797..1f4381595 100644
--- a/idp-consent-api/pom.xml
+++ b/idp-consent-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-consent-impl/pom.xml b/idp-consent-impl/pom.xml
index 9fe4ef272..4ed2e1da8 100644
--- a/idp-consent-impl/pom.xml
+++ b/idp-consent-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-core/pom.xml b/idp-core/pom.xml
index 5cc74a7e2..ae7e42294 100644
--- a/idp-core/pom.xml
+++ b/idp-core/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 245d452ae..9bc91c3d0 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-installer/pom.xml b/idp-installer/pom.xml
index 4cb07ab57..fff9efd91 100644
--- a/idp-installer/pom.xml
+++ b/idp-installer/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 5301dd763..a6af8e85b 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -19,7 +19,7 @@
 
     <groupId>net.shibboleth.idp</groupId>
     <artifactId>idp-parent</artifactId>
-    <version>4.3.1</version>
+    <version>4.3.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
diff --git a/idp-profile-api/pom.xml b/idp-profile-api/pom.xml
index f5c877385..69aa95198 100644
--- a/idp-profile-api/pom.xml
+++ b/idp-profile-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-profile-impl/pom.xml b/idp-profile-impl/pom.xml
index 277840940..5ac697e0f 100644
--- a/idp-profile-impl/pom.xml
+++ b/idp-profile-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-profile-spring/pom.xml b/idp-profile-spring/pom.xml
index d1879b231..b3ff487a5 100644
--- a/idp-profile-spring/pom.xml
+++ b/idp-profile-spring/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-saml-api/pom.xml b/idp-saml-api/pom.xml
index cd2ed728a..e6b1d9327 100644
--- a/idp-saml-api/pom.xml
+++ b/idp-saml-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-saml-impl/pom.xml b/idp-saml-impl/pom.xml
index 5c1db71dc..13fb23533 100644
--- a/idp-saml-impl/pom.xml
+++ b/idp-saml-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-schema/pom.xml b/idp-schema/pom.xml
index eba21c4e2..a0c40ac93 100644
--- a/idp-schema/pom.xml
+++ b/idp-schema/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-session-api/pom.xml b/idp-session-api/pom.xml
index 70beedd26..13ba09511 100644
--- a/idp-session-api/pom.xml
+++ b/idp-session-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-session-impl/pom.xml b/idp-session-impl/pom.xml
index 8203ed726..2b336e43d 100644
--- a/idp-session-impl/pom.xml
+++ b/idp-session-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-tests-bom/pom.xml b/idp-tests-bom/pom.xml
index 6d7090a35..4596f4cf9 100644
--- a/idp-tests-bom/pom.xml
+++ b/idp-tests-bom/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-ui/pom.xml b/idp-ui/pom.xml
index c3dc3145f..7b29916ae 100644
--- a/idp-ui/pom.xml
+++ b/idp-ui/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-war-distribution/pom.xml b/idp-war-distribution/pom.xml
index e9802d64a..471983bc3 100644
--- a/idp-war-distribution/pom.xml
+++ b/idp-war-distribution/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-war/pom.xml b/idp-war/pom.xml
index 703160ccb..647c5d1a6 100644
--- a/idp-war/pom.xml
+++ b/idp-war/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.3.1</version>
+        <version>4.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

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


More information about the commits mailing list