Upgrade to 4.1.4-SNAPSHOT.
This commit is contained in:
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
echo BUILD_VERSION=$BUILD_VERSION >> $GITHUB_ENV
|
echo BUILD_VERSION=$BUILD_VERSION >> $GITHUB_ENV
|
||||||
- name: Run Antora
|
- name: Run Antora
|
||||||
run: |
|
run: |
|
||||||
./mvnw --no-transfer-progress -B antora
|
./mvnw --no-transfer-progress -B antora:antora
|
||||||
- name: Publish Docs
|
- name: Publish Docs
|
||||||
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.13
|
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.13
|
||||||
with:
|
with:
|
||||||
|
|||||||
17
pom.xml
17
pom.xml
@@ -34,4 +34,21 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>spring-snapshot</id>
|
||||||
|
<url>https://repo.spring.io/snapshot</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
<releases>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</releases>
|
||||||
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>spring-milestone</id>
|
||||||
|
<url>https://repo.spring.io/milestone</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user