Skip to content

Commit

Permalink
Merge pull request #65 from data-integrations/feature/drop-snap
Browse files Browse the repository at this point in the history
Drop snapshot
  • Loading branch information
rohitsinha54 authored Nov 9, 2018
2 parents 8e6e241 + 6e400c7 commit 1a52f2a
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 @@ -19,7 +19,7 @@

<groupId>co.cask</groupId>
<artifactId>google-cloud</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.11.1</version>
<name>Google Cloud Plugins</name>
<packaging>jar</packaging>
<description>Plugins for Google Big Query</description>
Expand Down Expand Up @@ -56,8 +56,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdap.version>5.1.0</cdap.version>
<hydrator.version>2.1.1-SNAPSHOT</hydrator.version>
<cdap.version>5.1.1</cdap.version>
<hydrator.version>2.1.1</hydrator.version>
<guava.version>20.0</guava.version>
<slf4j.version>1.7.5</slf4j.version>
<junit.version>4.12</junit.version>
Expand Down Expand Up @@ -509,8 +509,8 @@
<version>1.0.1</version>
<configuration>
<cdapArtifacts>
<parent>system:cdap-data-pipeline[5.0.0,6.0.0-SNAPSHOT)</parent>
<parent>system:cdap-data-streams[5.0.0,6.0.0-SNAPSHOT)</parent>
<parent>system:cdap-data-pipeline[5.1.0,6.0.0-SNAPSHOT)</parent>
<parent>system:cdap-data-streams[5.1.0,6.0.0-SNAPSHOT)</parent>
</cdapArtifacts>
</configuration>
<executions>
Expand Down

0 comments on commit 1a52f2a

Please sign in to comment.