Skip to content

Commit 329de17

Browse files
Merge pull request #100 from ExpediaDotCom/update-idl-version
pull latest idl changes
2 parents 9667e70 + 070f90f commit 329de17

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ script:
1313
- if ([ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]) || [ -n "$TRAVIS_TAG" ]; then .travis/deploy.sh; else ./mvnw clean compile scoverage:report; fi
1414

1515

16-
jdk: oraclejdk8
16+
jdk: openjdk8
1717

1818
notifications:
1919
email:

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.64-SNAPSHOT</version>
30+
<version>1.0.65-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.64-SNAPSHOT</version>
30+
<version>1.0.65-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.64-SNAPSHOT</version>
29+
<version>1.0.65-SNAPSHOT</version>
3030
<packaging>pom</packaging>
3131

3232
<scm>

0 commit comments

Comments
 (0)