Skip to content

Commit ca0a01f

Browse files
authored
Merge pull request #385 from jfzunigac/bump_version
Bump version to 0.8.0.80
2 parents 0f47b9a + 3bd5194 commit ca0a01f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
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.79</version>
9+
<version>0.8.0.80</version>
1010
<packaging>pom</packaging>
1111
<description>Singer Logging Agent modules</description>
1212
<inceptionYear>2013</inceptionYear>

singer-commons/pom.xml

Lines changed: 1 addition & 1 deletion
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.79</version>
22+
<version>0.8.0.80</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<developers>

singer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.pinterest.singer</groupId>
99
<artifactId>singer-package</artifactId>
10-
<version>0.8.0.79</version>
10+
<version>0.8.0.80</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<licenses>

thrift-logger/pom.xml

Lines changed: 1 addition & 1 deletion
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.79</version>
7+
<version>0.8.0.80</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>thrift-logger</artifactId>

0 commit comments

Comments
 (0)