removes snapshots from guides and samples

See gh-1239
This commit is contained in:
Spencer Gibb
2019-10-03 16:20:14 -04:00
parent 769c821804
commit 4987007586
12 changed files with 14 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>contract-rest-client</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>jar</packaging>
<parent>

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>contract-rest-service</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>jar</packaging>
<parent>

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>contract-rest-client</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>jar</packaging>
<parent>

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>contract-rest-service</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>jar</packaging>
<parent>

View File

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

View File

@@ -6,7 +6,7 @@
<groupId>com.example.standalone</groupId>
<artifactId>contracts</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<name>Contracts</name>
<description>Contains all the Spring Cloud Contracts, well, contracts. JAR used by the

View File

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

View File

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

View File

@@ -23,7 +23,7 @@
<groupId>com.example</groupId>
<artifactId>http-client-restdocs</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<name>Spring Cloud Contract RestDocs Http Client Sample</name>
<description>Spring Cloud Contract RestDocs Http Client Sample</description>
@@ -82,7 +82,7 @@
<groupId>com.example</groupId>
<artifactId>http-server-restdocs</artifactId>
<classifier>stubs</classifier>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<scope>test</scope>
<exclusions>
<exclusion>

View File

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

View File

@@ -6,7 +6,7 @@
<groupId>com.example</groupId>
<artifactId>http-client-webclient</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<name>Spring Cloud Contract RestDocs Http WebClient Sample</name>
<description>Spring Cloud Contract RestDocs Http WebClient Sample</description>
@@ -54,7 +54,7 @@
<groupId>com.example</groupId>
<artifactId>http-server-webclient</artifactId>
<classifier>stubs</classifier>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<scope>test</scope>
<exclusions>
<exclusion>

View File

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