Skip to content

Commit 7cd5def

Browse files
committed
[maven-release-plugin] prepare release mockserver-5.4.1
1 parent 8c6d966 commit 7cd5def

File tree

8 files changed

+11
-12
lines changed

8 files changed

+11
-12
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.3.1-SNAPSHOT</version>
6+
<version>5.4.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

mockserver-core/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.3.1-SNAPSHOT</version>
6+
<version>5.4.1</version>
77
</parent>
88

99
<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.3.1-SNAPSHOT</version>
6+
<version>5.4.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.3.1-SNAPSHOT</version>
6+
<version>5.4.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.3.1-SNAPSHOT</version>
6+
<version>5.4.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.3.1-SNAPSHOT</version>
6+
<version>5.4.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.3.1-SNAPSHOT</version>
6+
<version>5.4.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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.sonatype.oss</groupId>
65
<artifactId>oss-parent</artifactId>
@@ -11,7 +10,7 @@
1110

1211
<groupId>org.mock-server</groupId>
1312
<artifactId>mockserver</artifactId>
14-
<version>5.3.1-SNAPSHOT</version>
13+
<version>5.4.1</version>
1514
<packaging>pom</packaging>
1615

1716
<name>MockServer</name>
@@ -58,8 +57,8 @@
5857
<boucycastle.verion>1.58</boucycastle.verion>
5958
<spring.version>4.3.12.RELEASE</spring.version>
6059
<skipTests>false</skipTests>
61-
<release.arguments/>
62-
<javadoc.additional.parameters/>
60+
<release.arguments />
61+
<javadoc.additional.parameters />
6362
</properties>
6463

6564
<modules>

0 commit comments

Comments
 (0)