[java-identity-provider] 45/51: Bump version after release
Rod Widdowson
rdw at steadingsoftware.com
Sat Mar 16 14:29:17 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/IDP-2147
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=61ea292b4463fdf04deb9770fe6614a073cdaccf
commit 61ea292b4463fdf04deb9770fe6614a073cdaccf
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Mar 13 11:32:12 2024 +0000
Bump version after release
---
idp-admin-api/pom.xml | 2 +-
idp-admin-impl/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-cli/pom.xml | 2 +-
idp-conf-impl/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-profile-api/pom.xml | 2 +-
idp-profile-impl/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-spring/pom.xml | 2 +-
idp-testing/pom.xml | 2 +-
idp-ui/pom.xml | 2 +-
idp-war-distribution/pom.xml | 2 +-
idp-war/pom.xml | 2 +-
pom.xml | 2 +-
27 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/idp-admin-api/pom.xml b/idp-admin-api/pom.xml
index 02b796ac2..74229738c 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Administrative Profile API</name>
diff --git a/idp-admin-impl/pom.xml b/idp-admin-impl/pom.xml
index 0c45f7b38..ad2c73ba3 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Administrative Profile Implementation</name>
diff --git a/idp-authn-api/pom.xml b/idp-authn-api/pom.xml
index 766bdba7a..d61323e0d 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Authentication API</name>
diff --git a/idp-authn-impl/pom.xml b/idp-authn-impl/pom.xml
index 3ca11fd52..7a4fcf5aa 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Authentication Implementation</name>
diff --git a/idp-bom/pom.xml b/idp-bom/pom.xml
index 005a7275f..5dd92aec3 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: BOM</name>
diff --git a/idp-cas-api/pom.xml b/idp-cas-api/pom.xml
index a53c281bc..09ed00285 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: CAS Protocol API</name>
diff --git a/idp-cas-impl/pom.xml b/idp-cas-impl/pom.xml
index 51f2456d8..41e41d3af 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: CAS Protocol Implementation</name>
diff --git a/idp-cli/pom.xml b/idp-cli/pom.xml
index 076feae0a..9857c6ce6 100644
--- a/idp-cli/pom.xml
+++ b/idp-cli/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-parent</artifactId>
- <version>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Command Line</name>
diff --git a/idp-conf-impl/pom.xml b/idp-conf-impl/pom.xml
index aa2d2ac28..7cbc2500e 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: System Configuration</name>
diff --git a/idp-consent-api/pom.xml b/idp-consent-api/pom.xml
index 464053c02..7fccba99d 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Consent API</name>
diff --git a/idp-consent-impl/pom.xml b/idp-consent-impl/pom.xml
index 0e046e554..f0b61d34f 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Consent Implementation</name>
diff --git a/idp-core/pom.xml b/idp-core/pom.xml
index 63c6f7c77..c9b38cf2d 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Core</name>
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index e302c85ed..af7148092 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Distribution</name>
diff --git a/idp-installer/pom.xml b/idp-installer/pom.xml
index e7ce457f0..dbf9b46c9 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Installer</name>
diff --git a/idp-profile-api/pom.xml b/idp-profile-api/pom.xml
index 38fbbe588..e1a3c8e3a 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Profile API</name>
diff --git a/idp-profile-impl/pom.xml b/idp-profile-impl/pom.xml
index 54866982e..4fb5ad4af 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Profile Implementation</name>
diff --git a/idp-saml-api/pom.xml b/idp-saml-api/pom.xml
index 5d0b1ccd3..62649e593 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: SAML Profile API</name>
diff --git a/idp-saml-impl/pom.xml b/idp-saml-impl/pom.xml
index f3c8bf50b..b0372a4bc 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: SAML Profile Implementation</name>
diff --git a/idp-schema/pom.xml b/idp-schema/pom.xml
index ff4b7d113..0b61308f7 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Configuration Schemas</name>
diff --git a/idp-session-api/pom.xml b/idp-session-api/pom.xml
index b94c4e665..971c1a885 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Session API</name>
diff --git a/idp-session-impl/pom.xml b/idp-session-impl/pom.xml
index 88076d36c..7e946bb92 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Session Implementation</name>
diff --git a/idp-spring/pom.xml b/idp-spring/pom.xml
index 42db03fdf..f35af37a8 100644
--- a/idp-spring/pom.xml
+++ b/idp-spring/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-parent</artifactId>
- <version>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Spring Integration</name>
diff --git a/idp-testing/pom.xml b/idp-testing/pom.xml
index 8ad707026..25d600ce6 100644
--- a/idp-testing/pom.xml
+++ b/idp-testing/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-parent</artifactId>
- <version>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Testing</name>
diff --git a/idp-ui/pom.xml b/idp-ui/pom.xml
index 4f80db58c..1e4086e78 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: UI Support</name>
diff --git a/idp-war-distribution/pom.xml b/idp-war-distribution/pom.xml
index 248cdae3e..08b41fac5 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: WAR distribution</name>
diff --git a/idp-war/pom.xml b/idp-war/pom.xml
index 321712a45..3d97f47b4 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>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: WAR</name>
diff --git a/pom.xml b/pom.xml
index 1f5c78b35..6b35f8000 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-parent</artifactId>
- <version>5.1.0</version>
+ <version>5.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list