Skip to content

Commit

Permalink
new version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 27, 2023
1 parent 70681ef commit 16f72b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -24,11 +24,11 @@ define our artifact as a parent of your project:
<parent>
<groupId>com.jcabi</groupId>
<artifactId>parent</artifactId>
<version>0.0.0</version>
<version>0.66.0</version>
</parent>
<groupId>your-group-id</groupId>
<artifactId>your-artifact-id</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>0.66.0</version>
[...]
</project>
```
Expand Down

0 comments on commit 16f72b5

Please sign in to comment.