#1444 - Fix settings for documentation publishing.

Documentation was not successfully release for 1.3.0-M1. This patches the gaps found that were used to get the docs out, so the CI server can do it properly next time.
This commit is contained in:
Greg L. Turnquist
2021-01-21 12:43:27 -06:00
parent 2be404ef04
commit e3b2fda613

View File

@@ -193,7 +193,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.3</version>
<type>zip</type>
<optional>true</optional>
</dependency>
@@ -1195,6 +1195,13 @@
</plugins>
</build>
<repositories>
<repository>
<id>spring-release</id>
<url>https://repo.spring.io/release</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-release</id>