Skip to content

Commit bbe7f06

Browse files
committed
adapt es 5.6.9
1 parent de1a648 commit bbe7f06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>1.0-SNAPSHOT</version>
1010

1111
<properties>
12-
<elasticsearch.version>5.6.4</elasticsearch.version>
12+
<elasticsearch.version>5.6.9</elasticsearch.version>
1313
<maven.compiler.target>1.8</maven.compiler.target>
1414
<project.description>elasticsearch-repository-cos</project.description>
1515
<elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml

src/main/resources/plugin-descriptor.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
description=CosRepository
2323
#
2424
# 'version': plugin's version
25-
version=unspecified
25+
version=5.6.9
2626
#
2727
# 'name': the plugin name
2828
name=CosRepository
@@ -37,7 +37,7 @@ classname=org.elasticsearch.repositories.cos.COSRepositoryPlugin
3737
java.version=1.8
3838
#
3939
# 'elasticsearch.version': version of elasticsearch compiled against
40-
elasticsearch.version=5.6.4
40+
elasticsearch.version=5.6.9
4141
### optional elements for plugins:
4242
#
4343
# 'has.native.controller': whether or not the plugin has a native controller

0 commit comments

Comments
 (0)