[java-identity-provider] 01/02: Update files to be tagged for release
Phil Smart
philip.smart at jisc.ac.uk
Tue Jun 30 13:47:22 UTC 2020
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch maint-3.4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=16b97a18b71c99dceac86202b96fd20abe938705
commit 16b97a18b71c99dceac86202b96fd20abe938705
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Jun 30 13:32:05 2020 +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-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/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/pom.xml | 2 +-
32 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/idp-admin-api/pom.xml b/idp-admin-api/pom.xml
index 50250a8da..211ce7f84 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-admin-impl/pom.xml b/idp-admin-impl/pom.xml
index 01954b8e2..1a4c688cc 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-attribute-api/pom.xml b/idp-attribute-api/pom.xml
index 753791980..ffb52ef56 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-attribute-filter-api/pom.xml b/idp-attribute-filter-api/pom.xml
index b00fce606..7c4fedbdd 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-attribute-filter-impl/pom.xml b/idp-attribute-filter-impl/pom.xml
index 9fbb5155a..3dc7793e9 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-attribute-filter-spring/pom.xml b/idp-attribute-filter-spring/pom.xml
index 247f312ce..d4009f5e3 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-attribute-resolver-api/pom.xml b/idp-attribute-resolver-api/pom.xml
index 2d926e895..3dcbcf45d 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-attribute-resolver-impl/pom.xml b/idp-attribute-resolver-impl/pom.xml
index bc3986461..9d075ba90 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-attribute-resolver-spring/pom.xml b/idp-attribute-resolver-spring/pom.xml
index 91e85fc0a..223d65eff 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-authn-api/pom.xml b/idp-authn-api/pom.xml
index 2dc40f9ab..e42653ba6 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-authn-impl/pom.xml b/idp-authn-impl/pom.xml
index 4b98b0f4f..0ba6281a3 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-bom/pom.xml b/idp-bom/pom.xml
index c022aff6e..2a979c486 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-cas-api/pom.xml b/idp-cas-api/pom.xml
index 6cf631d32..3b33b5044 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-cas-impl/pom.xml b/idp-cas-impl/pom.xml
index 5e06d7902..df6a9760a 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-conf/pom.xml b/idp-conf/pom.xml
index d5e62cc11..535c29786 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-consent-api/pom.xml b/idp-consent-api/pom.xml
index b4a0ae06e..e6ae0fb64 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-consent-impl/pom.xml b/idp-consent-impl/pom.xml
index 0f940a184..3df9685a0 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-core/pom.xml b/idp-core/pom.xml
index ba6cd85f8..2de07ccbf 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index dcbedb52b..98984ac25 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-installer/pom.xml b/idp-installer/pom.xml
index 44a865b36..b418e944f 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 6334d264f..9e8cad962 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>7.11.1-SNAPSHOT</version>
+ <version>7.11.1</version>
</parent>
<name>Shibboleth Identity Provider</name>
@@ -20,7 +20,7 @@
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-parent</artifactId>
- <version>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<packaging>pom</packaging>
<modules>
diff --git a/idp-profile-api/pom.xml b/idp-profile-api/pom.xml
index 471af9c63..df56afb4d 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-profile-impl/pom.xml b/idp-profile-impl/pom.xml
index f0035d799..44f31c835 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-profile-spring/pom.xml b/idp-profile-spring/pom.xml
index d1a69b39e..40961dde0 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-saml-api/pom.xml b/idp-saml-api/pom.xml
index a8e7e1aaf..23ea880df 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-saml-impl/pom.xml b/idp-saml-impl/pom.xml
index fafbb7573..e0e95a111 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-schema/pom.xml b/idp-schema/pom.xml
index e6f218b25..04ee560c4 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-session-api/pom.xml b/idp-session-api/pom.xml
index 4f96a8804..7e2c1909e 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-session-impl/pom.xml b/idp-session-impl/pom.xml
index 713fecc3a..15ed2dce1 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-tests-bom/pom.xml b/idp-tests-bom/pom.xml
index 0f9b9d82f..15a45fe41 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-ui/pom.xml b/idp-ui/pom.xml
index 105146efe..2322d2a41 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</version>
<relativePath>../idp-parent</relativePath>
</parent>
diff --git a/idp-war/pom.xml b/idp-war/pom.xml
index 86c9b0ccc..df4599787 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>3.4.7-SNAPSHOT</version>
+ <version>3.4.7</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