File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 36
36
echo BUILD_VERSION=$BUILD_VERSION >> $GITHUB_ENV
37
37
- name : Run Antora
38
38
run : |
39
- ./mvnw --no-transfer-progress -B antora
39
+ ./mvnw --no-transfer-progress -B antora:antora
40
40
- name : Publish Docs
41
41
uses :
spring-io/spring-doc-actions/[email protected]
42
42
with :
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.springframework.cloud</groupId >
10
10
<artifactId >spring-cloud-consul</artifactId >
11
- <version >4.1.2 -SNAPSHOT</version >
11
+ <version >4.1.3 -SNAPSHOT</version >
12
12
</parent >
13
13
14
14
<name >Spring Cloud Consul Docs Build</name >
34
34
</plugin >
35
35
</plugins >
36
36
</build >
37
+
38
+ <repositories >
39
+ <repository >
40
+ <id >spring-snapshot</id >
41
+ <url >https://repo.spring.io/snapshot</url >
42
+ <snapshots >
43
+ <enabled >true</enabled >
44
+ </snapshots >
45
+ <releases >
46
+ <enabled >false</enabled >
47
+ </releases >
48
+ </repository >
49
+ <repository >
50
+ <id >spring-milestone</id >
51
+ <url >https://repo.spring.io/milestone</url >
52
+ </repository >
53
+ </repositories >
37
54
</project >
You can’t perform that action at this time.
0 commit comments