From 4987007586d1cc10cc26ffe4041b6945569ad22d Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Thu, 3 Oct 2019 16:20:14 -0400 Subject: [PATCH] removes snapshots from guides and samples See gh-1239 --- guides/gs-contract-rest/complete/contract-rest-client/pom.xml | 2 +- .../gs-contract-rest/complete/contract-rest-service/pom.xml | 2 +- guides/gs-contract-rest/initial/contract-rest-client/pom.xml | 2 +- guides/gs-contract-rest/initial/contract-rest-service/pom.xml | 2 +- samples/standalone/contracts/com/example/server/pom.xml | 2 +- samples/standalone/contracts/pom.xml | 2 +- samples/standalone/dsl/http-client/pom.xml | 2 +- samples/standalone/dsl/http-server/pom.xml | 2 +- samples/standalone/restdocs/http-client/pom.xml | 4 ++-- samples/standalone/restdocs/http-server/pom.xml | 2 +- samples/standalone/webclient/http-client/pom.xml | 4 ++-- samples/standalone/webclient/http-server/pom.xml | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/guides/gs-contract-rest/complete/contract-rest-client/pom.xml b/guides/gs-contract-rest/complete/contract-rest-client/pom.xml index d180da95e9..c12a0d0ad5 100644 --- a/guides/gs-contract-rest/complete/contract-rest-client/pom.xml +++ b/guides/gs-contract-rest/complete/contract-rest-client/pom.xml @@ -5,7 +5,7 @@ com.example contract-rest-client - 0.0.1-SNAPSHOT + 0.0.1 jar diff --git a/guides/gs-contract-rest/complete/contract-rest-service/pom.xml b/guides/gs-contract-rest/complete/contract-rest-service/pom.xml index 868f0f77e7..de0aafdefa 100644 --- a/guides/gs-contract-rest/complete/contract-rest-service/pom.xml +++ b/guides/gs-contract-rest/complete/contract-rest-service/pom.xml @@ -5,7 +5,7 @@ com.example contract-rest-service - 0.0.1-SNAPSHOT + 0.0.1 jar diff --git a/guides/gs-contract-rest/initial/contract-rest-client/pom.xml b/guides/gs-contract-rest/initial/contract-rest-client/pom.xml index bcd806ebe3..0599ece1a3 100644 --- a/guides/gs-contract-rest/initial/contract-rest-client/pom.xml +++ b/guides/gs-contract-rest/initial/contract-rest-client/pom.xml @@ -5,7 +5,7 @@ com.example contract-rest-client - 0.0.1-SNAPSHOT + 0.0.1 jar diff --git a/guides/gs-contract-rest/initial/contract-rest-service/pom.xml b/guides/gs-contract-rest/initial/contract-rest-service/pom.xml index dc5e6d06ba..c34d582a2a 100644 --- a/guides/gs-contract-rest/initial/contract-rest-service/pom.xml +++ b/guides/gs-contract-rest/initial/contract-rest-service/pom.xml @@ -5,7 +5,7 @@ com.example contract-rest-service - 0.0.1-SNAPSHOT + 0.0.1 jar diff --git a/samples/standalone/contracts/com/example/server/pom.xml b/samples/standalone/contracts/com/example/server/pom.xml index d26611c9fc..8daff8d028 100644 --- a/samples/standalone/contracts/com/example/server/pom.xml +++ b/samples/standalone/contracts/com/example/server/pom.xml @@ -6,7 +6,7 @@ com.example server - 0.0.1-SNAPSHOT + 0.0.1 Server Stubs POM used to install locally stubs for consumer side diff --git a/samples/standalone/contracts/pom.xml b/samples/standalone/contracts/pom.xml index a35339e1cf..b2cc286f73 100644 --- a/samples/standalone/contracts/pom.xml +++ b/samples/standalone/contracts/pom.xml @@ -6,7 +6,7 @@ com.example.standalone contracts - 0.0.1-SNAPSHOT + 0.0.1 Contracts Contains all the Spring Cloud Contracts, well, contracts. JAR used by the diff --git a/samples/standalone/dsl/http-client/pom.xml b/samples/standalone/dsl/http-client/pom.xml index 04cf44f981..65fc2c06fb 100644 --- a/samples/standalone/dsl/http-client/pom.xml +++ b/samples/standalone/dsl/http-client/pom.xml @@ -6,7 +6,7 @@ com.example http-client-dsl - 0.0.1-SNAPSHOT + 0.0.1 Spring Cloud Contract Verifier Http Client Sample Spring Cloud Contract Verifier Http Client Sample diff --git a/samples/standalone/dsl/http-server/pom.xml b/samples/standalone/dsl/http-server/pom.xml index b7777485b1..22c87ba963 100644 --- a/samples/standalone/dsl/http-server/pom.xml +++ b/samples/standalone/dsl/http-server/pom.xml @@ -6,7 +6,7 @@ com.example http-server-dsl - 0.0.1-SNAPSHOT + 0.0.1 Spring Cloud Contract Verifier Http Server Sample Spring Cloud Contract Verifier Http Server Sample diff --git a/samples/standalone/restdocs/http-client/pom.xml b/samples/standalone/restdocs/http-client/pom.xml index 4b23eaa938..38d043ad5d 100644 --- a/samples/standalone/restdocs/http-client/pom.xml +++ b/samples/standalone/restdocs/http-client/pom.xml @@ -23,7 +23,7 @@ com.example http-client-restdocs - 0.0.1-SNAPSHOT + 0.0.1 Spring Cloud Contract RestDocs Http Client Sample Spring Cloud Contract RestDocs Http Client Sample @@ -82,7 +82,7 @@ com.example http-server-restdocs stubs - 0.0.1-SNAPSHOT + 0.0.1 test diff --git a/samples/standalone/restdocs/http-server/pom.xml b/samples/standalone/restdocs/http-server/pom.xml index f05c70eaf7..0ff55ebc7e 100644 --- a/samples/standalone/restdocs/http-server/pom.xml +++ b/samples/standalone/restdocs/http-server/pom.xml @@ -6,7 +6,7 @@ com.example http-server-restdocs - 0.0.1-SNAPSHOT + 0.0.1 Spring Cloud Contract RestDocs Http Server Sample Spring Cloud RestDocs Verifier Http Server Sample diff --git a/samples/standalone/webclient/http-client/pom.xml b/samples/standalone/webclient/http-client/pom.xml index 9506b44a10..d7d3150344 100644 --- a/samples/standalone/webclient/http-client/pom.xml +++ b/samples/standalone/webclient/http-client/pom.xml @@ -6,7 +6,7 @@ com.example http-client-webclient - 0.0.1-SNAPSHOT + 0.0.1 Spring Cloud Contract RestDocs Http WebClient Sample Spring Cloud Contract RestDocs Http WebClient Sample @@ -54,7 +54,7 @@ com.example http-server-webclient stubs - 0.0.1-SNAPSHOT + 0.0.1 test diff --git a/samples/standalone/webclient/http-server/pom.xml b/samples/standalone/webclient/http-server/pom.xml index a4322b2849..66b11adc49 100644 --- a/samples/standalone/webclient/http-server/pom.xml +++ b/samples/standalone/webclient/http-server/pom.xml @@ -6,7 +6,7 @@ com.example http-server-webclient - 0.0.1-SNAPSHOT + 0.0.1 Spring Cloud Contract RestDocs Http Server Sample Spring Cloud RestDocs Verifier Http Server Sample