Removing D parameter

This commit is contained in:
Ryan Baxter
2017-03-08 16:11:46 -05:00
parent 0533f711e5
commit a5c1d3af58
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ If you would like to use another branch you can specify it using the `releaser.p
[source,bash]
----
java -jar target/spring-cloud-release-tools-spring-1.0.0.M1.jar --Dreleaser.pom.branch=Camden.SR6
java -jar target/spring-cloud-release-tools-spring-1.0.0.M1.jar --releaser.pom.branch=Camden.SR6
----
== Future plans

View File

@@ -42,7 +42,7 @@ If you would like to use another branch you can specify it using the `releaser.p
[source,bash]
----
java -jar target/spring-cloud-release-tools-spring-1.0.0.M1.jar --Dreleaser.pom.branch=Camden.SR6
java -jar target/spring-cloud-release-tools-spring-1.0.0.M1.jar --releaser.pom.branch=Camden.SR6
----
== Future plans