Skip to content

Commit bfecfd2

Browse files
muralibasanimuralibasani
andauthored
Increment ver 2.3.0 (#1139)
Signed-off-by: muralibasani <muralidahr.basani@aiven.io> Co-authored-by: muralibasani <muralidahr.basani@aiven.io>
1 parent 622c7bf commit bfecfd2

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ For the versions available, see the [tags on this repository](https://github.com
2323
## Features:
2424

2525
- Topics (approval): Create, Update, Delete, Promote
26-
- React UI - New look and feel for Browse topics, Create topic Request
27-
- React UI - New look and feel for Approving topics, ACLs, Schemas
28-
- React UI - New look and feel for viewing 'My team's Requests' for topics, ACLs and Schemas
26+
- React UI - New look and feel for Browse topics, Create topic Request, Acl Request, Schema Request and Connector Request
27+
- React UI - New look and feel for Approving Topics, ACLs, Schemas and Connectors
28+
- React UI - New look and feel for viewing 'My team's Requests' for topics, ACLs, Schemas and Connectors
2929

3030
- Acls (approval): Create,Delete
3131
- React UI - Create Acl Request
@@ -70,7 +70,7 @@ For the versions available, see the [tags on this repository](https://github.com
7070
- Ability to switch between different teams
7171

7272
- Topic naming conventions
73-
- Enforce prefix and suffixes per environment
73+
- Enforce prefix, suffixes and/or regex per environment
7474

7575
- Excel report (for your team and all teams, depending on the role)
7676
- Topics per cluster (for teams)

cluster-api/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<parent>
88
<groupId>io.aiven</groupId>
99
<artifactId>klaw-project</artifactId>
10-
<version>2.2.0</version>
10+
<version>${revision}</version>
11+
<relativePath>../pom.xml</relativePath>
1112
</parent>
1213

1314
<artifactId>cluster-api</artifactId>

core/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<parent>
88
<groupId>io.aiven</groupId>
99
<artifactId>klaw-project</artifactId>
10-
<version>2.2.0</version>
10+
<version>${revision}</version>
11+
<relativePath>../pom.xml</relativePath>
1112
</parent>
1213

1314
<artifactId>klaw</artifactId>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.aiven</groupId>
66
<artifactId>klaw-project</artifactId>
7-
<version>2.2.0</version>
7+
<version>${revision}</version>
88
<packaging>pom</packaging>
99
<name>Klaw Project</name>
1010
<description>Aiven Klaw - Selfservice, Governance for Kafka</description>
@@ -42,6 +42,7 @@
4242
</parent>
4343

4444
<properties>
45+
<revision>2.3.0</revision>
4546
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4647
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4748
<java.version>17</java.version>

0 commit comments

Comments
 (0)