[java-opensaml] 02/02: Bump version after release
Phil Smart
philip.smart at jisc.ac.uk
Mon Apr 15 13:48: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-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=649520c328472e2f9c685655d9e3d164e6527998
commit 649520c328472e2f9c685655d9e3d164e6527998
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Apr 15 13:29:08 2024 +0000
Bump version after release
---
opensaml-bom/pom.xml | 2 +-
opensaml-core-api/pom.xml | 2 +-
opensaml-core-impl/pom.xml | 2 +-
opensaml-messaging-api/pom.xml | 2 +-
opensaml-messaging-impl/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-spring/pom.xml | 2 +-
opensaml-storage-api/pom.xml | 2 +-
opensaml-storage-impl/pom.xml | 2 +-
opensaml-testing/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 +-
pom.xml | 2 +-
24 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/opensaml-bom/pom.xml b/opensaml-bom/pom.xml
index bbaf80c55..96d8b5f78 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: BOM</name>
diff --git a/opensaml-core-api/pom.xml b/opensaml-core-api/pom.xml
index 07ca0d9fc..da269896c 100644
--- a/opensaml-core-api/pom.xml
+++ b/opensaml-core-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: Core API</name>
diff --git a/opensaml-core-impl/pom.xml b/opensaml-core-impl/pom.xml
index 1528f88f9..ab9b5e3a1 100644
--- a/opensaml-core-impl/pom.xml
+++ b/opensaml-core-impl/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: Core Implementation</name>
diff --git a/opensaml-messaging-api/pom.xml b/opensaml-messaging-api/pom.xml
index 667662589..5e661aa49 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: Messaging API</name>
diff --git a/opensaml-messaging-impl/pom.xml b/opensaml-messaging-impl/pom.xml
index b123adb2e..5d429bfc6 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: Messaging Implementations</name>
diff --git a/opensaml-profile-api/pom.xml b/opensaml-profile-api/pom.xml
index fd74e2294..02e2f5f78 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: Profile API</name>
diff --git a/opensaml-profile-impl/pom.xml b/opensaml-profile-impl/pom.xml
index d0aeb8203..7c9cf3759 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: Profile Implementations</name>
diff --git a/opensaml-saml-api/pom.xml b/opensaml-saml-api/pom.xml
index 6893b8829..e0d465085 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: SAML Provider API</name>
diff --git a/opensaml-saml-impl/pom.xml b/opensaml-saml-impl/pom.xml
index d73189461..b342ea504 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: SAML Provider Implementations</name>
diff --git a/opensaml-security-api/pom.xml b/opensaml-security-api/pom.xml
index b7385b0e4..36dc7962c 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: Security API</name>
diff --git a/opensaml-security-impl/pom.xml b/opensaml-security-impl/pom.xml
index 057d5d72d..2415c11e5 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: Security Implementation</name>
diff --git a/opensaml-soap-api/pom.xml b/opensaml-soap-api/pom.xml
index fa3823ded..e1c3bc15c 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: SOAP Provider API</name>
diff --git a/opensaml-soap-impl/pom.xml b/opensaml-soap-impl/pom.xml
index 7b36bd6dd..3088815d3 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: SOAP Provider Implementations</name>
diff --git a/opensaml-spring/pom.xml b/opensaml-spring/pom.xml
index 135016fc0..bf2fd4d17 100644
--- a/opensaml-spring/pom.xml
+++ b/opensaml-spring/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: Spring Support</name>
diff --git a/opensaml-storage-api/pom.xml b/opensaml-storage-api/pom.xml
index fa161b835..6f8d38f9b 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: Storage API</name>
diff --git a/opensaml-storage-impl/pom.xml b/opensaml-storage-impl/pom.xml
index 04e7bbbf2..64194ca1b 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: Storage Implementation</name>
diff --git a/opensaml-testing/pom.xml b/opensaml-testing/pom.xml
index 4e213cde9..b82d77d72 100644
--- a/opensaml-testing/pom.xml
+++ b/opensaml-testing/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: Testing</name>
diff --git a/opensaml-xacml-api/pom.xml b/opensaml-xacml-api/pom.xml
index 96a4c6d55..a33321309 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: XACML Provider API</name>
diff --git a/opensaml-xacml-impl/pom.xml b/opensaml-xacml-impl/pom.xml
index b3a1033d5..6a8e90bef 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: XACML Provider Implementations</name>
diff --git a/opensaml-xacml-saml-api/pom.xml b/opensaml-xacml-saml-api/pom.xml
index 7894f435e..adc323c2e 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: SAML XACML Profile API</name>
diff --git a/opensaml-xacml-saml-impl/pom.xml b/opensaml-xacml-saml-impl/pom.xml
index 0bd251721..4740732a2 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: SAML XACML Profile Implementation</name>
diff --git a/opensaml-xmlsec-api/pom.xml b/opensaml-xmlsec-api/pom.xml
index 5cf7f5732..995fe6666 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: XML Security API</name>
diff --git a/opensaml-xmlsec-impl/pom.xml b/opensaml-xmlsec-impl/pom.xml
index 1cfc107b6..eb0a2d4d5 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>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
</parent>
<name>OpenSAML :: XML Security Implementation</name>
diff --git a/pom.xml b/pom.xml
index d1db633ca..14627b0ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>5.1.2</version>
+ <version>5.1.3-SNAPSHOT</version>
<!-- If you change the version you *MUST* provoke a jenkins 'site'
build (to populate the javadoc, which is consumed by the
Jenkins 'nightly' builds).
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list