File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Open diff view settings
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Open diff view settings
Original file line number Diff line number Diff line change @@ -47,13 +47,11 @@ future pull requests as well, simply so that the Spring Framework team knows
4747immediately that this process is complete.
4848
4949
50- ## Create your branch from ` 3.2.x `
50+ ## Create your branch from ` master `
5151
52- If your pull request addresses a bug or improvement, please create your branch
53- from Spring Framework's ` 3.2.x ` branch. ` master ` is reserved for work on new features
54- for the next major version of the framework. Rest assured that if your pull
55- request is accepted and merged into ` 3.2.x ` , these changes will also eventually
56- be merged into ` master ` .
52+ Master currently represents work toward Spring Framework 4.0. Please submit
53+ all pull requests there, even bug fixes and minor improvements. Backports to
54+ ` 3.2.x ` will be considered on a case-by-case basis.
5755
5856
5957## Use short branch names
129127 * ...
130128 *
131129 * @author First Last
132- * @since 3.2
130+ * @since 4.0
133131 * @see ...
134132 */
135133```
You can’t perform that action at this time.
0 commit comments