We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b536818 commit c669923Copy full SHA for c669923
pom.xml
@@ -9,7 +9,7 @@
9
<modelVersion>4.0.0</modelVersion>
10
11
<artifactId>mockserver-maven-plugin</artifactId>
12
- <version>5.13.3-SNAPSHOT</version>
+ <version>5.14.0</version>
13
<packaging>maven-plugin</packaging>
14
15
<name>MockServer Maven Plugin</name>
@@ -20,7 +20,7 @@
20
<url>https://github.com/mock-server/mockserver-maven-plugin.git</url>
21
<connection>scm:git:https://github.com/mock-server/mockserver-maven-plugin.git</connection>
22
<developerConnection>scm:git:git@github.com:mock-server/mockserver-maven-plugin.git</developerConnection>
23
- <tag>HEAD</tag>
+ <tag>mockserver-maven-plugin-5.14.0</tag>
24
</scm>
25
26
<properties>
0 commit comments