Skip to content

Commit 709e104

Browse files
authored
Merge pull request #139 from data-integrations/CDAP-1376/verify-lower-bound-of-cdap-version
verify lower bound of cdap version
2 parents 8c0bbec + 064cfce commit 709e104

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,9 @@
489489
<!--
490490
Plugins use the new macro substitution that supports object, which is introduced in 6.4.0.
491491
The cdap API version that this project depends on is still 6.2.0 since there is no new API needed.
492-
-->
493-
<parent>system:cdap-data-pipeline[6.4.0,7.0.0-SNAPSHOT)</parent>
494-
<parent>system:cdap-data-streams[6.4.0,7.0.0-SNAPSHOT)</parent>
492+
-->
493+
<parent>system:cdap-data-pipeline[6.8.0-SNAPSHOT,7.0.0-SNAPSHOT)</parent>
494+
<parent>system:cdap-data-streams[6.8.0-SNAPSHOT,7.0.0-SNAPSHOT)</parent>
495495
</cdapArtifacts>
496496
</configuration>
497497
<executions>

0 commit comments

Comments
 (0)