Skip to content

Commit

Permalink
Bump up DJL version to 0.25.0 (#2809)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Oct 19, 2023
1 parent 298ea1f commit f0b4334
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

<groupId>ai.djl</groupId>
<artifactId>examples</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.25.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<djl.version>0.24.0-SNAPSHOT</djl.version>
<djl.version>0.25.0-SNAPSHOT</djl.version>
<exec.mainClass>ai.djl.examples.inference.ObjectDetection</exec.mainClass>
</properties>

Expand Down Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.18.0</version>
<version>2.21.0</version>
</dependency>
<dependency>
<groupId>ai.djl</groupId>
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ systemProp.org.gradle.internal.http.connectionTimeout=60000
# FIXME: Workaround gradle publish issue: https://github.com/gradle/gradle/issues/11308
systemProp.org.gradle.internal.publish.checksums.insecure=true

djl_version=0.24.0
djl_version=0.25.0
mxnet_version=1.9.1
pytorch_version=2.0.1
tensorflow_version=2.10.1
Expand All @@ -33,7 +33,7 @@ commons_logging_version=1.2
gson_version=2.10.1
jna_version=5.13.0
slf4j_version=1.7.36
log4j_slf4j_version=2.20.0
log4j_slf4j_version=2.21.0
awssdk_version=2.20.121
hadoop_version=3.3.5
javacpp_version=1.5.9
Expand Down

0 comments on commit f0b4334

Please sign in to comment.