[java-opensaml] 02/02: Bump version after release

Scott Cantor cantor.2 at osu.edu
Thu Apr 11 17:55:08 UTC 2024


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=6a79cb1f655032be7f59aa7059d9089a09ce9186

commit 6a79cb1f655032be7f59aa7059d9089a09ce9186
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 11 13:54:59 2024 -0400

    Bump version after release
---
 opensaml-bom/pom.xml             | 2 +-
 opensaml-core/pom.xml            | 2 +-
 opensaml-messaging-api/pom.xml   | 2 +-
 opensaml-messaging-impl/pom.xml  | 2 +-
 opensaml-parent/pom.xml          | 2 +-
 opensaml-profile-api/pom.xml     | 2 +-
 opensaml-profile-impl/pom.xml    | 2 +-
 opensaml-saml-api/pom.xml        | 2 +-
 opensaml-saml-impl/pom.xml       | 2 +-
 opensaml-security-api/pom.xml    | 2 +-
 opensaml-security-impl/pom.xml   | 2 +-
 opensaml-soap-api/pom.xml        | 2 +-
 opensaml-soap-impl/pom.xml       | 2 +-
 opensaml-storage-api/pom.xml     | 2 +-
 opensaml-storage-impl/pom.xml    | 2 +-
 opensaml-tests-bom/pom.xml       | 2 +-
 opensaml-xacml-api/pom.xml       | 2 +-
 opensaml-xacml-impl/pom.xml      | 2 +-
 opensaml-xacml-saml-api/pom.xml  | 2 +-
 opensaml-xacml-saml-impl/pom.xml | 2 +-
 opensaml-xmlsec-api/pom.xml      | 2 +-
 opensaml-xmlsec-impl/pom.xml     | 2 +-
 22 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/opensaml-bom/pom.xml b/opensaml-bom/pom.xml
index 56532f0b7..cdf9ec94d 100644
--- a/opensaml-bom/pom.xml
+++ b/opensaml-bom/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-core/pom.xml b/opensaml-core/pom.xml
index c32239dc9..a70e32e4a 100644
--- a/opensaml-core/pom.xml
+++ b/opensaml-core/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-messaging-api/pom.xml b/opensaml-messaging-api/pom.xml
index 7e5d6df31..fa04685d1 100644
--- a/opensaml-messaging-api/pom.xml
+++ b/opensaml-messaging-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-messaging-impl/pom.xml b/opensaml-messaging-impl/pom.xml
index 36b170c56..091d8b282 100644
--- a/opensaml-messaging-impl/pom.xml
+++ b/opensaml-messaging-impl/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.opensaml</groupId>
 		<artifactId>opensaml-parent</artifactId>
-		<version>4.3.2</version>
+		<version>4.3.3-SNAPSHOT</version>
 		<relativePath>../opensaml-parent</relativePath>
 	</parent>
 
diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index d1335104d..53bd35443 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -17,7 +17,7 @@
 
     <groupId>org.opensaml</groupId>
     <artifactId>opensaml-parent</artifactId>
-    <version>4.3.2</version>
+    <version>4.3.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
diff --git a/opensaml-profile-api/pom.xml b/opensaml-profile-api/pom.xml
index b5c6eb8b5..b03c7d35f 100644
--- a/opensaml-profile-api/pom.xml
+++ b/opensaml-profile-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-profile-impl/pom.xml b/opensaml-profile-impl/pom.xml
index 306ff0374..6695178e7 100644
--- a/opensaml-profile-impl/pom.xml
+++ b/opensaml-profile-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-saml-api/pom.xml b/opensaml-saml-api/pom.xml
index 4ddeb1272..ad642e1b9 100644
--- a/opensaml-saml-api/pom.xml
+++ b/opensaml-saml-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-saml-impl/pom.xml b/opensaml-saml-impl/pom.xml
index 9b7b41d33..04599d839 100644
--- a/opensaml-saml-impl/pom.xml
+++ b/opensaml-saml-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-security-api/pom.xml b/opensaml-security-api/pom.xml
index 7adb66dfc..5f44a6aa9 100644
--- a/opensaml-security-api/pom.xml
+++ b/opensaml-security-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-security-impl/pom.xml b/opensaml-security-impl/pom.xml
index 3e2317903..177236379 100644
--- a/opensaml-security-impl/pom.xml
+++ b/opensaml-security-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-soap-api/pom.xml b/opensaml-soap-api/pom.xml
index fe034b27f..c08f10b18 100644
--- a/opensaml-soap-api/pom.xml
+++ b/opensaml-soap-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-soap-impl/pom.xml b/opensaml-soap-impl/pom.xml
index 61643967f..dda12a650 100644
--- a/opensaml-soap-impl/pom.xml
+++ b/opensaml-soap-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-storage-api/pom.xml b/opensaml-storage-api/pom.xml
index 81efcd084..dc5276bd4 100644
--- a/opensaml-storage-api/pom.xml
+++ b/opensaml-storage-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-storage-impl/pom.xml b/opensaml-storage-impl/pom.xml
index 80f5bde67..0228c2b40 100644
--- a/opensaml-storage-impl/pom.xml
+++ b/opensaml-storage-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-tests-bom/pom.xml b/opensaml-tests-bom/pom.xml
index 1e59317a1..af0288f53 100644
--- a/opensaml-tests-bom/pom.xml
+++ b/opensaml-tests-bom/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-xacml-api/pom.xml b/opensaml-xacml-api/pom.xml
index 9bef6545e..89f2348fe 100644
--- a/opensaml-xacml-api/pom.xml
+++ b/opensaml-xacml-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-xacml-impl/pom.xml b/opensaml-xacml-impl/pom.xml
index f0d49823d..b8657aa58 100644
--- a/opensaml-xacml-impl/pom.xml
+++ b/opensaml-xacml-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-xacml-saml-api/pom.xml b/opensaml-xacml-saml-api/pom.xml
index 37cc3aae3..b05f8c28e 100644
--- a/opensaml-xacml-saml-api/pom.xml
+++ b/opensaml-xacml-saml-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-xacml-saml-impl/pom.xml b/opensaml-xacml-saml-impl/pom.xml
index 55cdf0d5f..d5eae33b6 100644
--- a/opensaml-xacml-saml-impl/pom.xml
+++ b/opensaml-xacml-saml-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-xmlsec-api/pom.xml b/opensaml-xmlsec-api/pom.xml
index 658897242..2d05189b3 100644
--- a/opensaml-xmlsec-api/pom.xml
+++ b/opensaml-xmlsec-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
diff --git a/opensaml-xmlsec-impl/pom.xml b/opensaml-xmlsec-impl/pom.xml
index c1209c1cb..4ca43e0d2 100644
--- a/opensaml-xmlsec-impl/pom.xml
+++ b/opensaml-xmlsec-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>4.3.2</version>
+        <version>4.3.3-SNAPSHOT</version>
         <relativePath>../opensaml-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