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 ```