Skip to content

Commit cd78be4

Browse files
authored
Merge pull request #17 from shubhampatil17/PLUGIN-137-es-7.5.2-upgrade
add support for ElasticSearch 7.5.2 with CDAP 6.1.1
2 parents 524f0b7 + 2e11791 commit cd78be4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@
8080

8181
<properties>
8282
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
83-
<cdap.version>6.1.0-SNAPSHOT</cdap.version>
83+
<cdap.version>6.1.1</cdap.version>
8484
<hadoop.version>2.3.0</hadoop.version>
8585
<junit.version>4.11</junit.version>
8686
<hydrator.version>2.3.0-SNAPSHOT</hydrator.version>
87-
<es.version>5.4.0</es.version>
88-
<es-hadoop.version>5.4.0</es-hadoop.version>
87+
<es.version>7.5.2</es.version>
88+
<es-hadoop.version>7.5.2</es-hadoop.version>
8989
<slf4j.version>1.7.5</slf4j.version>
9090
<netty.version>4.0.30.Final</netty.version>
9191
<log4j.version>2.7</log4j.version>
@@ -320,7 +320,7 @@
320320
<plugin>
321321
<groupId>org.apache.felix</groupId>
322322
<artifactId>maven-bundle-plugin</artifactId>
323-
<version>2.5.4</version>
323+
<version>4.2.1</version>
324324
<extensions>true</extensions>
325325
<configuration>
326326
<instructions>
@@ -348,8 +348,8 @@
348348
<version>1.1.0</version>
349349
<configuration>
350350
<cdapArtifacts>
351-
<parent>system:cdap-data-pipeline[6.1.0-SNAPSHOT,7.0.0-SNAPSHOT)</parent>
352-
<parent>system:cdap-data-streams[6.1.0-SNAPSHOT,7.0.0-SNAPSHOT)</parent>
351+
<parent>system:cdap-data-pipeline[6.1.1,7.0.0)</parent>
352+
<parent>system:cdap-data-streams[6.1.1,7.0.0)</parent>
353353
</cdapArtifacts>
354354
</configuration>
355355
<executions>

0 commit comments

Comments
 (0)