Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
make 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
childe committed Oct 27, 2016
1 parent 0502a4c commit 9dbc296
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build:
cp example.yml $(RELEASEPATH)
cp LICENSE $(RELEASEPATH)
cp bin/hangout $(RELEASEPATH)/bin
$(SED) 's/\<elasticsearch-version\>[0-9.]*/<elasticsearch-version\>$(ESVERSION)/' pom.xml
#$(SED) 's/\<elasticsearch-version\>[0-9.]*/<elasticsearch-version\>$(ESVERSION)/' pom.xml
git rev-parse --short HEAD > $(RELEASEPATH)/VERSION
mvn clean package
mvn dependency:copy-dependencies
Expand All @@ -45,3 +45,6 @@ dev:

2.3.5:
$(MAKE) build FULLVERSION=hangout-$(VERSION)-ES$@ GITBRANCH=master ESVERSION=2.3.5

5.0.0:
$(MAKE) build FULLVERSION=hangout-$(VERSION)-ES$@ GITBRANCH=5.x

0 comments on commit 9dbc296

Please sign in to comment.