Skip to content

Commit 834ec8f

Browse files
committed
[maven-release-plugin] prepare release mockserver-5.2.1
1 parent d03a88a commit 834ec8f

File tree

11 files changed

+12
-13
lines changed

11 files changed

+12
-13
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.2.1-SNAPSHOT</version>
6+
<version>5.2.1</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.2.1-SNAPSHOT</version>
6+
<version>5.2.1</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.2.1-SNAPSHOT</version>
6+
<version>5.2.1</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.2.1-SNAPSHOT</version>
6+
<version>5.2.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-logging/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.2.1-SNAPSHOT</version>
6+
<version>5.2.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-maven-plugin-integration-tests/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.2.1-SNAPSHOT</version>
6+
<version>5.2.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-maven-plugin/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.2.1-SNAPSHOT</version>
6+
<version>5.2.1</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.2.1-SNAPSHOT</version>
6+
<version>5.2.1</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.2.1-SNAPSHOT</version>
6+
<version>5.2.1</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.2.1-SNAPSHOT</version>
6+
<version>5.2.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.mock-server</groupId>
1212
<artifactId>mockserver</artifactId>
13-
<version>5.2.1-SNAPSHOT</version>
13+
<version>5.2.1</version>
1414
<packaging>pom</packaging>
1515

1616
<name>MockServer</name>

0 commit comments

Comments
 (0)