#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:
9
pom.xml
9
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user