Skip to content

Commit b58bc58

Browse files
committed
[maven-release-plugin] prepare release mockserver-5.7.0
1 parent c18946b commit b58bc58

File tree

9 files changed

+11
-13
lines changed

9 files changed

+11
-13
lines changed

mockserver-client-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mock-server</groupId>
55
<artifactId>mockserver</artifactId>
6-
<version>5.6.2-SNAPSHOT</version>
6+
<version>5.7.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mock-server</groupId>
55
<artifactId>mockserver</artifactId>
6-
<version>5.6.2-SNAPSHOT</version>
6+
<version>5.7.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mock-server</groupId>
55
<artifactId>mockserver</artifactId>
6-
<version>5.6.2-SNAPSHOT</version>
6+
<version>5.7.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-integration-testing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mock-server</groupId>
55
<artifactId>mockserver</artifactId>
6-
<version>5.6.2-SNAPSHOT</version>
6+
<version>5.7.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-junit-jupiter/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<artifactId>mockserver</artifactId>
97
<groupId>org.mock-server</groupId>
10-
<version>5.6.2-SNAPSHOT</version>
8+
<version>5.7.0</version>
119
</parent>
1210

1311
<name>MockServer JUnit Jupiter Integration</name>

mockserver-netty/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mock-server</groupId>
55
<artifactId>mockserver</artifactId>
6-
<version>5.6.2-SNAPSHOT</version>
6+
<version>5.7.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-proxy-war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mock-server</groupId>
55
<artifactId>mockserver</artifactId>
6-
<version>5.6.2-SNAPSHOT</version>
6+
<version>5.7.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mock-server</groupId>
55
<artifactId>mockserver</artifactId>
6-
<version>5.6.2-SNAPSHOT</version>
6+
<version>5.7.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.mock-server</groupId>
66
<artifactId>mockserver</artifactId>
7-
<version>5.6.2-SNAPSHOT</version>
7+
<version>5.7.0</version>
88
<packaging>pom</packaging>
99

1010
<name>MockServer</name>
@@ -26,7 +26,7 @@
2626
<url>https://github.com/jamesdbloom/mockservice.git</url>
2727
<connection>scm:git:https://github.com/jamesdbloom/mockservice.git</connection>
2828
<developerConnection>scm:git:[email protected]:jamesdbloom/mockservice.git</developerConnection>
29-
<tag>HEAD</tag>
29+
<tag>mockserver-5.7.0</tag>
3030
</scm>
3131

3232
<distributionManagement>

0 commit comments

Comments
 (0)