Skip to content

Commit 6abe2f2

Browse files
author
Jason Bulicek
authored
Merge pull request #56 from ExpediaDotCom/BumpHaystackCommonsVersionTo014
Change haystack-commons version to 1.0.41
2 parents d524a09 + 2ec28e2 commit 6abe2f2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ReleaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Release Notes
2+
3+
## 1.0.3 / 2018-06-22 Change haystack-commons version to 1.0.41

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.expedia.www</groupId>
66
<artifactId>haystack-client-java-parent</artifactId>
7-
<version>0.1.3-SNAPSHOT</version>
7+
<version>0.1.4-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Haystack Java Client Parent POM</name>
1010
<description>Haystack Java Client Parent POM</description>
@@ -53,7 +53,7 @@
5353
<grpc.version>1.9.0</grpc.version>
5454
<jaxrs.version>2.1</jaxrs.version>
5555
<micrometer.version>1.0.1</micrometer.version>
56-
<haystack-commons.version>1.0.37</haystack-commons.version>
56+
<haystack-commons.version>1.0.41</haystack-commons.version>
5757

5858
<!--Plugin Properties -->
5959
<maven-jacoco-plugin.version>0.7.9</maven-jacoco-plugin.version>

0 commit comments

Comments
 (0)