Skip to content

Commit

Permalink
Update DJL version 0.12.0-SNSPSHOT (#930)
Browse files Browse the repository at this point in the history
Change-Id: I24b9755ae77bfdbbf4a86062b050dd5c8f116bc0
  • Loading branch information
frankfliu committed May 3, 2021
1 parent e21b4ce commit 1c390b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/README.md
Expand Up @@ -45,7 +45,7 @@ For testing the current nightly build, use the following:
<dependency>
<groupId>ai.djl</groupId>
<artifactId>api</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Expand Up @@ -5,12 +5,12 @@

<groupId>ai.djl</groupId>
<artifactId>examples</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<djl.version>0.11.0-SNAPSHOT</djl.version>
<djl.version>0.12.0-SNAPSHOT</djl.version>
<exec.mainClass>ai.djl.examples.inference.ObjectDetection</exec.mainClass>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -7,7 +7,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.11.0
djl_version=0.12.0
mxnet_version=1.8.0
pytorch_version=1.8.1
tensorflow_version=2.4.1
Expand Down

0 comments on commit 1c390b7

Please sign in to comment.