Skip to content

Commit

Permalink
Merge pull request #39 from data-integrations/bump/drop-snapshot
Browse files Browse the repository at this point in the history
Drop snapshot
  • Loading branch information
rohitsinha54 authored Oct 11, 2018
2 parents c59fe46 + 37c4686 commit 22461b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions 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>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -162,8 +162,8 @@
<version>1.0.1</version>
<configuration>
<cdapArtifacts>
<parent>system:cdap-data-pipeline[5.0.0,6.0.0-SNAPSHOT)</parent>
<parent>system:cdap-data-streams[5.0.0,6.0.0-SNAPSHOT)</parent>
<parent>system:cdap-data-pipeline[5.1.0,6.0.0-SNAPSHOT)</parent>
<parent>system:cdap-data-streams[5.1.0,6.0.0-SNAPSHOT)</parent>
</cdapArtifacts>
</configuration>
<executions>
Expand Down
6 changes: 3 additions & 3 deletions 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>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -146,8 +146,8 @@
<version>1.0.1</version>
<configuration>
<cdapArtifacts>
<parent>system:cdap-data-pipeline[5.0.0,6.0.0-SNAPSHOT)</parent>
<parent>system:cdap-data-streams[5.0.0,6.0.0-SNAPSHOT)</parent>
<parent>system:cdap-data-pipeline[5.1.0,6.0.0-SNAPSHOT)</parent>
<parent>system:cdap-data-streams[5.1.0,6.0.0-SNAPSHOT)</parent>
</cdapArtifacts>
</configuration>
<executions>
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>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>

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

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdap.version>5.1.0-SNAPSHOT</cdap.version>
<hydrator.version>2.1.0-SNAPSHOT</hydrator.version>
<cdap.version>5.1.0</cdap.version>
<hydrator.version>2.1.0</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 22461b1

Please sign in to comment.