Skip to content

Commit a3a6a2b

Browse files
committed
Polish "Add CLI manifest for Scoop"
Closes gh-12541
1 parent daccdbb commit a3a6a2b

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

spring-boot-project/spring-boot-cli/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,9 @@
333333
<expandproperties />
334334
</filterchain>
335335
</copy>
336-
<attachartifact file="${project.build.directory}/homebrew/springboot.rb"
337-
classifier="homebrew" type="rb" />
338-
</target>
336+
<attachartifact file="${project.build.directory}/homebrew/springboot.rb"
337+
classifier="homebrew" type="rb" />
338+
</target>
339339
</configuration>
340340
</execution>
341341
<execution>
@@ -351,24 +351,24 @@
351351
<taskdef name="stringutil" classname="ise.antelope.tasks.StringUtilTask" />
352352
<var name="scoop-version" value="${project.version}" />
353353
<propertyregex property="scoop-version" override="true"
354-
input="${scoop-version}" regexp="(.*)\..*" replace="\1" />
354+
input="${scoop-version}" regexp="(.*)\..*" replace="\1" />
355355
<var name="version-type" value="${project.version}" />
356356
<propertyregex property="version-type" override="true"
357-
input="${version-type}" regexp=".*\.(.*)" replace="\1" />
357+
input="${version-type}" regexp=".*\.(.*)" replace="\1" />
358358
<propertyregex property="version-type" override="true"
359-
input="${version-type}" regexp="(M)\d+" replace="MILESTONE" />
359+
input="${version-type}" regexp="(M)\d+" replace="MILESTONE" />
360360
<propertyregex property="version-type" override="true"
361-
input="${version-type}" regexp="(RC)\d+" replace="MILESTONE" />
361+
input="${version-type}" regexp="(RC)\d+" replace="MILESTONE" />
362362
<propertyregex property="version-type" override="true"
363-
input="${version-type}" regexp="BUILD-(.*)" replace="SNAPSHOT" />
363+
input="${version-type}" regexp="BUILD-(.*)" replace="SNAPSHOT" />
364364
<stringutil string="${version-type}" property="repo">
365365
<lowercase />
366366
</stringutil>
367367
<checksum algorithm="sha-256"
368-
file="${project.build.directory}/spring-boot-cli-${project.version}-bin.zip"
369-
property="hash" />
368+
file="${project.build.directory}/spring-boot-cli-${project.version}-bin.zip"
369+
property="hash" />
370370
<echo
371-
message="Customizing scoop for ${project.version} with hash ${hash} in ${repo} repo" />
371+
message="Customizing scoop for ${project.version} with hash ${hash} in ${repo} repo" />
372372
<copy file="${basedir}/src/main/scoop/springboot.json"
373373
tofile="${project.build.directory}/scoop/springboot.json" overwrite="true">
374374
<filterchain>

spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ CLI by using the following commands:
400400

401401
Scoop installs `spring` to `~/scoop/apps/springboot/current/bin`.
402402

403-
NOTE: If you do not see the app manifest, your installation of scoop might be out-of-date. In
404-
that case, run `scoop update` and try again.
403+
NOTE: If you do not see the app manifest, your installation of scoop might be out-of-date.
404+
In that case, run `scoop update` and try again.
405405

406406

407407

0 commit comments

Comments
 (0)