File tree Expand file tree Collapse file tree 3 files changed +20
-13
lines changed Expand file tree Collapse file tree 3 files changed +20
-13
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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>
You can’t perform that action at this time.
0 commit comments