[java-identity-provider] 01/02: Update files to be tagged for release

Phil Smart philip.smart at jisc.ac.uk
Thu Jul 22 16:10:38 UTC 2021


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

philsmart 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=d5d0f9ca82c237bc24d328037996084f4e2beb32

commit d5d0f9ca82c237bc24d328037996084f4e2beb32
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Jul 22 15:11:04 2021 +0000

    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                    | 4 ++--
 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, 36 insertions(+), 36 deletions(-)

diff --git a/idp-admin-api/pom.xml b/idp-admin-api/pom.xml
index 2cae472f0..c3a6f019d 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-admin-impl/pom.xml b/idp-admin-impl/pom.xml
index 5ab37559d..2a9b2fa93 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-api/pom.xml b/idp-attribute-api/pom.xml
index bb7a699be..40fa503f0 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-filter-api/pom.xml b/idp-attribute-filter-api/pom.xml
index 4417e597c..6504386bc 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-filter-impl/pom.xml b/idp-attribute-filter-impl/pom.xml
index e51ccef28..12b5880ae 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-filter-spring/pom.xml b/idp-attribute-filter-spring/pom.xml
index 9e23d3db4..53d63d063 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-impl/pom.xml b/idp-attribute-impl/pom.xml
index 7f318dd37..a545c5169 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-resolver-api/pom.xml b/idp-attribute-resolver-api/pom.xml
index 9c6bbd36b..31419368c 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-resolver-impl/pom.xml b/idp-attribute-resolver-impl/pom.xml
index b5fa815ee..73c270baf 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-attribute-resolver-spring/pom.xml b/idp-attribute-resolver-spring/pom.xml
index d11566408..278084c25 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-authn-api/pom.xml b/idp-authn-api/pom.xml
index f7aeb381e..bf12b281a 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-authn-impl/pom.xml b/idp-authn-impl/pom.xml
index f3a13e93e..4abce3dc6 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-bom/pom.xml b/idp-bom/pom.xml
index f0aba133c..ec445c684 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-cas-api/pom.xml b/idp-cas-api/pom.xml
index dee1f3931..8af50eb3d 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-cas-impl/pom.xml b/idp-cas-impl/pom.xml
index d58b15971..cf7040463 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-conf-impl/pom.xml b/idp-conf-impl/pom.xml
index 98123a912..549eb4057 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-conf/pom.xml b/idp-conf/pom.xml
index e79c90c86..6c0d3006d 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-consent-api/pom.xml b/idp-consent-api/pom.xml
index 1af970ff3..5c4fc745c 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-consent-impl/pom.xml b/idp-consent-impl/pom.xml
index ae9c486e9..397164ec7 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-core/pom.xml b/idp-core/pom.xml
index 6c691e051..ddf77ab6d 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index cdc13896b..ef42d44a2 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-installer/pom.xml b/idp-installer/pom.xml
index 83ef2ac37..5599c8464 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index b55e7883c..265e9c413 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.3-SNAPSHOT</version>
+    <version>4.1.3</version>
     <packaging>pom</packaging>
 
     <modules>
@@ -71,7 +71,7 @@
         <java-support.version>8.2.1</java-support.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
         <opensaml.version>4.1.1</opensaml.version>
-        <spring-extensions.version>6.1.3-SNAPSHOT</spring-extensions.version>
+        <spring-extensions.version>6.1.3</spring-extensions.version>
         <!-- TODO: Remove when parent POM updated. -->
         <spring.version>5.3.9</spring.version>
         <shibboleth.site.deploy.url>//shibboleth.net/home/javasites/staging/</shibboleth.site.deploy.url>
diff --git a/idp-profile-api/pom.xml b/idp-profile-api/pom.xml
index 2bf99b5b2..a95bb22a0 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-profile-impl/pom.xml b/idp-profile-impl/pom.xml
index ada9aaa0a..8ac5108a7 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-profile-spring/pom.xml b/idp-profile-spring/pom.xml
index 1bc4d927a..f646c75ac 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-saml-api/pom.xml b/idp-saml-api/pom.xml
index 8b406c6fa..9fa7aad22 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-saml-impl/pom.xml b/idp-saml-impl/pom.xml
index 6055d3286..5d9474a7f 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-schema/pom.xml b/idp-schema/pom.xml
index 6e2019f4b..4a5036f48 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-session-api/pom.xml b/idp-session-api/pom.xml
index 330c8b45b..4eff64576 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-session-impl/pom.xml b/idp-session-impl/pom.xml
index 1d076ca3e..639dbab3e 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-tests-bom/pom.xml b/idp-tests-bom/pom.xml
index 7e2b6f8e0..2bcda7bc9 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-ui/pom.xml b/idp-ui/pom.xml
index 096638db3..45c4cf485 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-war-distribution/pom.xml b/idp-war-distribution/pom.xml
index b21f5d509..0c859da2d 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.3-SNAPSHOT</version>
+        <version>4.1.3</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-war/pom.xml b/idp-war/pom.xml
index 8df8d31b2..2812e7f62 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.3-SNAPSHOT</version>
+        <version>4.1.3</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