Skip to content

Commit fd2e96a

Browse files
author
Corneil du Plessis
committed
Fix asciidoc warnings [skip ci]
1 parent 5e73b4c commit fd2e96a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
:doctype: book
12
image:https://spring.io/img/projects/logo-web-services.svg["Spring Web Services", width=50%, link="https://spring.io/projects/spring-ws#learn"]
23

34
= Spring Web Services
@@ -31,7 +32,7 @@ Before you make a release, follow this checklist:
3132

3233
* Are you using the latest milestone/release candidate/release of Spring Framework? If not, upgrade. (Don't forget `spring-buildsnapshot` profile.)
3334
* Are you using the latest milestone/release candidate/release of Spring Security? If not, upgrade. (Don't forget `spring-buildsnapshot` profile.)
34-
* Are you setup with the right version of Java? If not switch. (Java 17 for 4.0+, Java 8 for everything else.)
35+
* Are you set up with the right version of Java? If not switch. (Java 17 for 4.0+, Java 8 for everything else.)
3536
* Is it time to switch from milestone to release candidate? Or from release candidate to release?
3637

3738
NOTE: The _actual_ building and releasing is done on CI inside a Docker container, ensuring little risk between versions of Java.
@@ -83,7 +84,7 @@ For releases, they are sent to maven central.
8384

8485
Once the release is completed and tags are pushed:
8586

86-
. Close the Github issue milestone.
87+
. Close the GitHub issue milestone.
8788
. Run the `ChangeLogCreator` report against that milestone.
8889
. Go to https://github.com/spring-projects/spring-ws/releases.
8990
. Find that tag and create a new release. Use the output from `ChangeLogCreator` as the content for the release report.
@@ -143,7 +144,7 @@ See the current https://docs.spring.io/spring-ws/docs/current/api/[Javadoc] and
143144

144145
=== Issue Tracking
145146

146-
Spring Web Services uses https://github.com/spring-projects/spring-ws/issues[Github] for issue tracking purposes.
147+
Spring Web Services uses https://github.com/spring-projects/spring-ws/issues[GitHub] for issue tracking purposes.
147148

148149
=== License
149150

0 commit comments

Comments
 (0)