Skip to content

Commit

Permalink
Remove -SNAPSHOT for release v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xyang16 committed Nov 30, 2022
1 parent 4bc1537 commit de15b2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.20.0-SNAPSHOT</version>
<version>0.20.0</version>

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

Expand Down
10 changes: 5 additions & 5 deletions jupyter/tutorial/02_train_your_first_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"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.20.0-SNAPSHOT\n",
"%maven ai.djl:basicdataset:0.20.0-SNAPSHOT\n",
"%maven ai.djl:model-zoo:0.20.0-SNAPSHOT\n",
"%maven ai.djl.mxnet:mxnet-engine:0.20.0-SNAPSHOT\n",
"%maven ai.djl:api:0.20.0\n",
"%maven ai.djl:basicdataset:0.20.0\n",
"%maven ai.djl:model-zoo:0.20.0\n",
"%maven ai.djl.mxnet:mxnet-engine:0.20.0\n",
"%maven org.slf4j:slf4j-simple:1.7.32"
]
},
Expand Down

0 comments on commit de15b2d

Please sign in to comment.