Change 'verion_number' to 'version_number'.

This commit is contained in:
Deklan Dieterly 2014-03-14 14:43:14 -06:00
parent a3a265217b
commit 23429294a9
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@
To deploy to nexus, just run the command below, inserting a version number that is greater than the current nexus version (this command is usually performed by Jenkins):
```
mvn deploy -DBUILD_NUM=[verion_number]
mvn deploy -DBUILD_NUM=[version_number]
```