Skip to content

Commit 3747e5d

Browse files
authored
Merge pull request #54 from data-integrations/CDAP-1376/verify-lower-bound-of-cdap-version
verify lower bound of cdap version
2 parents 984643c + d0d3e9d commit 3747e5d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727

2828
<properties>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
30-
<cdap.version>6.7.0-SNAPSHOT</cdap.version>
30+
<cdap.version>6.8.0-SNAPSHOT</cdap.version>
3131
<hadoop.version>2.3.0</hadoop.version>
3232
<hsql.version>2.2.4</hsql.version>
3333
<hydrator.version>2.9.0-SNAPSHOT</hydrator.version>
3434
<!-- properties for script build step that creates the config files for the artifacts -->
3535
<widgets.dir>widgets</widgets.dir>
3636
<docs.dir>docs</docs.dir>
37-
<app.parents>system:cdap-data-pipeline[6.1.1,7.0.0-SNAPSHOT)</app.parents>
37+
<app.parents>system:cdap-data-pipeline[6.8.0-SNAPSHOT,7.0.0-SNAPSHOT)</app.parents>
3838
<!-- this is here because project.basedir evaluates to null in the script build step -->
3939
<main.basedir>${project.basedir}</main.basedir>
4040
<commons.codec.version>1.6</commons.codec.version>
@@ -308,8 +308,8 @@
308308
<version>1.1.0</version>
309309
<configuration>
310310
<cdapArtifacts>
311-
<parent>system:cdap-data-pipeline[6.1.1,7.0.0-SNAPSHOT)</parent>
312-
<parent>system:cdap-data-streams[6.1.1,7.0.0-SNAPSHOT)</parent>
311+
<parent>system:cdap-data-pipeline[6.8.0-SNAPSHOT,7.0.0-SNAPSHOT)</parent>
312+
<parent>system:cdap-data-streams[6.8.0-SNAPSHOT,7.0.0-SNAPSHOT)</parent>
313313
</cdapArtifacts>
314314
</configuration>
315315
<executions>

0 commit comments

Comments
 (0)