Skip to content

Commit

Permalink
Merge pull request #86 from data-integrations/remove_snapshot
Browse files Browse the repository at this point in the history
Don't depend on CDAP snapshot version
  • Loading branch information
rmstar authored Sep 10, 2020
2 parents 2627aa3 + 5b2f38a commit 36a1d1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- version properties -->
<cdap.version>6.1.0-SNAPSHOT</cdap.version>
<cdap.version>6.1.1</cdap.version>
<cdap.plugin.version>2.3.0-SNAPSHOT</cdap.plugin.version>
<guava.version>13.0.1</guava.version>
<hadoop.version>2.3.0</hadoop.version>
Expand Down Expand Up @@ -342,8 +342,8 @@
<version>1.1.0</version>
<configuration>
<cdapArtifacts>
<parent>system:cdap-data-pipeline[6.1.0-SNAPSHOT,7.0.0-SNAPSHOT)</parent>
<parent>system:cdap-data-streams[6.1.0-SNAPSHOT,7.0.0-SNAPSHOT)</parent>
<parent>system:cdap-data-pipeline[6.1.1,7.0.0-SNAPSHOT)</parent>
<parent>system:cdap-data-streams[6.1.1,7.0.0-SNAPSHOT)</parent>
</cdapArtifacts>
</configuration>
<executions>
Expand Down

0 comments on commit 36a1d1c

Please sign in to comment.