From c8c87511e38b2b68ff1d2ea25001263a3b92829f Mon Sep 17 00:00:00 2001 From: Murali Basani Date: Thu, 15 Dec 2022 14:11:39 +0100 Subject: [PATCH] New release 1.2.0 (#335) Bump version to 1.2.0 Signed-off-by: muralibasani --- cluster-api/pom.xml | 2 +- core/pom.xml | 2 +- core/src/main/resources/application.properties | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cluster-api/pom.xml b/cluster-api/pom.xml index b0f1e359ff..afe4d54e96 100644 --- a/cluster-api/pom.xml +++ b/cluster-api/pom.xml @@ -7,7 +7,7 @@ io.aiven klaw-project - 1.1.0 + 1.2.0 cluster-api diff --git a/core/pom.xml b/core/pom.xml index bc4d32d074..9ac2f7459c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,7 +7,7 @@ io.aiven klaw-project - 1.1.0 + 1.2.0 klaw diff --git a/core/src/main/resources/application.properties b/core/src/main/resources/application.properties index 24c2089c78..60c8fea952 100644 --- a/core/src/main/resources/application.properties +++ b/core/src/main/resources/application.properties @@ -34,7 +34,7 @@ klaw.request.topics.envs=DEV,TST # Org info klaw.org.name=MyOrganization -klaw.version=1.1.0 +klaw.version=1.2.0 # Spring JPA properties mysql #spring.datasource.url=jdbc:mysql://localhost:3306/kafkametadbpro?autoReconnect=true&useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC&cachePrepStmts=true&useServerPrepStmts=true&rewriteBatchedStatements=true&verifyServerCertificate=false&useSSL=false&requireSSL=false&allowPublicKeyRetrieval=true diff --git a/pom.xml b/pom.xml index 9422d95d96..b325d1437e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.aiven klaw-project - 1.1.0 + 1.2.0 pom Klaw Project Aiven Klaw - Selfservice, Governance for Kafka