Skip to content

Commit 5771a4a

Browse files
committed
FIX update Maven plugin and version for Confluence compatibility
1 parent 4d1722c commit 5771a4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,11 @@
208208
<plugins>
209209
<plugin>
210210
<groupId>com.atlassian.maven.plugins</groupId>
211-
<artifactId>refapp-maven-plugin</artifactId>
211+
<artifactId>confluence-maven-plugin</artifactId>
212212
<version>${amps.version}</version>
213213
<extensions>true</extensions>
214214
<configuration>
215-
<productVersion>${refapp.version}</productVersion>
215+
<productVersion>${confluence.version}</productVersion>
216216
<enableQuickReload>true</enableQuickReload>
217217

218218
<!-- See here for an explanation of default instructions: -->
@@ -286,7 +286,7 @@
286286

287287
<properties>
288288
<platform.version>6.1.14</platform.version>
289-
<refapp.version>9.2.5</refapp.version>
289+
<confluence.version>9.5.4</confluence.version>
290290
<amps.version>9.5.4</amps.version>
291291
<plugin.testrunner.version>2.0.2</plugin.testrunner.version>
292292
<osgi.javaconfig.version>0.2.0</osgi.javaconfig.version>

0 commit comments

Comments
 (0)