Skip to content

Commit df6caeb

Browse files
author
Johannes Graf
committedJul 30, 2015
Fixed README.md
See newVersion vs nextVersion
1 parent 9601060 commit df6caeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ This means the gradle-release plugin does not support sub projects that have dif
224224

225225
In a continuous integration environment like Jenkins or Hudson, you don't want to have an interactive release process. To avoid having to enter any information manually during the process, you can tell the plugin to automatically set and update the version number.
226226

227-
You can do this by setting the `release.useAutomaticVersion` property on the command line, or in Jenkins when you execute gradle. The version to release and the next version can be optionally defined using the properties `releaseVersion` and `nextVersion`.
227+
You can do this by setting the `release.useAutomaticVersion` property on the command line, or in Jenkins when you execute gradle. The version to release and the next version can be optionally defined using the properties `releaseVersion` and `newVersion`.
228228

229229
```bash
230230
$ gradle release -Prelease.useAutomaticVersion=true -PreleaseVersion=1.0.0 -PnewVersion=1.1.0-SNAPSHOT

0 commit comments

Comments
 (0)