diff --git a/docs/pom.xml b/docs/pom.xml index f3f504b9..ccb78acb 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud.internal spring-cloud-release-tools-parent - 1.0.0.M1 + 1.0.0.BUILD-SNAPSHOT spring-cloud-release-tools-docs pom diff --git a/docs/src/main/asciidoc/spring-cloud-release-tools.adoc b/docs/src/main/asciidoc/spring-cloud-release-tools.adoc index 60661bfc..200fcb3e 100644 --- a/docs/src/main/asciidoc/spring-cloud-release-tools.adoc +++ b/docs/src/main/asciidoc/spring-cloud-release-tools.adoc @@ -32,7 +32,15 @@ why this tool makes it easy to automate the release / dependency update process === How to run it -Currently we only support running the Releaser to update the poms from Java +Members of the Spring Cloud Team typically use this tool as follows. They first +clone the releaser locally and build the jar manually + +[source,bash] +---- +$ git clone git@github.com:spring-cloud/spring-cloud-release-tools.git +$ cd spring-cloud-release-tools +$ ./mvnw clean install +---- Go to your project (e.g. Spring Cloud Sleuth) @@ -40,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 -$ 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 spring-cloud-release-tools-spring-1.0.0.M1.jar +$ # 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 ---- The application will start running from your working directory. diff --git a/pom.xml b/pom.xml index f5c62418..424585c5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.internal spring-cloud-release-tools-parent - 1.0.0.M1 + 1.0.0.BUILD-SNAPSHOT pom diff --git a/spring-cloud-release-tools-core/pom.xml b/spring-cloud-release-tools-core/pom.xml index a44bbaf5..3f731520 100644 --- a/spring-cloud-release-tools-core/pom.xml +++ b/spring-cloud-release-tools-core/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.internal spring-cloud-release-tools-core - 1.0.0.M1 + 1.0.0.BUILD-SNAPSHOT jar diff --git a/spring-cloud-release-tools-spring/pom.xml b/spring-cloud-release-tools-spring/pom.xml index c950e3c6..5d218cf1 100644 --- a/spring-cloud-release-tools-spring/pom.xml +++ b/spring-cloud-release-tools-spring/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.internal spring-cloud-release-tools-spring - 1.0.0.M1 + 1.0.0.BUILD-SNAPSHOT jar