Skip to content

Commit 22461b1

Browse files
authored
Merge pull request #39 from data-integrations/bump/drop-snapshot
Drop snapshot
2 parents c59fe46 + 37c4686 commit 22461b1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Diff for: kafka-plugins-0.10/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kafka-plugins</artifactId>
77
<groupId>co.cask.hydrator</groupId>
8-
<version>1.9.0-SNAPSHOT</version>
8+
<version>1.9.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -162,8 +162,8 @@
162162
<version>1.0.1</version>
163163
<configuration>
164164
<cdapArtifacts>
165-
<parent>system:cdap-data-pipeline[5.0.0,6.0.0-SNAPSHOT)</parent>
166-
<parent>system:cdap-data-streams[5.0.0,6.0.0-SNAPSHOT)</parent>
165+
<parent>system:cdap-data-pipeline[5.1.0,6.0.0-SNAPSHOT)</parent>
166+
<parent>system:cdap-data-streams[5.1.0,6.0.0-SNAPSHOT)</parent>
167167
</cdapArtifacts>
168168
</configuration>
169169
<executions>

Diff for: kafka-plugins-0.8/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kafka-plugins</artifactId>
77
<groupId>co.cask.hydrator</groupId>
8-
<version>1.9.0-SNAPSHOT</version>
8+
<version>1.9.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -146,8 +146,8 @@
146146
<version>1.0.1</version>
147147
<configuration>
148148
<cdapArtifacts>
149-
<parent>system:cdap-data-pipeline[5.0.0,6.0.0-SNAPSHOT)</parent>
150-
<parent>system:cdap-data-streams[5.0.0,6.0.0-SNAPSHOT)</parent>
149+
<parent>system:cdap-data-pipeline[5.1.0,6.0.0-SNAPSHOT)</parent>
150+
<parent>system:cdap-data-streams[5.1.0,6.0.0-SNAPSHOT)</parent>
151151
</cdapArtifacts>
152152
</configuration>
153153
<executions>

Diff for: pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>co.cask.hydrator</groupId>
99
<artifactId>kafka-plugins</artifactId>
1010
<packaging>pom</packaging>
11-
<version>1.9.0-SNAPSHOT</version>
11+
<version>1.9.0</version>
1212

1313
<licenses>
1414
<license>
@@ -97,8 +97,8 @@
9797

9898
<properties>
9999
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
100-
<cdap.version>5.1.0-SNAPSHOT</cdap.version>
101-
<hydrator.version>2.1.0-SNAPSHOT</hydrator.version>
100+
<cdap.version>5.1.0</cdap.version>
101+
<hydrator.version>2.1.0</hydrator.version>
102102
<spark1.version>1.6.1</spark1.version>
103103
<spark2.version>2.2.0</spark2.version>
104104
<widgets.dir>widgets</widgets.dir>

0 commit comments

Comments
 (0)