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>

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>org.mock-server</groupId>
76
<artifactId>mockserver</artifactId>
8-
<version>5.10.1-SNAPSHOT</version>
7+
<version>5.11.0</version>
98
<packaging>pom</packaging>
109

1110
<name>MockServer</name>
@@ -27,7 +26,7 @@
2726
<url>https://github.com/jamesdbloom/mockservice.git</url>
2827
<connection>scm:git:https://github.com/jamesdbloom/mockservice.git</connection>
2928
<developerConnection>scm:git:[email protected]:jamesdbloom/mockservice.git</developerConnection>
30-
<tag>HEAD</tag>
29+
<tag>mockserver-5.11.0</tag>
3130
</scm>
3231

3332
<distributionManagement>
@@ -67,8 +66,8 @@
6766
<xmlunit.version>2.7.0</xmlunit.version>
6867
<skipTests>false</skipTests>
6968
<skipAssembly>false</skipAssembly>
70-
<release.arguments/>
71-
<javadoc.additional.parameters/>
69+
<release.arguments />
70+
<javadoc.additional.parameters />
7271
</properties>
7372

7473
<modules>

0 commit comments

Comments
 (0)