From 3d25fcf1f1d7f9b7c92c3bccacb775c2e4861b73 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 May 2023 10:26:02 +0000 Subject: [PATCH] chore(release): 25.3.1 ## [25.3.1](https://github.com/CESNET/perun/compare/v25.3.0...v25.3.1) (2023-05-09) ### Bug Fixes * **core:** correctly store first EPPN in LDAP ([d1deb0b](https://github.com/CESNET/perun/commit/d1deb0bb004775790c954dbff01b5077ac97fb3b)) --- 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-cli/Perun/Agent.pm | 2 +- perun-core/pom.xml | 2 +- perun-dispatcher/pom.xml | 2 +- perun-engine/pom.xml | 2 +- perun-integration/pom.xml | 2 +- perun-ldapc/pom.xml | 2 +- perun-notification/pom.xml | 2 +- perun-openapi/openapi.yml | 2 +- perun-openapi/pom.xml | 2 +- perun-registrar-lib/pom.xml | 2 +- perun-rpc/pom.xml | 2 +- perun-scim/pom.xml | 2 +- perun-web-gui/pom.xml | 2 +- pom.xml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/perun-auditlogger/pom.xml b/perun-auditlogger/pom.xml index 44964385e1..a1a5e39a07 100644 --- a/perun-auditlogger/pom.xml +++ b/perun-auditlogger/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.3.0 + 25.3.1 cz.metacentrum.perun diff --git a/perun-auditparser/pom.xml b/perun-auditparser/pom.xml index 15d8fe29e0..effc210979 100644 --- a/perun-auditparser/pom.xml +++ b/perun-auditparser/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.3.0 + 25.3.1 cz.metacentrum.perun diff --git a/perun-base/pom.xml b/perun-base/pom.xml index fe09b85706..8e2cc4abc5 100644 --- a/perun-base/pom.xml +++ b/perun-base/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.3.0 + 25.3.1 cz.metacentrum.perun diff --git a/perun-cabinet/pom.xml b/perun-cabinet/pom.xml index dcc8baa050..4fea987a53 100644 --- a/perun-cabinet/pom.xml +++ b/perun-cabinet/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.3.0 + 25.3.1 cz.metacentrum.perun diff --git a/perun-cli-java/pom.xml b/perun-cli-java/pom.xml index 09e9a7dd18..7ebb3a74f1 100644 --- a/perun-cli-java/pom.xml +++ b/perun-cli-java/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 25.3.0 + 25.3.1 cz.metacentrum.perun diff --git a/perun-cli/Perun/Agent.pm b/perun-cli/Perun/Agent.pm index 05a1dfcfe7..406095520a 100755 --- a/perun-cli/Perun/Agent.pm +++ b/perun-cli/Perun/Agent.pm @@ -1,5 +1,5 @@ package Perun::Agent; -my $agentVersion = '25.3.0'; +my $agentVersion = '25.3.1'; my $agentVersionMajor; if ($agentVersion !~ /^(\d+)(?{ $agentVersionMajor = $^N })\..*/i) { diff --git a/perun-core/pom.xml b/perun-core/pom.xml index 2eefbfde17..fa1d4bd0fb 100644 --- a/perun-core/pom.xml +++ b/perun-core/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.3.0 + 25.3.1 cz.metacentrum.perun diff --git a/perun-dispatcher/pom.xml b/perun-dispatcher/pom.xml index 4805a65573..cd8a843916 100644 --- a/perun-dispatcher/pom.xml +++ b/perun-dispatcher/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.3.0 + 25.3.1 cz.metacentrum.perun diff --git a/perun-engine/pom.xml b/perun-engine/pom.xml index 854f0d4c8f..434ad26565 100644 --- a/perun-engine/pom.xml +++ b/perun-engine/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.3.0 + 25.3.1 cz.metacentrum.perun diff --git a/perun-integration/pom.xml b/perun-integration/pom.xml index c2d3766f5f..bb3eb5c8d3 100644 --- a/perun-integration/pom.xml +++ b/perun-integration/pom.xml @@ -5,7 +5,7 @@ perun cz.metacentrum - 25.3.0 + 25.3.1 4.0.0 diff --git a/perun-ldapc/pom.xml b/perun-ldapc/pom.xml index e6e7e0d4eb..9916ec23fd 100644 --- a/perun-ldapc/pom.xml +++ b/perun-ldapc/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 25.3.0 + 25.3.1 cz.metacentrum.perun diff --git a/perun-notification/pom.xml b/perun-notification/pom.xml index 8a12917982..07e212d4d6 100644 --- a/perun-notification/pom.xml +++ b/perun-notification/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.3.0 + 25.3.1 cz.metacentrum.perun diff --git a/perun-openapi/openapi.yml b/perun-openapi/openapi.yml index 5ee8bd21af..59550f713c 100644 --- a/perun-openapi/openapi.yml +++ b/perun-openapi/openapi.yml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 25.3.0 + version: 25.3.1 title: Perun RPC API description: Perun Remote Procedure Calls Application Programming Interface contact: diff --git a/perun-openapi/pom.xml b/perun-openapi/pom.xml index 67030ec630..45069e6862 100644 --- a/perun-openapi/pom.xml +++ b/perun-openapi/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 25.3.0 + 25.3.1 cz.metacentrum.perun diff --git a/perun-registrar-lib/pom.xml b/perun-registrar-lib/pom.xml index 69518629bb..ed44b37000 100644 --- a/perun-registrar-lib/pom.xml +++ b/perun-registrar-lib/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.3.0 + 25.3.1 cz.metacentrum.perun diff --git a/perun-rpc/pom.xml b/perun-rpc/pom.xml index 97a47c0f4f..eb21038f13 100644 --- a/perun-rpc/pom.xml +++ b/perun-rpc/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.3.0 + 25.3.1 cz.metacentrum.perun diff --git a/perun-scim/pom.xml b/perun-scim/pom.xml index 96dffd6948..e16361ea3c 100644 --- a/perun-scim/pom.xml +++ b/perun-scim/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.3.0 + 25.3.1 cz.metacentrum.perun diff --git a/perun-web-gui/pom.xml b/perun-web-gui/pom.xml index af84734987..5195f7a955 100644 --- a/perun-web-gui/pom.xml +++ b/perun-web-gui/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.3.0 + 25.3.1 cz.metacentrum.perun diff --git a/pom.xml b/pom.xml index 17d25bca12..638e94bf80 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cz.metacentrum perun - 25.3.0 + 25.3.1 pom