Skip to content

Commit 161c43b

Browse files
committed
bump to version 2.2.0
1 parent 7cf4c12 commit 161c43b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

kafka-plugins-0.10/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kafka-plugins</artifactId>
77
<groupId>io.cdap.plugin</groupId>
8-
<version>2.2.0-SNAPSHOT</version>
8+
<version>2.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

kafka-plugins-0.8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kafka-plugins</artifactId>
77
<groupId>io.cdap.plugin</groupId>
8-
<version>2.2.0-SNAPSHOT</version>
8+
<version>2.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

kafka-plugins-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kafka-plugins</artifactId>
77
<groupId>io.cdap.plugin</groupId>
8-
<version>2.2.0-SNAPSHOT</version>
8+
<version>2.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -39,4 +39,4 @@
3939
</plugins>
4040
</build>
4141

42-
</project>
42+
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>io.cdap.plugin</groupId>
99
<artifactId>kafka-plugins</artifactId>
1010
<packaging>pom</packaging>
11-
<version>2.2.0-SNAPSHOT</version>
11+
<version>2.2.0</version>
1212

1313
<licenses>
1414
<license>

0 commit comments

Comments
 (0)