Skip to content

Commit faaf4be

Browse files
committed
Remove -SNAPSHOT for release v0.30.0
1 parent 83589bb commit faaf4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.30.0-SNAPSHOT</version>
8+
<version>0.30.0</version>
99

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

0 commit comments

Comments
 (0)