Skip to content

Commit c49710b

Browse files
committed
Fix antora setup.
1 parent 8bb115e commit c49710b

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

pom.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.cloud</groupId>
1010
<artifactId>spring-cloud-commons-parent</artifactId>
11-
<version>4.1.4-SNAPSHOT</version>
11+
<version>4.1.5-SNAPSHOT</version>
1212
</parent>
1313

1414
<name>Spring Cloud Commons Docs Build</name>
@@ -35,4 +35,21 @@
3535
</plugin>
3636
</plugins>
3737
</build>
38+
39+
<repositories>
40+
<repository>
41+
<id>spring-snapshot</id>
42+
<url>https://repo.spring.io/snapshot</url>
43+
<snapshots>
44+
<enabled>true</enabled>
45+
</snapshots>
46+
<releases>
47+
<enabled>false</enabled>
48+
</releases>
49+
</repository>
50+
<repository>
51+
<id>spring-milestone</id>
52+
<url>https://repo.spring.io/milestone</url>
53+
</repository>
54+
</repositories>
3855
</project>

0 commit comments

Comments
 (0)