Browse Source

Polishing.

Fix snapshot repository URL.

See #3097
3.2.x
Mark Paluch 2 years ago
parent
commit
ee66c260d8
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 4
      README.adoc

4
README.adoc

@ -42,9 +42,9 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
</dependency> </dependency>
<repository> <repository>
<id>spring-libs-snapshot</id> <id>spring-snapshot</id>
<name>Spring Snapshot Repository</name> <name>Spring Snapshot Repository</name>
<url>https://repo.spring.io/libs-snapshot</url> <url>https://repo.spring.io/snapshot</url>
</repository> </repository>
---- ----

Loading…
Cancel
Save