Skip to content

Commit

Permalink
gradlew targetVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
ydm-amazon committed Jul 19, 2024
1 parent 6b642e1 commit b22dcdb
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
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.29.0-SNAPSHOT</version>
<version>X.X.X-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.29.0-SNAPSHOT</version>
<version>X.X.X-SNAPSHOT</version>

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

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
format.version = "1.1"

[versions]
djl = "0.29.0"
djl = "X.X.X"
pytorch = "2.3.1"
tensorflow = "2.16.1"
tensorflowCore = "1.0.0-rc.1"
Expand Down

0 comments on commit b22dcdb

Please sign in to comment.