Skip to content

Commit 4eb6f19

Browse files
authored
Merge pull request #445 from jfzunigac/bump_version_08089
Bump version to 0.8.0.89
2 parents a453287 + af02429 commit 4eb6f19

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.pinterest.singer</groupId>
88
<artifactId>singer-package</artifactId>
9-
<version>0.8.0.88</version>
9+
<version>0.8.0.89</version>
1010
<packaging>pom</packaging>
1111
<description>Singer Logging Agent modules</description>
1212
<inceptionYear>2013</inceptionYear>

singer-commons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.pinterest.singer</groupId>
2121
<artifactId>singer-package</artifactId>
22-
<version>0.8.0.88</version>
22+
<version>0.8.0.89</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<developers>

singer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.pinterest.singer</groupId>
1212
<artifactId>singer-package</artifactId>
13-
<version>0.8.0.88</version>
13+
<version>0.8.0.89</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<licenses>

thrift-logger/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.pinterest.singer</groupId>
66
<artifactId>singer-package</artifactId>
7-
<version>0.8.0.88</version>
7+
<version>0.8.0.89</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>thrift-logger</artifactId>

0 commit comments

Comments
 (0)