Skip to content

Commit

Permalink
release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiayu Liu committed Nov 18, 2021
1 parent 548a963 commit 2be8eb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ WORKDIR /usr/opt/datafusion_java

COPY --from=rust-builder /usr/opt/datafusion_jni/target/release/libdatafusion_jni.so ./

COPY --from=java-builder /usr/opt/datafusion_java/datafusion_examples/build/libs/datafusion_examples-0.4-all.jar ./
COPY --from=java-builder /usr/opt/datafusion_java/datafusion_examples/build/libs/datafusion_examples-0.5-all.jar ./

CMD ["--class-path", "/usr/opt/datafusion_java/datafusion_examples-0.4-all.jar", "-R", "-Djava.library.path=/usr/opt/datafusion_java"]
CMD ["--class-path", "/usr/opt/datafusion_java/datafusion_examples-0.5-all.jar", "-R", "-Djava.library.path=/usr/opt/datafusion_java"]

ENTRYPOINT ["jshell"]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = 'org.apache.arrow.datafusion'
version = '0.4'
version = '0.5'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion datafusion_jni/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "datafusion_jni"
version = "0.4.0"
version = "0.5.0"
homepage = "https://github.com/apache/arrow-datafusion"
repository = "https://github.com/apache/arrow-datafusion"
authors = ["Apache Arrow <[email protected]>"]
Expand Down

0 comments on commit 2be8eb4

Please sign in to comment.