Skip to content

Commit

Permalink
Merge pull request #146 from data-integrations/PLUGIN-1376/verify-low…
Browse files Browse the repository at this point in the history
…er-bound-of-cdap-version

verify lower bound of cdap version
  • Loading branch information
mrahanjam authored Oct 6, 2022
2 parents 6cd6b4c + 1e90d9f commit b4c4b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdap.version>6.8.0-SNAPSHOT</cdap.version>
<cdap.plugin.version>2.10.0-SNAPSHOT</cdap.plugin.version>
<data.pipeline.parent>system:cdap-data-pipeline[6.5.0-SNAPSHOT, 7.0.0-SNAPSHOT)</data.pipeline.parent>
<data.stream.parent>system:cdap-data-streams[6.5.0-SNAPSHOT, 7.0.0-SNAPSHOT)</data.stream.parent>
<data.pipeline.parent>system:cdap-data-pipeline[6.8.0-SNAPSHOT, 7.0.0-SNAPSHOT)</data.pipeline.parent>
<data.stream.parent>system:cdap-data-streams[6.8.0-SNAPSHOT, 7.0.0-SNAPSHOT)</data.stream.parent>
<hadoop.version>2.8.0</hadoop.version>
<aws.sdk.version>1.11.133</aws.sdk.version>
<main.basedir>${project.basedir}</main.basedir>
Expand Down

0 comments on commit b4c4b36

Please sign in to comment.