Skip to content

Commit

Permalink
Updated to match the release
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Oct 5, 2022
1 parent ec25db8 commit d0e09eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org.pathvisio.lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ mvn clean install -Dgpg.skip
Instructions to increase the version to a development (ending with `-SNAPSHOT`) version:

```shell
mvn versions:set -DnewVersion=4.0.0-SNAPSHOT
mvn versions:set -DnewVersion=4.0.2-SNAPSHOT
```

Or to a release version:

```shell
mvn versions:set -DnewVersion=4.0.0
mvn versions:set -DnewVersion=4.0.1
```

## Making releases
Expand Down

0 comments on commit d0e09eb

Please sign in to comment.