updated the versions

This commit is contained in:
Marcin Grzejszczak
2017-11-24 14:34:43 +01:00
parent 6323ec4acb
commit 32c1850c54
10 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>server</artifactId>
<version>1.2.2.BUILD-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<name>Server Stubs</name>
<description>POM used to install locally stubs for consumer side</description>

View File

@@ -5,7 +5,7 @@
<groupId>com.example.standalone</groupId>
<artifactId>contracts</artifactId>
<version>1.2.2.BUILD-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<name>Contracts</name>
<description>Contains all the Spring Cloud Contracts, well, contracts. JAR used by the producers to generate tests and stubs</description>

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>http-client-dsl</artifactId>
<version>1.2.2.BUILD-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<name>Spring Cloud Contract Verifier Http Client Sample</name>
<description>Spring Cloud Contract Verifier Http Client Sample</description>

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>http-server-dsl</artifactId>
<version>1.2.2.BUILD-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<name>Spring Cloud Contract Verifier Http Server Sample</name>
<description>Spring Cloud Contract Verifier Http Server Sample</description>

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>stream-sink</artifactId>
<version>1.2.2.BUILD-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Stream Sink Sample</name>

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>stream-source</artifactId>
<version>1.2.2.BUILD-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Stream Source Sample</name>

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>pact-http-client</artifactId>
<version>1.2.2.BUILD-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<name>Spring Cloud Contract Verifier Http Client Sample with Pact</name>
<description>Spring Cloud Contract Verifier Http Client Sample with Pact</description>

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>pact-http-server</artifactId>
<version>1.2.2.BUILD-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<name>Spring Cloud Contract Verifier Http Server Sample with Pact</name>
<description>Spring Cloud Contract Verifier Http Server Sample with Pact</description>

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>http-client-restdocs</artifactId>
<version>1.2.2.BUILD-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<name>Spring Cloud Contract RestDocs Http Client Sample</name>
<description>Spring Cloud Contract RestDocs Http Client Sample</description>

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>http-server-restdocs</artifactId>
<version>1.2.2.BUILD-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<name>Spring Cloud Contract RestDocs Http Server Sample</name>
<description>Spring Cloud RestDocs Verifier Http Server Sample</description>