Skip to content

Commit 1a52f2a

Browse files
authored
Merge pull request #65 from data-integrations/feature/drop-snap
Drop snapshot
2 parents 8e6e241 + 6e400c7 commit 1a52f2a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>co.cask</groupId>
2121
<artifactId>google-cloud</artifactId>
22-
<version>0.11.1-SNAPSHOT</version>
22+
<version>0.11.1</version>
2323
<name>Google Cloud Plugins</name>
2424
<packaging>jar</packaging>
2525
<description>Plugins for Google Big Query</description>
@@ -56,8 +56,8 @@
5656

5757
<properties>
5858
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
59-
<cdap.version>5.1.0</cdap.version>
60-
<hydrator.version>2.1.1-SNAPSHOT</hydrator.version>
59+
<cdap.version>5.1.1</cdap.version>
60+
<hydrator.version>2.1.1</hydrator.version>
6161
<guava.version>20.0</guava.version>
6262
<slf4j.version>1.7.5</slf4j.version>
6363
<junit.version>4.12</junit.version>
@@ -509,8 +509,8 @@
509509
<version>1.0.1</version>
510510
<configuration>
511511
<cdapArtifacts>
512-
<parent>system:cdap-data-pipeline[5.0.0,6.0.0-SNAPSHOT)</parent>
513-
<parent>system:cdap-data-streams[5.0.0,6.0.0-SNAPSHOT)</parent>
512+
<parent>system:cdap-data-pipeline[5.1.0,6.0.0-SNAPSHOT)</parent>
513+
<parent>system:cdap-data-streams[5.1.0,6.0.0-SNAPSHOT)</parent>
514514
</cdapArtifacts>
515515
</configuration>
516516
<executions>

0 commit comments

Comments
 (0)