diff --git a/build.gradle b/build.gradle index 4d1df9aa..b80a31a8 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { ext { - es_version = System.getProperty("es.version", "7.10.0") + es_version = System.getProperty("es.version", "7.10.2") es_group = "org.elasticsearch" distribution = 'oss-zip' } @@ -68,7 +68,7 @@ if (!usingRemoteCluster) { } ext { - opendistroVersion = '1.12.0' + opendistroVersion = '1.13.0' isSnapshot = "true" == System.getProperty("build.snapshot", "true") projectSubstitutions = [:] licenseFile = rootProject.file('LICENSE.TXT') diff --git a/gradle.properties b/gradle.properties index 2605b6c4..d1ad7647 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,4 +13,4 @@ # permissions and limitations under the License. # -version=1.12.0 +version=1.13.0 diff --git a/jni/CMakeLists.txt b/jni/CMakeLists.txt index 44600885..6bc4e123 100644 --- a/jni/CMakeLists.txt +++ b/jni/CMakeLists.txt @@ -78,7 +78,7 @@ endif() set(KNN_MAINTAINER "OpenDistro for Elasticsearch Team ") set(ODFE_DOWNLOAD_URL "https://opendistro.github.io/for-elasticsearch/downloads.html") set(CPACK_PACKAGE_NAME ${KNN_PACKAGE_NAME}) -set(CPACK_PACKAGE_VERSION 1.12.0.0) +set(CPACK_PACKAGE_VERSION 1.13.0.0) set(CMAKE_INSTALL_PREFIX /usr) set(CPACK_GENERATOR "RPM;DEB") SET(CPACK_OUTPUT_FILE_PREFIX packages)