Skip to content

Commit

Permalink
update to upstream release 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed May 27, 2017
1 parent 368b5b1 commit cd2fb05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
X64?= false

ES_FILE_VERSION=5.3.1
ES_FILE_VERSION=5.4.0
ES_VERSION=$(ES_FILE_VERSION)
ES_SHA1=e928a85e4b98edbd91eb0b7fe37a3e6c90b50dba
ES_SHA1=6ca6f8157fe2bb6b9d07ac6c77a96a5ff366e420
ES_NAME=elasticsearch-$(ES_VERSION)
ES_HOME=vendor/$(ES_NAME)
ES_LIB=$(ES_HOME)/lib
Expand Down Expand Up @@ -116,7 +116,7 @@ $(JRE):
clean:
rm -rf $(ES_HOME){,.zip}
rm -rf $(COMMONS_DAEMON_HOME){,.zip}
rm -f $(SETEXECUTABLEICON)
rm -f $(SETEXECUTABLEICON_EXE)
rm -rf out
rm -f *.{jar,exe,dll}
rm -rf vendor/jre-{32,64}
Expand Down
2 changes: 1 addition & 1 deletion elasticsearchw-update.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ set JVM_OPTIONS=%JVM_OPTIONS% -Dlog4j.shutdownHookEnabled=false
set JVM_OPTIONS=%JVM_OPTIONS% -Dlog4j2.disable.jmx=true
set JVM_OPTIONS=%JVM_OPTIONS% -Dlog4j.skipJansi=true

set JVM_CLASSPATH=%ES_LIB%\elasticsearch-%ES_VERSION%.jar;%ES_LIB%\*
set JVM_CLASSPATH=%ES_LIB%\*

set JVM=auto
if exist "%ES_HOME%\jre\bin\server\jvm.dll" set JVM=%ES_HOME%\jre\bin\server\jvm.dll
Expand Down

0 comments on commit cd2fb05

Please sign in to comment.