[maven-release-plugin] prepare for next development iteration

Change-Id: I227f5f5d3528f06c34333f582063d85da60b2335
This commit is contained in:
Dominik Adam Przybysz 2015-10-24 15:29:20 +02:00
parent 6b90bbdc81
commit e104672d83
5 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>http-mock-server</artifactId> <artifactId>http-mock-server</artifactId>
<groupId>pl.touk.mockserver</groupId> <groupId>pl.touk.mockserver</groupId>
<version>2.1.0</version> <version>2.1.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View file

@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>http-mock-server</artifactId> <artifactId>http-mock-server</artifactId>
<groupId>pl.touk.mockserver</groupId> <groupId>pl.touk.mockserver</groupId>
<version>2.1.0</version> <version>2.1.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View file

@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>http-mock-server</artifactId> <artifactId>http-mock-server</artifactId>
<groupId>pl.touk.mockserver</groupId> <groupId>pl.touk.mockserver</groupId>
<version>2.1.0</version> <version>2.1.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View file

@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>http-mock-server</artifactId> <artifactId>http-mock-server</artifactId>
<groupId>pl.touk.mockserver</groupId> <groupId>pl.touk.mockserver</groupId>
<version>2.1.0</version> <version>2.1.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View file

@ -5,7 +5,7 @@
<groupId>pl.touk.mockserver</groupId> <groupId>pl.touk.mockserver</groupId>
<artifactId>http-mock-server</artifactId> <artifactId>http-mock-server</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>2.1.0</version> <version>2.1.1-SNAPSHOT</version>
<modules> <modules>
<module>mockserver-client</module> <module>mockserver-client</module>
<module>mockserver</module> <module>mockserver</module>
@ -31,7 +31,7 @@
<scm> <scm>
<connection>scm:git:git@github.com:TouK/http-mock-server.git</connection> <connection>scm:git:git@github.com:TouK/http-mock-server.git</connection>
<developerConnection>scm:git:git@github.com:TouK/http-mock-server.git</developerConnection> <developerConnection>scm:git:git@github.com:TouK/http-mock-server.git</developerConnection>
<tag>http-mock-server-2.1.0</tag> <tag>HEAD</tag>
</scm> </scm>
<dependencyManagement> <dependencyManagement>