Skip to content

Commit

Permalink
Remove -SNAPSHOT for PaddlePaddle readme (#794)
Browse files Browse the repository at this point in the history
Change-Id: I5295851b51ba1d33a78f1c830afc4fa9f1b114b1
  • Loading branch information
frankfliu authored Mar 26, 2021
1 parent ffbf983 commit b835682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paddlepaddle/paddlepaddle-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can pull the PaddlePaddle engine from the central Maven repository by includ
<dependency>
<groupId>ai.djl.paddlepaddle</groupId>
<artifactId>paddlepaddle-engine</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
<scope>runtime</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion paddlepaddle/paddlepaddle-model-zoo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ from the central Maven repository by including the following dependency:
<dependency>
<groupId>ai.djl.paddlepaddle</groupId>
<artifactId>paddlepaddle-model-zoo</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>
```

Expand Down

0 comments on commit b835682

Please sign in to comment.