Update SNAPSHOT to 1.2.1.RELEASE

This commit is contained in:
Marcin Grzejszczak
2017-11-24 11:13:12 +01:00
parent 786d504312
commit 23f7cf2fe0
44 changed files with 60 additions and 60 deletions

View File

@@ -6,13 +6,13 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-samples</artifactId>
<version>1.2.1.BUILD-SNAPSHOT</version>
<version>1.2.1.RELEASE</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-contract-samples-standalone</artifactId>
<packaging>pom</packaging>
<version>1.2.1.BUILD-SNAPSHOT</version>
<version>1.2.1.RELEASE</version>
<name>Spring Cloud Contract Standalone Test Samples</name>
<description>Spring Cloud Contract Standalone Test Samples used for end to end tests</description>