Skip to content

Commit

Permalink
Merge pull request #49 from data-integrations/feature/drop-snapshot
Browse files Browse the repository at this point in the history
Drop snapshot
  • Loading branch information
rohitsinha54 authored Nov 9, 2018
2 parents d172cc4 + dd80b77 commit 5356997
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-SNAPSHOT</version>
<version>2.0.0</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-SNAPSHOT</version>
<version>2.0.0</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-SNAPSHOT</version>
<version>2.0.0</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-SNAPSHOT</version>
<version>2.0.0</version>

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

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdap.version>5.1.0</cdap.version>
<hydrator.version>2.1.0</hydrator.version>
<cdap.version>5.1.1</cdap.version>
<hydrator.version>2.1.1</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 5356997

Please sign in to comment.