Skip to content

Commit 46c22d2

Browse files
committed
chore: pump pinot versions
1 parent 9aa02c1 commit 46c22d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

format/pinot-canal/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.anduin.pinot.format</groupId>
99
<artifactId>anduin-pinot-format</artifactId>
10-
<version>0.1.0</version>
10+
<version>0.1.1</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

format/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.anduin.pinot</groupId>
99
<artifactId>anduin-pinot</artifactId>
10-
<version>0.1.0</version>
10+
<version>0.1.1</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

pom.xml

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

77
<groupId>com.anduin.pinot</groupId>
88
<artifactId>anduin-pinot</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.1.1</version>
1010

1111
<name>Anduin Pinot Plugins</name>
1212
<url>https://github.com/anduintransaction/pinot-plugins</url>
@@ -20,7 +20,7 @@
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<maven.compiler.source>1.7</maven.compiler.source>
2222
<maven.compiler.target>1.7</maven.compiler.target>
23-
<pinot.version>0.10.0</pinot.version>
23+
<pinot.version>0.11.0</pinot.version>
2424
<shade.prefix>shaded</shade.prefix>
2525
</properties>
2626

0 commit comments

Comments
 (0)