diff --git a/spring-boot-project/spring-boot-cli/pom.xml b/spring-boot-project/spring-boot-cli/pom.xml index 08686816c80..902b717cf34 100644 --- a/spring-boot-project/spring-boot-cli/pom.xml +++ b/spring-boot-project/spring-boot-cli/pom.xml @@ -333,9 +333,9 @@ - - + + @@ -351,24 +351,24 @@ + input="${scoop-version}" regexp="(.*)\..*" replace="\1" /> + input="${version-type}" regexp=".*\.(.*)" replace="\1" /> + input="${version-type}" regexp="(M)\d+" replace="MILESTONE" /> + input="${version-type}" regexp="(RC)\d+" replace="MILESTONE" /> + input="${version-type}" regexp="BUILD-(.*)" replace="SNAPSHOT" /> + file="${project.build.directory}/spring-boot-cli-${project.version}-bin.zip" + property="hash" /> + message="Customizing scoop for ${project.version} with hash ${hash} in ${repo} repo" /> diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc index afe86e934a7..3921769e32a 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc @@ -400,8 +400,8 @@ CLI by using the following commands: Scoop installs `spring` to `~/scoop/apps/springboot/current/bin`. -NOTE: If you do not see the app manifest, your installation of scoop might be out-of-date. In -that case, run `scoop update` and try again. +NOTE: If you do not see the app manifest, your installation of scoop might be out-of-date. +In that case, run `scoop update` and try again.