diff --git a/perun-auditlogger/pom.xml b/perun-auditlogger/pom.xml index ba7011a94e..e4a440fc25 100644 --- a/perun-auditlogger/pom.xml +++ b/perun-auditlogger/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.22.1 + 3.22.2 cz.metacentrum.perun diff --git a/perun-auditparser/pom.xml b/perun-auditparser/pom.xml index 065f56e9e8..efe3eba54b 100644 --- a/perun-auditparser/pom.xml +++ b/perun-auditparser/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.22.1 + 3.22.2 cz.metacentrum.perun diff --git a/perun-base/pom.xml b/perun-base/pom.xml index 384b81c162..673e249300 100644 --- a/perun-base/pom.xml +++ b/perun-base/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.22.1 + 3.22.2 cz.metacentrum.perun diff --git a/perun-cabinet/pom.xml b/perun-cabinet/pom.xml index e629711ef3..b33b9d2382 100644 --- a/perun-cabinet/pom.xml +++ b/perun-cabinet/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.22.1 + 3.22.2 cz.metacentrum.perun diff --git a/perun-cli-java/pom.xml b/perun-cli-java/pom.xml index 20da5f926e..98df8ec5c1 100644 --- a/perun-cli-java/pom.xml +++ b/perun-cli-java/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.22.1 + 3.22.2 cz.metacentrum.perun diff --git a/perun-cli/Perun/Agent.pm b/perun-cli/Perun/Agent.pm index f133e23adf..f4148fc821 100644 --- a/perun-cli/Perun/Agent.pm +++ b/perun-cli/Perun/Agent.pm @@ -1,7 +1,7 @@ package Perun::Agent; my $agentVersionMajor = '3'; my $agentVersionMinor = '22'; -my $agentVersionPatch = '1'; +my $agentVersionPatch = '2'; my $agentVersion = $agentVersionMajor . "." . $agentVersionMinor . "." . $agentVersionPatch; use strict; diff --git a/perun-core/pom.xml b/perun-core/pom.xml index e4107b6b88..7a8203e1c4 100644 --- a/perun-core/pom.xml +++ b/perun-core/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.22.1 + 3.22.2 cz.metacentrum.perun diff --git a/perun-dispatcher/pom.xml b/perun-dispatcher/pom.xml index 77a9193bc0..443208876f 100644 --- a/perun-dispatcher/pom.xml +++ b/perun-dispatcher/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.22.1 + 3.22.2 cz.metacentrum.perun diff --git a/perun-engine/pom.xml b/perun-engine/pom.xml index b164f031be..d48896ebd3 100644 --- a/perun-engine/pom.xml +++ b/perun-engine/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.22.1 + 3.22.2 cz.metacentrum.perun diff --git a/perun-ldapc/pom.xml b/perun-ldapc/pom.xml index 24eef5adaa..21ff1d6793 100644 --- a/perun-ldapc/pom.xml +++ b/perun-ldapc/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.22.1 + 3.22.2 cz.metacentrum.perun diff --git a/perun-notification/pom.xml b/perun-notification/pom.xml index 2756f9e3dd..7683014db0 100644 --- a/perun-notification/pom.xml +++ b/perun-notification/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.22.1 + 3.22.2 cz.metacentrum.perun diff --git a/perun-openapi/openapi.yml b/perun-openapi/openapi.yml index d232244a6c..2a020393a2 100644 --- a/perun-openapi/openapi.yml +++ b/perun-openapi/openapi.yml @@ -1,7 +1,7 @@ openapi: 3.0.2 info: - version: 3.22.1 + version: 3.22.2 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 43628db04c..f9f98c38db 100644 --- a/perun-openapi/pom.xml +++ b/perun-openapi/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.22.1 + 3.22.2 cz.metacentrum.perun diff --git a/perun-registrar-lib/pom.xml b/perun-registrar-lib/pom.xml index 6ccc39dd70..93d7d0e567 100644 --- a/perun-registrar-lib/pom.xml +++ b/perun-registrar-lib/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.22.1 + 3.22.2 cz.metacentrum.perun diff --git a/perun-rpc/pom.xml b/perun-rpc/pom.xml index 7f344960d4..4ede11b928 100644 --- a/perun-rpc/pom.xml +++ b/perun-rpc/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.22.1 + 3.22.2 cz.metacentrum.perun diff --git a/perun-scim/pom.xml b/perun-scim/pom.xml index 4ef1815d57..a17cfe0105 100644 --- a/perun-scim/pom.xml +++ b/perun-scim/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.22.1 + 3.22.2 cz.metacentrum.perun diff --git a/perun-voot/pom.xml b/perun-voot/pom.xml index 6e7388be85..3e3b6725b0 100644 --- a/perun-voot/pom.xml +++ b/perun-voot/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.22.1 + 3.22.2 cz.metacentrum.perun diff --git a/perun-web-gui/pom.xml b/perun-web-gui/pom.xml index 53df33f27c..ab72c381af 100644 --- a/perun-web-gui/pom.xml +++ b/perun-web-gui/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.22.1 + 3.22.2 cz.metacentrum.perun diff --git a/pom.xml b/pom.xml index 7a04a13b88..3a7d7481d9 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cz.metacentrum perun - 3.22.1 + 3.22.2 pom