-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:ExpediaDotCom/haystack-client-jav…
…a into 0.2.3-SNAPSHOT
- Loading branch information
Showing
1 changed file
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,12 +19,6 @@ Integrations for common frameworks are available @ | |
|
||
## How to build the code | ||
|
||
Since this repository contains `haystack-idl` as a submodule, you must use the following command line to clone the repository: | ||
|
||
``` | ||
git clone [email protected]:ExpediaDotCom/haystack-client-java.git . | ||
``` | ||
|
||
### Prerequisites | ||
|
||
* Make sure you have Java 1.8 | ||
|
@@ -56,4 +50,4 @@ This will cause the jar file to be released to the | |
7. Now you have to *put back* the -SNAPSHOT that you removed in step 2. When you do that, bump the `z` value to `z + 1` | ||
to minimize the chance of somebody trying to release on top of the x.y.z version you just released. Note that the next | ||
release might not use `x.y.z+1`; it could instead be `x.y+1.0` or `x+1.0.0` | ||
8. Create another pull request with the change from step 7 and get it merged. | ||
8. Create another pull request with the change from step 7 and get it merged. |