From f16573b6ab5f3911930f80a5c868ec4145d72290 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 29 Jun 2017 07:20:42 +0200 Subject: [PATCH] Updated docs --- .gitignore | 1 + README.adoc | 4 ++-- docs/src/main/asciidoc/spring-cloud-release-tools.adoc | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 31d2f8d3..1307091b 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ nbdist/ .DS_Store *.log _site +effective.pom diff --git a/README.adoc b/README.adoc index 8bb58074..392b60e0 100644 --- a/README.adoc +++ b/README.adoc @@ -58,8 +58,8 @@ Go to your project (e.g. Spring Cloud Sleuth) ---- $ git clone git@github.com:spring-cloud/spring-cloud-sleuth.git $ cd spring-cloud-sleuth -$ # example of running the releaser agains Dalston.SR1 tag -$ java -jar ~/repo/spring-cloud-release-tools/spring-cloud-release-tools-spring/target/spring-cloud-release-tools-spring-*.jar --releaser.pom.branch=vDalston.SR1 --spring.config.name=releaser +$ # example of running the releaser agains Dalston.SR1 tag with 1.0.0.BUILD-SNAPSHOT version of the releaser +$ java -jar ~/repo/spring-cloud-release-tools/spring-cloud-release-tools-spring/target/spring-cloud-release-tools-spring-1.0.0.BUILD-SNAPSHOT.jar --releaser.pom.branch=vDalston.SR1 --spring.config.name=releaser ---- The application will start running from your working directory. diff --git a/docs/src/main/asciidoc/spring-cloud-release-tools.adoc b/docs/src/main/asciidoc/spring-cloud-release-tools.adoc index 200fcb3e..95aea9ba 100644 --- a/docs/src/main/asciidoc/spring-cloud-release-tools.adoc +++ b/docs/src/main/asciidoc/spring-cloud-release-tools.adoc @@ -48,8 +48,8 @@ Go to your project (e.g. Spring Cloud Sleuth) ---- $ git clone git@github.com:spring-cloud/spring-cloud-sleuth.git $ cd spring-cloud-sleuth -$ # example of running the releaser agains Dalston.SR1 tag -$ java -jar ~/repo/spring-cloud-release-tools/spring-cloud-release-tools-spring/target/spring-cloud-release-tools-spring-*.jar --releaser.pom.branch=vDalston.SR1 --spring.config.name=releaser +$ # example of running the releaser agains Dalston.SR1 tag with 1.0.0.BUILD-SNAPSHOT version of the releaser +$ java -jar ~/repo/spring-cloud-release-tools/spring-cloud-release-tools-spring/target/spring-cloud-release-tools-spring-1.0.0.BUILD-SNAPSHOT.jar --releaser.pom.branch=vDalston.SR1 --spring.config.name=releaser ---- The application will start running from your working directory. @@ -143,4 +143,4 @@ $ export RELEASER_POM_BRANCH=Dalston.RELEASE $ export RELEASER_GIT_OAUTH_TOKEN=... $ wget http://repo.spring.io/libs-milestone/org/springframework/cloud/internal/spring-cloud-release-tools-spring/1.0.0.M1/spring-cloud-release-tools-spring-1.0.0.M1.jar -O spring-cloud-release-tools-spring-1.0.0.M1.jar $ java -jar target/spring-cloud-release-tools-spring-1.0.0.M1.jar --releaser.working-dir=/path/to/project/root ----- \ No newline at end of file +----