Skip to content

Commit 14124d3

Browse files
committed
[maven-release-plugin] prepare release mockserver-5.11.0
1 parent d046a38 commit 14124d3

File tree

11 files changed

+16
-18
lines changed

11 files changed

+16
-18
lines changed

mockserver-client-java/pom.xml

Lines changed: 1 addition & 1 deletion
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.10.1-SNAPSHOT</version>
6+
<version>5.11.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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">
43
<parent>
54
<groupId>org.mock-server</groupId>
65
<artifactId>mockserver</artifactId>
7-
<version>5.10.1-SNAPSHOT</version>
6+
<version>5.11.0</version>
87
</parent>
98

109
<modelVersion>4.0.0</modelVersion>

mockserver-examples/pom.xml

Lines changed: 1 addition & 1 deletion
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.10.1-SNAPSHOT</version>
6+
<version>5.11.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-integration-testing/pom.xml

Lines changed: 1 addition & 1 deletion
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.10.1-SNAPSHOT</version>
6+
<version>5.11.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-junit-jupiter/pom.xml

Lines changed: 1 addition & 1 deletion
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.10.1-SNAPSHOT</version>
6+
<version>5.11.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-junit-rule/pom.xml

Lines changed: 1 addition & 1 deletion
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.10.1-SNAPSHOT</version>
6+
<version>5.11.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-netty/pom.xml

Lines changed: 1 addition & 1 deletion
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.10.1-SNAPSHOT</version>
6+
<version>5.11.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-proxy-war/pom.xml

Lines changed: 1 addition & 1 deletion
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.10.1-SNAPSHOT</version>
6+
<version>5.11.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-testing/pom.xml

Lines changed: 1 addition & 1 deletion
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.10.1-SNAPSHOT</version>
6+
<version>5.11.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-war/pom.xml

Lines changed: 1 addition & 1 deletion
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.10.1-SNAPSHOT</version>
6+
<version>5.11.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)