Skip to content

Commit

Permalink
New release 1.2.0 (#335)
Browse files Browse the repository at this point in the history
Bump version to 1.2.0

Signed-off-by: muralibasani <[email protected]>
  • Loading branch information
muralibasani authored Dec 15, 2022
1 parent df40264 commit c8c8751
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cluster-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.aiven</groupId>
<artifactId>klaw-project</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>

<artifactId>cluster-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.aiven</groupId>
<artifactId>klaw-project</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>

<artifactId>klaw</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.aiven</groupId>
<artifactId>klaw-project</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<packaging>pom</packaging>
<name>Klaw Project</name>
<description>Aiven Klaw - Selfservice, Governance for Kafka</description>
Expand Down

0 comments on commit c8c8751

Please sign in to comment.