Skip to content

Commit 22b46a9

Browse files
authored
Increase build version to 0.28.0 (deepjavalibrary#3050)
1 parent a22360a commit 22b46a9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For testing the current nightly build, use the following:
4545
<dependency>
4646
<groupId>ai.djl</groupId>
4747
<artifactId>api</artifactId>
48-
<version>0.27.0-SNAPSHOT</version>
48+
<version>0.28.0-SNAPSHOT</version>
4949
</dependency>
5050
```
5151

docs/get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dependencies {
9999
implementation platform("ai.djl:bom:<UPCOMING VERSION>-SNAPSHOT")
100100
}
101101
```
102-
Currently, the `<UPCOMING VERSION> = 0.21.0`.
102+
Currently, the `<UPCOMING VERSION> = 0.28.0`.
103103
This snapshot version is the same as the custom DJL repository.
104104

105105
You also need to change directory to `djl/bom`. Then build and publish it to maven local same as what was done in `djl`.

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
<groupId>ai.djl</groupId>
77
<artifactId>examples</artifactId>
8-
<version>0.27.0-SNAPSHOT</version>
8+
<version>0.28.0-SNAPSHOT</version>
99

1010
<properties>
1111
<maven.compiler.source>11</maven.compiler.source>
1212
<maven.compiler.target>11</maven.compiler.target>
13-
<djl.version>0.27.0-SNAPSHOT</djl.version>
13+
<djl.version>0.28.0-SNAPSHOT</djl.version>
1414
<exec.mainClass>ai.djl.examples.inference.ObjectDetection</exec.mainClass>
1515
</properties>
1616

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ systemProp.org.gradle.internal.http.connectionTimeout=60000
1111
# FIXME: Workaround gradle publish issue: https://github.com/gradle/gradle/issues/11308
1212
systemProp.org.gradle.internal.publish.checksums.insecure=true
1313

14-
djl_version=0.27.0
14+
djl_version=0.28.0
1515
mxnet_version=1.9.1
1616
pytorch_version=2.1.1
1717
tensorflow_version=2.10.1

0 commit comments

Comments
 (0)