Skip to content

Commit

Permalink
Merge pull request #51 from data-integrations/feature/bump-version-5.1.2
Browse files Browse the repository at this point in the history
bump version 5.1.2
  • Loading branch information
yaojiefeng authored Nov 28, 2018
2 parents 5356997 + 4812289 commit 440bbdd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kafka-plugins-0.10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kafka-plugins</artifactId>
<groupId>co.cask.hydrator</groupId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion kafka-plugins-0.8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kafka-plugins</artifactId>
<groupId>co.cask.hydrator</groupId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion kafka-plugins-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kafka-plugins</artifactId>
<groupId>co.cask.hydrator</groupId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>co.cask.hydrator</groupId>
<artifactId>kafka-plugins</artifactId>
<packaging>pom</packaging>
<version>2.0.0</version>
<version>2.0.1</version>

<licenses>
<license>
Expand Down Expand Up @@ -98,8 +98,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdap.version>5.1.1</cdap.version>
<hydrator.version>2.1.1</hydrator.version>
<cdap.version>5.1.2</cdap.version>
<hydrator.version>2.1.2</hydrator.version>
<spark1.version>1.6.1</spark1.version>
<spark2.version>2.2.0</spark2.version>
<widgets.dir>widgets</widgets.dir>
Expand Down

0 comments on commit 440bbdd

Please sign in to comment.