Skip to content

Commit f594b25

Browse files
author
Magesh Chandramouli
committed
preparing for 1.0.8 development
1 parent a673a13 commit f594b25

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

backends/cassandra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>haystack-trace-backends</artifactId>
77
<groupId>com.expedia.www</groupId>
8-
<version>1.0.7-SNAPSHOT</version>
8+
<version>1.0.8-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

backends/memory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>haystack-trace-backends</artifactId>
77
<groupId>com.expedia.www</groupId>
8-
<version>1.0.7-SNAPSHOT</version>
8+
<version>1.0.8-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

backends/pom.xml

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

55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>haystack-trace-backends</artifactId>
7-
<version>1.0.7-SNAPSHOT</version>
7+
<version>1.0.8-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<parent>
1111
<artifactId>haystack-traces</artifactId>
1212
<groupId>com.expedia.www</groupId>
13-
<version>1.0.7-SNAPSHOT</version>
13+
<version>1.0.8-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>haystack-traces</artifactId>
66
<groupId>com.expedia.www</groupId>
7-
<version>1.0.7-SNAPSHOT</version>
7+
<version>1.0.8-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

indexer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>haystack-traces</artifactId>
66
<groupId>com.expedia.www</groupId>
7-
<version>1.0.7-SNAPSHOT</version>
7+
<version>1.0.8-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.expedia.www</groupId>
77
<artifactId>haystack-traces</artifactId>
8-
<version>1.0.7-SNAPSHOT</version>
8+
<version>1.0.8-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<modules>

reader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>haystack-traces</artifactId>
77
<groupId>com.expedia.www</groupId>
8-
<version>1.0.7-SNAPSHOT</version>
8+
<version>1.0.8-SNAPSHOT</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)