Skip to content

Commit 2683448

Browse files
committed
Fix antora setup.
1 parent d5d3d18 commit 2683448

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

pom.xml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<artifactId>spring-cloud-openfeign-docs-build</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>${parent.version}</version>
88
<parent>
99
<groupId>org.springframework.cloud</groupId>
1010
<artifactId>spring-cloud-openfeign</artifactId>
11-
<version>4.1.3-SNAPSHOT</version>
11+
<version>4.1.4-SNAPSHOT</version>
1212
</parent>
1313

1414
<name>Spring Cloud Openfeign Docs Build</name>
@@ -33,4 +33,21 @@
3333
</plugin>
3434
</plugins>
3535
</build>
36+
37+
<repositories>
38+
<repository>
39+
<id>spring-snapshot</id>
40+
<url>https://repo.spring.io/snapshot</url>
41+
<snapshots>
42+
<enabled>true</enabled>
43+
</snapshots>
44+
<releases>
45+
<enabled>false</enabled>
46+
</releases>
47+
</repository>
48+
<repository>
49+
<id>spring-milestone</id>
50+
<url>https://repo.spring.io/milestone</url>
51+
</repository>
52+
</repositories>
3653
</project>

0 commit comments

Comments
 (0)