Skip to content

Commit

Permalink
Remove -SNAPSHOT for release v0.8.0
Browse files Browse the repository at this point in the history
Change-Id: I8b1d702dcfb9ab9cb83a41a91fb44c3a3749edec
  • Loading branch information
frankfliu committed Sep 22, 2020
1 parent 5cc29c3 commit 16a6636
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.8.0-SNAPSHOT</version>
<version>0.8.0</version>

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

Expand Down

0 comments on commit 16a6636

Please sign in to comment.