Skip to content

Commit

Permalink
Remove -SNAPSHOT for release 0.14.0
Browse files Browse the repository at this point in the history
Change-Id: I08b74c7b6f92f574f79ab3e0799303cd76614a27
  • Loading branch information
frankfliu committed Nov 10, 2021
1 parent f781ac7 commit c7e1e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pom.xml
Expand Up @@ -5,12 +5,12 @@

<groupId>ai.djl</groupId>
<artifactId>examples</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0</version>

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

Expand Down

0 comments on commit c7e1e8e

Please sign in to comment.