Skip to content

Commit

Permalink
Increase build number to 0.14.0-SNAPSHOT (#1294)
Browse files Browse the repository at this point in the history
Change-Id: If2913018f38f2021341b9709448992a4bca54bac
  • Loading branch information
frankfliu committed Oct 12, 2021
1 parent 8bea6bc commit 3da64a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/README.md
Original file line number Diff line number Diff line change
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.13.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 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.13.0-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>

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

Expand Down
2 changes: 0 additions & 2 deletions extensions/benchmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ dependencies {
runtimeOnly(project(":engines:ml:xgboost")) {
exclude group: "ml.dmlc", module: "xgboost4j_2.12"
}

runtimeOnly "ai.djl.python:python:${version}"
}

testImplementation("org.testng:testng:${testng_version}") {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
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.13.0
djl_version=0.14.0
mxnet_version=1.8.0
pytorch_version=1.9.0
tensorflow_version=2.4.1
Expand Down

0 comments on commit 3da64a3

Please sign in to comment.