Skip to content

Commit 7d37348

Browse files
authored
Merge pull request #101 from ExpediaDotCom/ns_update_idl
updating the idl version
2 parents 329de17 + 4706cc4 commit 7d37348

File tree

5 files changed

+5
-11
lines changed

5 files changed

+5
-11
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,5 @@ mvn clean package
3636
* Raise a PR
3737

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

40-
* Git tagging:
41-
42-
```git tag -a v1.4 -m "my version 1.4"```
43-
44-
Or you can also tag using UI: https://github.com/ExpediaDotCom/haystack-commons/releases
45-
46-
* Update https://github.com/ExpediaDotCom/haystack-commons/blob/master/ReleaseNotes.md

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.expedia.www</groupId>
2929
<artifactId>haystack-commons-parent</artifactId>
30-
<version>1.0.65-SNAPSHOT</version>
30+
<version>1.0.66-SNAPSHOT</version>
3131
</parent>
3232

3333
<artifactId>haystack-commons</artifactId>

idl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.expedia.www</groupId>
2929
<artifactId>haystack-commons-parent</artifactId>
30-
<version>1.0.65-SNAPSHOT</version>
30+
<version>1.0.66-SNAPSHOT</version>
3131
</parent>
3232

3333
<artifactId>haystack-idl-java</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>com.expedia.www</groupId>
2828
<artifactId>haystack-commons-parent</artifactId>
29-
<version>1.0.65-SNAPSHOT</version>
29+
<version>1.0.66-SNAPSHOT</version>
3030
<packaging>pom</packaging>
3131

3232
<scm>

0 commit comments

Comments
 (0)