Skip to content

Commit

Permalink
Remove -SNAPSHOT for release v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siddvenk committed Jan 10, 2024
1 parent b942a67 commit 306e0c7
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.26.0-SNAPSHOT</version>
<version>0.26.0</version>

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

Expand Down

0 comments on commit 306e0c7

Please sign in to comment.