From 1f8cf2873df2cf410f4631d2bbd1163e2ddcd6fb Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 9 Mar 2022 11:23:57 +0100 Subject: [PATCH] Update versions --- Spring-Framework-Artifacts.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Spring-Framework-Artifacts.md b/Spring-Framework-Artifacts.md index fcd29e5..3c7692c 100644 --- a/Spring-Framework-Artifacts.md +++ b/Spring-Framework-Artifacts.md @@ -22,7 +22,7 @@ The Spring Framework publishes GA (general availability) versions to [Maven Cent org.springframework spring-context - 5.3.9 + 5.3.16 ``` @@ -32,7 +32,7 @@ Snapshot, milestone, and release candidate versions are published to an [Artifac ### Snapshots -Add the following to resolve snapshot versions – for example, `5.3.10-SNAPSHOT`: +Add the following to resolve snapshot versions – for example, `5.3.17-SNAPSHOT`: ```xml @@ -46,13 +46,13 @@ Add the following to resolve snapshot versions – for example, `5.3.10-SNAPSHOT org.springframework spring-context - 5.3.10-SNAPSHOT + 5.3.17-SNAPSHOT ``` ### Milestones and Release Candidates -Add the following to resolve milestone and RC versions – for example, `5.3.0-M1` or `5.3.0-RC1`: +Add the following to resolve milestone and RC versions – for example, `6.0.0-M2` or `6.0.0-RC1`: ```xml @@ -66,7 +66,7 @@ Add the following to resolve milestone and RC versions – for example, `5.3.0-M org.springframework spring-context - 5.3.0-M1 + 6.0.0-M2 ```