Skip to content

Commit f3fcb00

Browse files
committed
Update how to set version
1 parent fda8ef0 commit f3fcb00

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

devdoc/deploy.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,10 @@ mvn clean deploy
1818
This requires the proper Sonatype credentials to be set in userhome/.m2/settings.xml.
1919

2020
See https://central.sonatype.org/pages/apache-maven.html for details.
21+
22+
Updating version
23+
----------------
24+
25+
```
26+
mvn versions:set -DnewVersion=<new version>
27+
```

0 commit comments

Comments
 (0)