diff --git a/README.md b/README.md
index 7d37aeccdc..615ea88c20 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,9 @@ For the versions available, see the [tags on this repository](https://github.com
## Features:
- Topics (approval): Create, Update, Delete, Promote
- - React UI - New look and feel for Browse topics, Create topic Request
- - React UI - New look and feel for Approving topics, ACLs, Schemas
- - React UI - New look and feel for viewing 'My team's Requests' for topics, ACLs and Schemas
+ - React UI - New look and feel for Browse topics, Create topic Request, Acl Request, Schema Request and Connector Request
+ - React UI - New look and feel for Approving Topics, ACLs, Schemas and Connectors
+ - React UI - New look and feel for viewing 'My team's Requests' for topics, ACLs, Schemas and Connectors
- Acls (approval): Create,Delete
- React UI - Create Acl Request
@@ -70,7 +70,7 @@ For the versions available, see the [tags on this repository](https://github.com
- Ability to switch between different teams
- Topic naming conventions
- - Enforce prefix and suffixes per environment
+ - Enforce prefix, suffixes and/or regex per environment
- Excel report (for your team and all teams, depending on the role)
- Topics per cluster (for teams)
diff --git a/cluster-api/pom.xml b/cluster-api/pom.xml
index 747e0aa560..848c215fe4 100644
--- a/cluster-api/pom.xml
+++ b/cluster-api/pom.xml
@@ -7,7 +7,8 @@
io.aiven
klaw-project
- 2.2.0
+ ${revision}
+ ../pom.xml
cluster-api
diff --git a/core/pom.xml b/core/pom.xml
index 2f64936bde..f387203c84 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -7,7 +7,8 @@
io.aiven
klaw-project
- 2.2.0
+ ${revision}
+ ../pom.xml
klaw
diff --git a/pom.xml b/pom.xml
index 4e83d730b8..431c06b777 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
io.aiven
klaw-project
- 2.2.0
+ ${revision}
pom
Klaw Project
Aiven Klaw - Selfservice, Governance for Kafka
@@ -42,6 +42,7 @@
+ 2.3.0
UTF-8
UTF-8
17