Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.

Closes #1748
This commit is contained in:
Mark Paluch
2023-06-06 11:02:10 +02:00
parent bb469156bd
commit 6f164eb7f2
4 changed files with 25 additions and 32 deletions

View File

@@ -124,9 +124,9 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
</dependency>
<repository>
<id>spring-libs-snapshot</id>
<id>spring-snapshot</id>
<name>Spring Snapshot Repository</name>
<url>https://repo.spring.io/libs-snapshot</url>
<url>https://repo.spring.io/snapshot</url>
</repository>
----
@@ -185,7 +185,7 @@ The generated documentation is available from `target/site/reference/html/index.
export MY_GIT_USER=<github-user>
mvn generate-resources
docs=`pwd`/target/site/reference/html
pushd /tmp
pushd /tmp
mkdir $$
cd $$
# see https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site