Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mockserver-5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdbloom committed Dec 25, 2017
1 parent 40887b2 commit ad62bbc
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion mockserver-client-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.mock-server</groupId>
<artifactId>mockserver</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.3.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mockserver-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.mock-server</groupId>
<artifactId>mockserver</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.3.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mockserver-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.mock-server</groupId>
<artifactId>mockserver</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.3.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mockserver-integration-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.mock-server</groupId>
<artifactId>mockserver</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.3.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mockserver-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.mock-server</groupId>
<artifactId>mockserver</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.3.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mockserver-maven-plugin-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.mock-server</groupId>
<artifactId>mockserver</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.3.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mockserver-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.mock-server</groupId>
<artifactId>mockserver</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.3.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mockserver-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.mock-server</groupId>
<artifactId>mockserver</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.3.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mockserver-proxy-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.mock-server</groupId>
<artifactId>mockserver</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.3.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mockserver-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.mock-server</groupId>
<artifactId>mockserver</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.3.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.mock-server</groupId>
<artifactId>mockserver</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.3.0</version>
<packaging>pom</packaging>

<name>MockServer</name>
Expand Down Expand Up @@ -55,8 +55,8 @@
<spring.version>4.3.12.RELEASE</spring.version>
<skipTests>false</skipTests>
<nonReleaseBuild>true</nonReleaseBuild>
<release.arguments/>
<javadoc.additional.parameters/>
<release.arguments />
<javadoc.additional.parameters />
</properties>

<modules>
Expand Down

0 comments on commit ad62bbc

Please sign in to comment.