Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mockserver-5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdbloom committed Dec 29, 2018
1 parent f19a746 commit 11d8a96
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 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.5.1-SNAPSHOT</version>
<version>5.5.1</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.5.1-SNAPSHOT</version>
<version>5.5.1</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.5.1-SNAPSHOT</version>
<version>5.5.1</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.5.1-SNAPSHOT</version>
<version>5.5.1</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.5.1-SNAPSHOT</version>
<version>5.5.1</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.5.1-SNAPSHOT</version>
<version>5.5.1</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.5.1-SNAPSHOT</version>
<version>5.5.1</version>
</parent>

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

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

<name>MockServer</name>
Expand All @@ -26,7 +26,8 @@
<url>https://github.com/jamesdbloom/mockservice.git</url>
<connection>scm:git:https://github.com/jamesdbloom/mockservice.git</connection>
<developerConnection>scm:git:git@github.com:jamesdbloom/mockservice.git</developerConnection>
</scm>
<tag>mockserver-5.5.1</tag>
</scm>

<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -62,8 +63,8 @@
<boucycastle.verion>1.60</boucycastle.verion>
<spring.version>4.3.18.RELEASE</spring.version>
<skipTests>false</skipTests>
<release.arguments/>
<javadoc.additional.parameters/>
<release.arguments />
<javadoc.additional.parameters />
</properties>

<modules>
Expand Down

0 comments on commit 11d8a96

Please sign in to comment.