|
| 1 | +:doctype: book |
1 | 2 | image:https://spring.io/img/projects/logo-web-services.svg["Spring Web Services", width=50%, link="https://spring.io/projects/spring-ws#learn"]
|
2 | 3 |
|
3 | 4 | = Spring Web Services
|
@@ -31,7 +32,7 @@ Before you make a release, follow this checklist:
|
31 | 32 |
|
32 | 33 | * Are you using the latest milestone/release candidate/release of Spring Framework? If not, upgrade. (Don't forget `spring-buildsnapshot` profile.)
|
33 | 34 | * 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.) |
35 | 36 | * Is it time to switch from milestone to release candidate? Or from release candidate to release?
|
36 | 37 |
|
37 | 38 | 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.
|
83 | 84 |
|
84 | 85 | Once the release is completed and tags are pushed:
|
85 | 86 |
|
86 |
| -. Close the Github issue milestone. |
| 87 | +. Close the GitHub issue milestone. |
87 | 88 | . Run the `ChangeLogCreator` report against that milestone.
|
88 | 89 | . Go to https://github.com/spring-projects/spring-ws/releases.
|
89 | 90 | . 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
|
143 | 144 |
|
144 | 145 | === Issue Tracking
|
145 | 146 |
|
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. |
147 | 148 |
|
148 | 149 | === License
|
149 | 150 |
|
|
0 commit comments