File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM apachepinot/pinot:0.11.0
22
33RUN mkdir -p /opt/pinot/plugins/anduin
44
5- ENV ANDUIN_PLUGINS_VERSION 0.1.1
5+ ENV ANDUIN_PLUGINS_VERSION 0.1.2
66COPY ./format/pinot-canal/target/pinot-canal-${ANDUIN_PLUGINS_VERSION}.jar /opt/pinot/plugins/anduin
77
88ENTRYPOINT ["/opt/pinot/bin/pinot-admin.sh" ]
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments