Skip to content

Commit 507dfee

Browse files
authored
Merge pull request #15 from data-integrations/bump/drop-snapshot
Drop snapshot
2 parents 476357b + 1ffed33 commit 507dfee

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
@@ -6,7 +6,7 @@
66

77
<groupId>co.cask.hydrator</groupId>
88
<artifactId>amazon-s3-plugins</artifactId>
9-
<version>1.9.0-SNAPSHOT</version>
9+
<version>1.9.0</version>
1010

1111
<licenses>
1212
<license>
@@ -58,10 +58,10 @@
5858

5959
<properties>
6060
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
61-
<cdap.version>5.1.0-SNAPSHOT</cdap.version>
62-
<hydrator.version>2.1.0-SNAPSHOT</hydrator.version>
63-
<data.pipeline.parent>system:cdap-data-pipeline[5.0.0-SNAPSHOT,6.0.0-SNAPSHOT)</data.pipeline.parent>
64-
<data.stream.parent>system:cdap-data-streams[5.0.0-SNAPSHOT,6.0.0-SNAPSHOT)</data.stream.parent>
61+
<cdap.version>5.1.0</cdap.version>
62+
<hydrator.version>2.1.0</hydrator.version>
63+
<data.pipeline.parent>system:cdap-data-pipeline[5.1.0,6.0.0-SNAPSHOT)</data.pipeline.parent>
64+
<data.stream.parent>system:cdap-data-streams[5.1.0,6.0.0-SNAPSHOT)</data.stream.parent>
6565
<hadoop.version>2.8.0</hadoop.version>
6666
<main.basedir>${project.basedir}</main.basedir>
6767
</properties>

0 commit comments

Comments
 (0)