Skip to content

Commit

Permalink
Merge pull request #204 from data-integrations/CDAP-21027_hadoop_upgrade
Browse files Browse the repository at this point in the history
CDAP-21027 : Upgrading hadoop version to 3.3.6 and plugin version and CDAP version
  • Loading branch information
sahusanket committed Jul 25, 2024
2 parents e649575 + 06b0ad6 commit 7c08d8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdap.version>6.9.0</cdap.version>
<cdap.plugin.version>2.11.0</cdap.plugin.version>
<data.pipeline.parent>system:cdap-data-pipeline[6.8.0, 7.0.0-SNAPSHOT)</data.pipeline.parent>
<data.stream.parent>system:cdap-data-streams[6.8.0, 7.0.0-SNAPSHOT)</data.stream.parent>
<hadoop.version>2.10.2</hadoop.version>
<cdap.version>6.11.0-SNAPSHOT</cdap.version>
<cdap.plugin.version>2.13.0-SNAPSHOT</cdap.plugin.version>
<data.pipeline.parent>system:cdap-data-pipeline[6.11.0-SNAPSHOT, 7.0.0-SNAPSHOT)</data.pipeline.parent>
<data.stream.parent>system:cdap-data-streams[6.11.0-SNAPSHOT, 7.0.0-SNAPSHOT)</data.stream.parent>
<hadoop.version>3.3.6</hadoop.version>
<aws.sdk.version>1.12.552</aws.sdk.version>
<commons.logging.version>1.1.3</commons.logging.version>
<httpclient.version>4.5.14</httpclient.version>
Expand Down

0 comments on commit 7c08d8b

Please sign in to comment.