Skip to content

Commit

Permalink
Remove -SNAPSHOT for release v0.24.0 (#2795)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgk committed Sep 30, 2023
1 parent ded3b40 commit 21c56bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.24.0-SNAPSHOT</version>
<version>0.24.0</version>

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

Expand Down
2 changes: 1 addition & 1 deletion jupyter/tutorial/02_train_your_first_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"outputs": [],
"source": [
"// Add the snapshot repository to get the DJL snapshot artifacts\n",
"%mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n",
"\n",
"// Add the maven dependencies\n",
"%maven ai.djl:api:0.24.0\n",
Expand Down

0 comments on commit 21c56bd

Please sign in to comment.