Skip to content

Commit

Permalink
Merge pull request #100 from ExpediaDotCom/update-idl-version
Browse files Browse the repository at this point in the history
pull latest idl changes
  • Loading branch information
doctorXWrites authored Jul 18, 2019
2 parents 9667e70 + 070f90f commit 329de17
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ script:
- if ([ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]) || [ -n "$TRAVIS_TAG" ]; then .travis/deploy.sh; else ./mvnw clean compile scoverage:report; fi


jdk: oraclejdk8
jdk: openjdk8

notifications:
email:
Expand Down
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.64-SNAPSHOT</version>
<version>1.0.65-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.64-SNAPSHOT</version>
<version>1.0.65-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.64-SNAPSHOT</version>
<version>1.0.65-SNAPSHOT</version>
<packaging>pom</packaging>

<scm>
Expand Down

0 comments on commit 329de17

Please sign in to comment.