From c257a2ccf50842029935541f5e4de3bdc7427a3a Mon Sep 17 00:00:00 2001 From: xkureck Date: Tue, 4 May 2021 15:40:47 +0200 Subject: [PATCH] Release 3.23.0 * new type of application - EMBEDDED - for registration to groups * bugfix of renew connection of components dispatcher and engine after the crash and bugfix of the furious logging * add new functionality for detecting the source of included member of group * automatical serve of applications for embedded groups when vo application is approved * added registration modules for LSHostelRI and LSHostelRIAcc * migration to Java 16 * Modules for attributes resource:def:redmineProjectID and resource:def:redmineRole were removed --- perun-auditlogger/pom.xml | 2 +- perun-auditparser/pom.xml | 2 +- perun-base/pom.xml | 2 +- perun-cabinet/pom.xml | 2 +- perun-cli-java/pom.xml | 2 +- perun-core/pom.xml | 2 +- perun-dispatcher/pom.xml | 2 +- perun-engine/pom.xml | 2 +- perun-ldapc/pom.xml | 2 +- perun-notification/pom.xml | 2 +- perun-openapi/pom.xml | 2 +- perun-registrar-lib/pom.xml | 2 +- perun-rpc/pom.xml | 2 +- perun-scim/pom.xml | 2 +- perun-voot/pom.xml | 2 +- perun-web-gui/pom.xml | 2 +- pom.xml | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/perun-auditlogger/pom.xml b/perun-auditlogger/pom.xml index b05dfe34e8..fcf5f9a59c 100644 --- a/perun-auditlogger/pom.xml +++ b/perun-auditlogger/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.23.0-SNAPSHOT + 3.23.0 cz.metacentrum.perun diff --git a/perun-auditparser/pom.xml b/perun-auditparser/pom.xml index c5b30b59bb..13803a1be3 100644 --- a/perun-auditparser/pom.xml +++ b/perun-auditparser/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.23.0-SNAPSHOT + 3.23.0 cz.metacentrum.perun diff --git a/perun-base/pom.xml b/perun-base/pom.xml index ab8c7d0961..82f0a022c1 100644 --- a/perun-base/pom.xml +++ b/perun-base/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.23.0-SNAPSHOT + 3.23.0 cz.metacentrum.perun diff --git a/perun-cabinet/pom.xml b/perun-cabinet/pom.xml index a31ce2142e..513911f3e7 100644 --- a/perun-cabinet/pom.xml +++ b/perun-cabinet/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.23.0-SNAPSHOT + 3.23.0 cz.metacentrum.perun diff --git a/perun-cli-java/pom.xml b/perun-cli-java/pom.xml index 6c198a1b7a..7e28e56fbe 100644 --- a/perun-cli-java/pom.xml +++ b/perun-cli-java/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.23.0-SNAPSHOT + 3.23.0 cz.metacentrum.perun diff --git a/perun-core/pom.xml b/perun-core/pom.xml index b645b438ff..5799af86a3 100644 --- a/perun-core/pom.xml +++ b/perun-core/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.23.0-SNAPSHOT + 3.23.0 cz.metacentrum.perun diff --git a/perun-dispatcher/pom.xml b/perun-dispatcher/pom.xml index e267b2677c..3d8b38bcb1 100644 --- a/perun-dispatcher/pom.xml +++ b/perun-dispatcher/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.23.0-SNAPSHOT + 3.23.0 cz.metacentrum.perun diff --git a/perun-engine/pom.xml b/perun-engine/pom.xml index 3904b23113..9b580ee9b2 100644 --- a/perun-engine/pom.xml +++ b/perun-engine/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.23.0-SNAPSHOT + 3.23.0 cz.metacentrum.perun diff --git a/perun-ldapc/pom.xml b/perun-ldapc/pom.xml index d151fb748b..dfc5e44792 100644 --- a/perun-ldapc/pom.xml +++ b/perun-ldapc/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.23.0-SNAPSHOT + 3.23.0 cz.metacentrum.perun diff --git a/perun-notification/pom.xml b/perun-notification/pom.xml index 0f0bb2b91c..df17647de5 100644 --- a/perun-notification/pom.xml +++ b/perun-notification/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.23.0-SNAPSHOT + 3.23.0 cz.metacentrum.perun diff --git a/perun-openapi/pom.xml b/perun-openapi/pom.xml index aaaf6064d3..86d8453b0e 100644 --- a/perun-openapi/pom.xml +++ b/perun-openapi/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.23.0-SNAPSHOT + 3.23.0 cz.metacentrum.perun diff --git a/perun-registrar-lib/pom.xml b/perun-registrar-lib/pom.xml index c7da9e8bd5..56b58eebf9 100644 --- a/perun-registrar-lib/pom.xml +++ b/perun-registrar-lib/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.23.0-SNAPSHOT + 3.23.0 cz.metacentrum.perun diff --git a/perun-rpc/pom.xml b/perun-rpc/pom.xml index 94bb782613..7e22e87969 100644 --- a/perun-rpc/pom.xml +++ b/perun-rpc/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.23.0-SNAPSHOT + 3.23.0 cz.metacentrum.perun diff --git a/perun-scim/pom.xml b/perun-scim/pom.xml index 93edaf6111..af52e0514b 100644 --- a/perun-scim/pom.xml +++ b/perun-scim/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.23.0-SNAPSHOT + 3.23.0 cz.metacentrum.perun diff --git a/perun-voot/pom.xml b/perun-voot/pom.xml index ce8de68247..c3f50bb60d 100644 --- a/perun-voot/pom.xml +++ b/perun-voot/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.23.0-SNAPSHOT + 3.23.0 cz.metacentrum.perun diff --git a/perun-web-gui/pom.xml b/perun-web-gui/pom.xml index 7c11df3e4c..3e738a2c9a 100644 --- a/perun-web-gui/pom.xml +++ b/perun-web-gui/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.23.0-SNAPSHOT + 3.23.0 cz.metacentrum.perun diff --git a/pom.xml b/pom.xml index c37fcd9236..ef543db547 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cz.metacentrum perun - 3.23.0-SNAPSHOT + 3.23.0 pom