Skip to content

Commit 13a37c7

Browse files
authored
Merge pull request #31 from data-integrations/bump-to-1-9
bump version to 1.9.0-SNAPSHOT
2 parents ec02ad6 + 9d4d64b commit 13a37c7

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed

kafka-plugins-0.10/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<artifactId>kafka-plugins</artifactId>
77
<groupId>co.cask.hydrator</groupId>
8-
<version>1.8.2-SNAPSHOT</version>
8+
<version>1.9.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<name>Apache Kafka 0.10 plugins</name>
1313
<artifactId>kafka-plugins</artifactId>
14-
<version>1.8.2-SNAPSHOT-0.10.2.0</version>
14+
<version>${project.parent.version}-0.10.2.0</version>
1515

1616
<dependencies>
1717
<dependency>
@@ -149,11 +149,11 @@
149149
<plugin>
150150
<groupId>co.cask</groupId>
151151
<artifactId>cdap-maven-plugin</artifactId>
152-
<version>1.0.0</version>
152+
<version>1.0.1</version>
153153
<configuration>
154154
<cdapArtifacts>
155-
<parent>system:cdap-data-pipeline[4.3.0-SNAPSHOT,6.0.0-SNAPSHOT)</parent>
156-
<parent>system:cdap-data-streams[4.3.0-SNAPSHOT,6.0.0-SNAPSHOT)</parent>
155+
<parent>system:cdap-data-pipeline[5.0.0,6.0.0-SNAPSHOT)</parent>
156+
<parent>system:cdap-data-streams[5.0.0,6.0.0-SNAPSHOT)</parent>
157157
</cdapArtifacts>
158158
</configuration>
159159
<executions>

kafka-plugins-0.8/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<artifactId>kafka-plugins</artifactId>
77
<groupId>co.cask.hydrator</groupId>
8-
<version>1.8.2-SNAPSHOT</version>
8+
<version>1.9.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<name>Apache Kafka 0.8 plugins</name>
1313
<artifactId>kafka-plugins</artifactId>
14-
<version>1.8.2-SNAPSHOT-0.8.2.2</version>
14+
<version>${project.parent.version}-0.8.2.2</version>
1515

1616
<dependencies>
1717
<dependency>
@@ -133,11 +133,11 @@
133133
<plugin>
134134
<groupId>co.cask</groupId>
135135
<artifactId>cdap-maven-plugin</artifactId>
136-
<version>1.0.0</version>
136+
<version>1.0.1</version>
137137
<configuration>
138138
<cdapArtifacts>
139-
<parent>system:cdap-data-pipeline[4.3.0-SNAPSHOT,6.0.0-SNAPSHOT)</parent>
140-
<parent>system:cdap-data-streams[4.3.0-SNAPSHOT,6.0.0-SNAPSHOT)</parent>
139+
<parent>system:cdap-data-pipeline[5.0.0,6.0.0-SNAPSHOT)</parent>
140+
<parent>system:cdap-data-streams[5.0.0,6.0.0-SNAPSHOT)</parent>
141141
</cdapArtifacts>
142142
</configuration>
143143
<executions>

pom.xml

Lines changed: 10 additions & 3 deletions
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.8.2-SNAPSHOT</version>
11+
<version>1.9.0-SNAPSHOT</version>
1212

1313
<licenses>
1414
<license>
@@ -62,10 +62,17 @@
6262
</repository>
6363
</repositories>
6464

65+
<pluginRepositories>
66+
<pluginRepository>
67+
<id>sonatype.release</id>
68+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
69+
</pluginRepository>
70+
</pluginRepositories>
71+
6572
<properties>
6673
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
67-
<cdap.version>4.3.2</cdap.version>
68-
<hydrator.version>1.8.2</hydrator.version>
74+
<cdap.version>5.0.0</cdap.version>
75+
<hydrator.version>2.0.0</hydrator.version>
6976
<spark1.version>1.6.1</spark1.version>
7077
<spark2.version>2.2.0</spark2.version>
7178
<widgets.dir>widgets</widgets.dir>

0 commit comments

Comments
 (0)