Skip to content

Commit bca22cf

Browse files
committed
fix shaded pattern
1 parent 8b7f76c commit bca22cf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM apachepinot/pinot:0.11.0
22

33
RUN mkdir -p /opt/pinot/plugins/anduin
44

5-
ENV ANDUIN_PLUGINS_VERSION 0.1.1
5+
ENV ANDUIN_PLUGINS_VERSION 0.1.2
66
COPY ./format/pinot-canal/target/pinot-canal-${ANDUIN_PLUGINS_VERSION}.jar /opt/pinot/plugins/anduin
77

88
ENTRYPOINT ["/opt/pinot/bin/pinot-admin.sh"]

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.1</version>
10+
<version>0.1.2</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.1</version>
10+
<version>0.1.2</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.1</version>
9+
<version>0.1.2</version>
1010

1111
<name>Anduin Pinot Plugins</name>
1212
<url>https://github.com/anduintransaction/pinot-plugins</url>
@@ -21,7 +21,7 @@
2121
<maven.compiler.source>1.7</maven.compiler.source>
2222
<maven.compiler.target>1.7</maven.compiler.target>
2323
<pinot.version>0.11.0</pinot.version>
24-
<shade.prefix>shaded</shade.prefix>
24+
<shade.prefix>org.apache.pinot.shaded</shade.prefix>
2525
</properties>
2626

2727
<dependencies>

0 commit comments

Comments
 (0)