Skip to content

Commit b2b97e4

Browse files
chore(release): 27.0.1
## [27.0.1](v27.0.0...v27.0.1) (2023-07-13) ### Bug Fixes * **core:** fix typo in SQL statement updating database to version 3.2.15 ([2ed300d](2ed300d))
1 parent 2ed300d commit b2b97e4

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

perun-auditlogger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>27.0.0</version>
9+
<version>27.0.1</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-auditparser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>27.0.0</version>
9+
<version>27.0.1</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>27.0.0</version>
9+
<version>27.0.1</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-cabinet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>27.0.0</version>
9+
<version>27.0.1</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-cli-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>perun</artifactId>
99
<groupId>cz.metacentrum</groupId>
10-
<version>27.0.0</version>
10+
<version>27.0.1</version>
1111
</parent>
1212

1313
<groupId>cz.metacentrum.perun</groupId>

perun-cli/Perun/Agent.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package Perun::Agent;
2-
my $agentVersion = '27.0.0';
2+
my $agentVersion = '27.0.1';
33
my $agentVersionMajor;
44
if ($agentVersion !~ /^(\d+)(?{ $agentVersionMajor = $^N })\..*/i)
55
{

perun-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>27.0.0</version>
9+
<version>27.0.1</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-dispatcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>27.0.0</version>
9+
<version>27.0.1</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>27.0.0</version>
9+
<version>27.0.1</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>perun</artifactId>
77
<groupId>cz.metacentrum</groupId>
8-
<version>27.0.0</version>
8+
<version>27.0.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)