Skip to content

Commit

Permalink
Remove -SNAPSHOT for release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgk committed May 10, 2022
1 parent fb4d596 commit e547f71
Showing 1 changed file with 2 additions and 2 deletions.
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.17.0-SNAPSHOT</version>
<version>0.17.0</version>

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

Expand Down

0 comments on commit e547f71

Please sign in to comment.