Fix antora setup.
This commit is contained in:
21
pom.xml
21
pom.xml
@@ -4,11 +4,11 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>spring-cloud-openfeign-docs-build</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<version>${parent.version}</version>
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-openfeign</artifactId>
|
||||
<version>4.1.3-SNAPSHOT</version>
|
||||
<version>4.1.4-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<name>Spring Cloud Openfeign Docs Build</name>
|
||||
@@ -33,4 +33,21 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user