Skip to content

Commit 11d8a96

Browse files
committedDec 29, 2018
[maven-release-plugin] prepare release mockserver-5.5.1
1 parent f19a746 commit 11d8a96

File tree

8 files changed

+12
-11
lines changed

8 files changed

+12
-11
lines changed
 

‎mockserver-client-java/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
6+
<version>5.5.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

‎mockserver-core/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
6+
<version>5.5.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

‎mockserver-examples/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
6+
<version>5.5.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

‎mockserver-integration-testing/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
6+
<version>5.5.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

‎mockserver-netty/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
6+
<version>5.5.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

‎mockserver-proxy-war/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
6+
<version>5.5.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

‎mockserver-war/pom.xml

+1-1
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.5.1-SNAPSHOT</version>
6+
<version>5.5.1</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

‎pom.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.mock-server</groupId>
66
<artifactId>mockserver</artifactId>
7-
<version>5.5.1-SNAPSHOT</version>
7+
<version>5.5.1</version>
88
<packaging>pom</packaging>
99

1010
<name>MockServer</name>
@@ -26,7 +26,8 @@
2626
<url>https://github.com/jamesdbloom/mockservice.git</url>
2727
<connection>scm:git:https://github.com/jamesdbloom/mockservice.git</connection>
2828
<developerConnection>scm:git:git@github.com:jamesdbloom/mockservice.git</developerConnection>
29-
</scm>
29+
<tag>mockserver-5.5.1</tag>
30+
</scm>
3031

3132
<distributionManagement>
3233
<snapshotRepository>
@@ -62,8 +63,8 @@
6263
<boucycastle.verion>1.60</boucycastle.verion>
6364
<spring.version>4.3.18.RELEASE</spring.version>
6465
<skipTests>false</skipTests>
65-
<release.arguments/>
66-
<javadoc.additional.parameters/>
66+
<release.arguments />
67+
<javadoc.additional.parameters />
6768
</properties>
6869

6970
<modules>

0 commit comments

Comments
 (0)