Skip to content

Commit

Permalink
Merge pull request #46 from data-integrations/revert-44-feature/updat…
Browse files Browse the repository at this point in the history
…e-cdap

Revert "update cdap dependency"
  • Loading branch information
rohitsinha54 authored Nov 7, 2018
2 parents 51d364c + 06241d2 commit d172cc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions kafka-plugins-0.10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@
<version>1.0.1</version>
<configuration>
<cdapArtifacts>
<parent>system:cdap-data-pipeline[5.1.0,7.0.0-SNAPSHOT)</parent>
<parent>system:cdap-data-streams[5.1.0,7.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
4 changes: 2 additions & 2 deletions kafka-plugins-0.8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@
<version>1.0.1</version>
<configuration>
<cdapArtifacts>
<parent>system:cdap-data-pipeline[5.1.0,7.0.0-SNAPSHOT)</parent>
<parent>system:cdap-data-streams[5.1.0,7.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
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdap.version>6.0.0-SNAPSHOT</cdap.version>
<hydrator.version>2.2.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 d172cc4

Please sign in to comment.