Skip to content

Commit a275a47

Browse files
committed
Release 3.9.5
- This version contains DB chages! - Oracle DB is no longer supported! - Reworked group structure synchronization. - Removed support for multiple engines. - Optimized groups assigning to the resource. - Fixed unixGID check when assigning group to resource. - Module to support UID ranges (same as GID ranges, not yet used). - Support authorization of SELF role for resource attributes. - Random password generation is now implemeneted within PasswordManagerModule. Added specific implementation for VŠUP. - Support custom URL in mail validation. - Do not double "name" property in JSON in auditer log.
1 parent fdd07a7 commit a275a47

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

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>3.9.4</version>
9+
<version>3.9.5</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>3.9.4</version>
9+
<version>3.9.5</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>3.9.4</version>
9+
<version>3.9.5</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>3.9.4</version>
10+
<version>3.9.5</version>
1111
</parent>
1212

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

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>3.9.4</version>
9+
<version>3.9.5</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>3.9.4</version>
9+
<version>3.9.5</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>3.9.4</version>
9+
<version>3.9.5</version>
1010
</parent>
1111

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

perun-ldapc/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>3.9.4</version>
10+
<version>3.9.5</version>
1111
</parent>
1212

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

perun-notification/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>3.9.4</version>
9+
<version>3.9.5</version>
1010
</parent>
1111

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

perun-openapi/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>3.9.4</version>
10+
<version>3.9.5</version>
1111
</parent>
1212

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

0 commit comments

Comments
 (0)