We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83589bb commit faaf4beCopy full SHA for faaf4be
examples/pom.xml
@@ -5,12 +5,12 @@
5
6
<groupId>ai.djl</groupId>
7
<artifactId>examples</artifactId>
8
- <version>0.30.0-SNAPSHOT</version>
+ <version>0.30.0</version>
9
10
<properties>
11
<maven.compiler.source>11</maven.compiler.source>
12
<maven.compiler.target>11</maven.compiler.target>
13
- <djl.version>0.30.0-SNAPSHOT</djl.version>
+ <djl.version>0.30.0</djl.version>
14
<exec.mainClass>ai.djl.examples.inference.cv.ObjectDetection</exec.mainClass>
15
</properties>
16
0 commit comments