Skip to content

Commit f173451

Browse files
authored
Merge pull request #27 from data-integrations/feature/bump-version
bump version
2 parents c19e181 + 76cff71 commit f173451

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

kafka-plugins-0.10/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<artifactId>kafka-plugins</artifactId>
77
<groupId>co.cask.hydrator</groupId>
8-
<version>1.8.2-SNAPSHOT</version>
8+
<version>1.8.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<name>Apache Kafka 0.10 plugins</name>
1313
<artifactId>kafka-plugins</artifactId>
14-
<version>1.8.2-SNAPSHOT-0.10.2.0</version>
14+
<version>1.8.2-0.10.2.0</version>
1515

1616
<dependencies>
1717
<dependency>

kafka-plugins-0.8/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<artifactId>kafka-plugins</artifactId>
77
<groupId>co.cask.hydrator</groupId>
8-
<version>1.8.2-SNAPSHOT</version>
8+
<version>1.8.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<name>Apache Kafka 0.8 plugins</name>
1313
<artifactId>kafka-plugins</artifactId>
14-
<version>1.8.2-SNAPSHOT-0.8.2.2</version>
14+
<version>1.8.2-0.8.2.2</version>
1515

1616
<dependencies>
1717
<dependency>

pom.xml

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

1313
<licenses>
1414
<license>

0 commit comments

Comments
 (0)