Skip to content

Commit 6f796f4

Browse files
author
Komal Yadav
committed
Remove -SNAPSHOT from Version
1 parent 25d5fab commit 6f796f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kafka-plugins-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>kafka-plugins</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>3.5.0-SNAPSHOT</version>
23+
<version>3.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

kafka-plugins-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>kafka-plugins</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>3.5.0-SNAPSHOT</version>
23+
<version>3.5.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>io.cdap.plugin</groupId>
2424
<artifactId>kafka-plugins</artifactId>
2525
<packaging>pom</packaging>
26-
<version>3.5.0-SNAPSHOT</version>
26+
<version>3.5.0</version>
2727
<description>Plugins for Apache Kafka</description>
2828
<url>https://github.com/data-integrations/kafka-plugins</url>
2929

0 commit comments

Comments
 (0)