diff --git a/samples/standalone/contracts/com/example/server/pom.xml b/samples/standalone/contracts/com/example/server/pom.xml index a98f7a8c35..9df3c430cf 100644 --- a/samples/standalone/contracts/com/example/server/pom.xml +++ b/samples/standalone/contracts/com/example/server/pom.xml @@ -5,7 +5,7 @@ com.example server - 1.2.2.BUILD-SNAPSHOT + 0.0.1-SNAPSHOT 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 8a7cc3c85d..acc1969216 100644 --- a/samples/standalone/contracts/pom.xml +++ b/samples/standalone/contracts/pom.xml @@ -5,7 +5,7 @@ com.example.standalone contracts - 1.2.2.BUILD-SNAPSHOT + 0.0.1-SNAPSHOT Contracts Contains all the Spring Cloud Contracts, well, contracts. JAR used by the producers to generate tests and stubs diff --git a/samples/standalone/dsl/http-client/pom.xml b/samples/standalone/dsl/http-client/pom.xml index d125d96432..20d4bd48f9 100644 --- a/samples/standalone/dsl/http-client/pom.xml +++ b/samples/standalone/dsl/http-client/pom.xml @@ -5,7 +5,7 @@ com.example http-client-dsl - 1.2.2.BUILD-SNAPSHOT + 0.0.1-SNAPSHOT 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 57cc4d2c8d..222b5b7c73 100644 --- a/samples/standalone/dsl/http-server/pom.xml +++ b/samples/standalone/dsl/http-server/pom.xml @@ -5,7 +5,7 @@ com.example http-server-dsl - 1.2.2.BUILD-SNAPSHOT + 0.0.1-SNAPSHOT Spring Cloud Contract Verifier Http Server Sample Spring Cloud Contract Verifier Http Server Sample diff --git a/samples/standalone/messaging/stream-sink/pom.xml b/samples/standalone/messaging/stream-sink/pom.xml index f9612e5df5..73c3e5d34c 100644 --- a/samples/standalone/messaging/stream-sink/pom.xml +++ b/samples/standalone/messaging/stream-sink/pom.xml @@ -5,7 +5,7 @@ com.example stream-sink - 1.2.2.BUILD-SNAPSHOT + 0.0.1-SNAPSHOT jar Stream Sink Sample diff --git a/samples/standalone/messaging/stream-source/pom.xml b/samples/standalone/messaging/stream-source/pom.xml index d881e19b93..a84336623b 100644 --- a/samples/standalone/messaging/stream-source/pom.xml +++ b/samples/standalone/messaging/stream-source/pom.xml @@ -5,7 +5,7 @@ com.example stream-source - 1.2.2.BUILD-SNAPSHOT + 0.0.1-SNAPSHOT jar Stream Source Sample diff --git a/samples/standalone/pact/pact-http-client/pom.xml b/samples/standalone/pact/pact-http-client/pom.xml index e423f09dcb..7811daf6bd 100644 --- a/samples/standalone/pact/pact-http-client/pom.xml +++ b/samples/standalone/pact/pact-http-client/pom.xml @@ -5,7 +5,7 @@ com.example pact-http-client - 1.2.2.BUILD-SNAPSHOT + 0.0.1-SNAPSHOT Spring Cloud Contract Verifier Http Client Sample with Pact Spring Cloud Contract Verifier Http Client Sample with Pact diff --git a/samples/standalone/pact/pact-http-server/pom.xml b/samples/standalone/pact/pact-http-server/pom.xml index 6fe4e4f39b..d0d8769c63 100644 --- a/samples/standalone/pact/pact-http-server/pom.xml +++ b/samples/standalone/pact/pact-http-server/pom.xml @@ -5,7 +5,7 @@ com.example pact-http-server - 1.2.2.BUILD-SNAPSHOT + 0.0.1-SNAPSHOT Spring Cloud Contract Verifier Http Server Sample with Pact Spring Cloud Contract Verifier Http Server Sample with Pact diff --git a/samples/standalone/restdocs/http-client/pom.xml b/samples/standalone/restdocs/http-client/pom.xml index a5d84d9772..20fdc253a2 100644 --- a/samples/standalone/restdocs/http-client/pom.xml +++ b/samples/standalone/restdocs/http-client/pom.xml @@ -5,7 +5,7 @@ com.example http-client-restdocs - 1.2.2.BUILD-SNAPSHOT + 0.0.1-SNAPSHOT Spring Cloud Contract RestDocs Http Client Sample Spring Cloud Contract RestDocs Http Client Sample diff --git a/samples/standalone/restdocs/http-server/pom.xml b/samples/standalone/restdocs/http-server/pom.xml index 4f3c1b416b..ac17ca768c 100644 --- a/samples/standalone/restdocs/http-server/pom.xml +++ b/samples/standalone/restdocs/http-server/pom.xml @@ -5,7 +5,7 @@ com.example http-server-restdocs - 1.2.2.BUILD-SNAPSHOT + 0.0.1-SNAPSHOT Spring Cloud Contract RestDocs Http Server Sample Spring Cloud RestDocs Verifier Http Server Sample