Skip to content

Commit

Permalink
Merge pull request #708 from data-integrations/CDAP-21008-cherrypick-610
Browse files Browse the repository at this point in the history
[🍒][CDAP-21008] update minimum cdap supported version for wrangler plugin
  • Loading branch information
itsankit-google authored Apr 24, 2024
2 parents 90c9208 + 830c801 commit 2ded7ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrangler-transform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
<version>1.1.0</version>
<configuration>
<cdapArtifacts>
<parent>system:cdap-data-pipeline[6.4.0,7.0.0-SNAPSHOT)</parent>
<parent>system:cdap-data-streams[6.4.0,7.0.0-SNAPSHOT)</parent>
<parent>system:cdap-data-pipeline[6.10.0,7.0.0-SNAPSHOT)</parent>
<parent>system:cdap-data-streams[6.10.0,7.0.0-SNAPSHOT)</parent>
</cdapArtifacts>
</configuration>
<executions>
Expand Down

0 comments on commit 2ded7ed

Please sign in to comment.