Skip to content

Commit 706faed

Browse files
authored
build: update maven-plugin-plugin version to 3.13.1 and configure goal prefix (#768)
1 parent 3d6e995 commit 706faed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

maven/pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@
5656
<plugin>
5757
<groupId>org.apache.maven.plugins</groupId>
5858
<artifactId>maven-plugin-plugin</artifactId>
59-
<version>3.8.1</version>
59+
<version>3.13.1</version>
60+
<configuration>
61+
<goalPrefix>openapi-diff</goalPrefix>
62+
</configuration>
6063
</plugin>
6164
<plugin>
6265
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)