Skip to content

Commit 15f3e88

Browse files
committed
release 0.6
1 parent e1775f9 commit 15f3e88

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ WORKDIR /usr/opt/datafusion_java
3939

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

42-
COPY --from=java-builder /usr/opt/datafusion_java/datafusion_examples/build/libs/datafusion_examples-0.5-SNAPSHOT-all.jar ./
42+
COPY --from=java-builder /usr/opt/datafusion_java/datafusion_examples/build/libs/datafusion_examples-0.6-all.jar ./
4343

44-
CMD ["--class-path", "/usr/opt/datafusion_java/datafusion_examples-0.5-SNAPSHOT-all.jar", "-R", "-Djava.library.path=/usr/opt/datafusion_java"]
44+
CMD ["--class-path", "/usr/opt/datafusion_java/datafusion_examples-0.6-all.jar", "-R", "-Djava.library.path=/usr/opt/datafusion_java"]
4545

4646
ENTRYPOINT ["jshell"]

buildSrc/src/main/groovy/datafusion.java-conventions.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'org.apache.arrow.datafusion'
6-
version = '0.5-SNAPSHOT'
6+
version = '0.6'
77

88
repositories {
99
mavenCentral()

datafusion_jni/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion_jni"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
homepage = "https://github.com/apache/arrow-datafusion"
55
repository = "https://github.com/apache/arrow-datafusion"
66
authors = ["Apache Arrow <[email protected]>"]

0 commit comments

Comments
 (0)