Skip to content

Commit a53cb06

Browse files
committed
Remove usage of the deprecated antora-maven-plugin from Spring IO
Ref: https://github.com/spring-io/spring-antora-maven-plugins?tab=readme-ov-file#antora-maven-plugin
1 parent c620b68 commit a53cb06

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
<awaitility.version>4.3.0</awaitility.version>
5858

5959
<!-- plugin versions -->
60+
<antora-maven-plugin.version>1.0.0-alpha.5</antora-maven-plugin.version>
6061
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
6162
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
6263
<maven-failsafe-plugin.version>3.5.3</maven-failsafe-plugin.version>

spring-shell-docs/pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
<name>Spring Shell Documentation</name>
1313
<description>Spring Shell reference documentation</description>
1414

15-
<properties>
16-
<io.spring.maven.antora-version>0.0.4</io.spring.maven.antora-version>
17-
</properties>
18-
1915
<dependencies>
2016
<dependency>
2117
<groupId>org.springframework.shell</groupId>
@@ -51,9 +47,9 @@
5147
<build>
5248
<plugins>
5349
<plugin>
54-
<groupId>io.spring.maven.antora</groupId>
50+
<groupId>org.antora</groupId>
5551
<artifactId>antora-maven-plugin</artifactId>
56-
<version>${io.spring.maven.antora-version}</version>
52+
<version>${antora-maven-plugin.version}</version>
5753
<extensions>true</extensions>
5854
</plugin>
5955
<plugin>

0 commit comments

Comments
 (0)