From 17f456736f7f3c7121a24af46c42e2bd5dbb02ef Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 22 Aug 2023 14:31:56 +0200 Subject: [PATCH] remove option to download GA versions from repo.spring.io --- Spring-Framework-Artifacts.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Spring-Framework-Artifacts.md b/Spring-Framework-Artifacts.md index 634a322..90c8e68 100644 --- a/Spring-Framework-Artifacts.md +++ b/Spring-Framework-Artifacts.md @@ -116,15 +116,3 @@ dependencies { } ``` -### GA Releases - -You can also obtain GA versions of Spring Framework artifacts from https://repo.spring.io/release. - -For more in-depth information about Spring repositories, see the [[Spring Artifactory]] page. - - -## Downloading a Distribution - -If for whatever reason you are not using a build system with dependency management capabilities, you can download Spring Framework _distribution zips_ from the Spring repository at . These distributions contain all source and binary jar files, as well as Javadoc and reference documentation, but _do not_ contain external dependencies! - -To create a distribution with all dependencies locally you can build from source. See [[Build Zip with Dependencies]] for details.