Skip to content

Commit eb84f20

Browse files
committed
[maven-release-plugin] prepare release mockserver-5.11.2
1 parent 95ea9f6 commit eb84f20

File tree

12 files changed

+17
-21
lines changed

12 files changed

+17
-21
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.11.2-SNAPSHOT</version>
6+
<version>5.11.2</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.11.2-SNAPSHOT</version>
6+
<version>5.11.2</version>
87
</parent>
98

109
<modelVersion>4.0.0</modelVersion>

mockserver-examples/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.11.2-SNAPSHOT</version>
6+
<version>5.11.2</version>
87
</parent>
98

109
<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.11.2-SNAPSHOT</version>
6+
<version>5.11.2</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.11.2-SNAPSHOT</version>
6+
<version>5.11.2</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.11.2-SNAPSHOT</version>
6+
<version>5.11.2</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.11.2-SNAPSHOT</version>
6+
<version>5.11.2</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-proxy-war/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.11.2-SNAPSHOT</version>
6+
<version>5.11.2</version>
87
</parent>
98

109
<modelVersion>4.0.0</modelVersion>

mockserver-spring-test-listener/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.11.2-SNAPSHOT</version>
6+
<version>5.11.2</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.11.2-SNAPSHOT</version>
6+
<version>5.11.2</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)