Removes repo.spring.io from poms

This commit is contained in:
Marcin Grzejszczak
2024-06-28 11:33:32 +02:00
parent 24ad0c7042
commit d700587956
5 changed files with 0 additions and 64 deletions

View File

@@ -19,18 +19,6 @@ and to deploy snapshots to repo.spring.io:
$ mvn deploy -DaltSnapshotDeploymentRepository=repo.spring.io::default::https://repo.spring.io/snapshot
----
for a RELEASE build use
----
$ mvn deploy -DaltReleaseDeploymentRepository=repo.spring.io::default::https://repo.spring.io/release
----
and for jcenter use
----
$ mvn deploy -DaltReleaseDeploymentRepository=bintray::default::https://api.bintray.com/maven/spring/jars/org.springframework.cloud:build
----
and for Maven Central use
----