Skip to content

Commit

Permalink
Merge pull request #101 from ExpediaDotCom/ns_update_idl
Browse files Browse the repository at this point in the history
updating the idl version
  • Loading branch information
absrivastava authored Jan 9, 2020
2 parents 329de17 + 4706cc4 commit 7d37348
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,5 @@ mvn clean package
* Raise a PR

#### Releasing haystack-commons
* https://github.com/ExpediaDotCom/haystack-commons/blob/master/Release.md

* Git tagging:

```git tag -a v1.4 -m "my version 1.4"```

Or you can also tag using UI: https://github.com/ExpediaDotCom/haystack-commons/releases

* Update https://github.com/ExpediaDotCom/haystack-commons/blob/master/ReleaseNotes.md
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.expedia.www</groupId>
<artifactId>haystack-commons-parent</artifactId>
<version>1.0.65-SNAPSHOT</version>
<version>1.0.66-SNAPSHOT</version>
</parent>

<artifactId>haystack-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion haystack-idl
2 changes: 1 addition & 1 deletion idl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.expedia.www</groupId>
<artifactId>haystack-commons-parent</artifactId>
<version>1.0.65-SNAPSHOT</version>
<version>1.0.66-SNAPSHOT</version>
</parent>

<artifactId>haystack-idl-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>com.expedia.www</groupId>
<artifactId>haystack-commons-parent</artifactId>
<version>1.0.65-SNAPSHOT</version>
<version>1.0.66-SNAPSHOT</version>
<packaging>pom</packaging>

<scm>
Expand Down

0 comments on commit 7d37348

Please sign in to comment.