[java-identity-provider] 01/02: Update files to be tagged for release
Scott Cantor
cantor.2 at osu.edu
Tue Jul 27 13:19:22 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-4.1
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=8273f1ddfd8f348f6b71f94ea01a1323b444a22a
commit 8273f1ddfd8f348f6b71f94ea01a1323b444a22a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 27 09:17:27 2021 -0400
Update files to be tagged for 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 eda4b1528..4b00c44c3 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-admin-impl/pom.xml b/idp-admin-impl/pom.xml
index 1f9456bfe..043152a50 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-attribute-api/pom.xml b/idp-attribute-api/pom.xml
index 641fdf495..3fb461440 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-attribute-filter-api/pom.xml b/idp-attribute-filter-api/pom.xml
index b9b57ca78..ed6815593 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-attribute-filter-impl/pom.xml b/idp-attribute-filter-impl/pom.xml
index dfed9916e..6de468ef5 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-attribute-filter-spring/pom.xml b/idp-attribute-filter-spring/pom.xml
index 9b23c791e..c4fe90562 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-attribute-impl/pom.xml b/idp-attribute-impl/pom.xml
index 6072046e4..54df0c5ef 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-attribute-resolver-api/pom.xml b/idp-attribute-resolver-api/pom.xml
index 436e95a1f..5c33628b1 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-attribute-resolver-impl/pom.xml b/idp-attribute-resolver-impl/pom.xml
index d857d707a..d4b50f5bc 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-attribute-resolver-spring/pom.xml b/idp-attribute-resolver-spring/pom.xml
index 45e465ca6..cc35222ee 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-authn-api/pom.xml b/idp-authn-api/pom.xml
index a723a0edf..3c0d28534 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-authn-impl/pom.xml b/idp-authn-impl/pom.xml
index 694dad83b..974de7c9e 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-bom/pom.xml b/idp-bom/pom.xml
index 23a6e9e37..337b06df3 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-cas-api/pom.xml b/idp-cas-api/pom.xml
index aa8719c64..6a71175ad 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-cas-impl/pom.xml b/idp-cas-impl/pom.xml
index c9a98e81a..b067edbb3 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-conf-impl/pom.xml b/idp-conf-impl/pom.xml
index 7544a5900..26b0e3c39 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-conf/pom.xml b/idp-conf/pom.xml
index 970390a49..546f494c2 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-consent-api/pom.xml b/idp-consent-api/pom.xml
index 4ed33df42..eeb3b05eb 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-consent-impl/pom.xml b/idp-consent-impl/pom.xml
index f702f9c59..40e89aac4 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-core/pom.xml b/idp-core/pom.xml
index 4068b8b89..a41e5d8a6 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 003ff40ef..3ed762422 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-installer/pom.xml b/idp-installer/pom.xml
index 3829d069b..daa083319 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 9546bb16f..5faa1ef26 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -20,7 +20,7 @@
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-parent</artifactId>
- <version>4.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<packaging>pom</packaging>
<modules>
diff --git a/idp-profile-api/pom.xml b/idp-profile-api/pom.xml
index 8adb26db4..3b7590c49 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-profile-impl/pom.xml b/idp-profile-impl/pom.xml
index 89411a45d..6baac2600 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-profile-spring/pom.xml b/idp-profile-spring/pom.xml
index 7f58e8e56..ed7ecf91e 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-saml-api/pom.xml b/idp-saml-api/pom.xml
index 4000db4eb..bf6435b6c 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-saml-impl/pom.xml b/idp-saml-impl/pom.xml
index d88e11c36..44056312a 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-schema/pom.xml b/idp-schema/pom.xml
index 131eb49e0..7b1e750d3 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-session-api/pom.xml b/idp-session-api/pom.xml
index 9952d5e94..80745009b 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-session-impl/pom.xml b/idp-session-impl/pom.xml
index 1501ec7e4..773d203bb 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-tests-bom/pom.xml b/idp-tests-bom/pom.xml
index 8edfe2a4c..1746c782e 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-ui/pom.xml b/idp-ui/pom.xml
index 389035841..f9c8a3179 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-war-distribution/pom.xml b/idp-war-distribution/pom.xml
index 2e331acd9..5978f310c 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-war/pom.xml b/idp-war/pom.xml
index 449eb1f04..06b3ef770 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.1.4-SNAPSHOT</version>
+ <version>4.1.4</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