diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index 03ebbfa..fe7cc13 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-bootstrap + org.springframework.cloud.test + spring-cloud-test-bootstrap ${spring-cloud.version} jar - spring-cloud-sample-bootstrap + spring-cloud-test-bootstrap Demo project for Spring Cloud diff --git a/bus/pom.xml b/bus/pom.xml index c793a56..a0611a0 100644 --- a/bus/pom.xml +++ b/bus/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-bus + org.springframework.cloud.test + spring-cloud-test-bus ${spring-cloud.version} jar - spring-cloud-sample-bus + spring-cloud-test-bus Demo project for Spring Cloud diff --git a/config-client-decrypt/pom.xml b/config-client-decrypt/pom.xml index 5cdf42d..5f151ab 100644 --- a/config-client-decrypt/pom.xml +++ b/config-client-decrypt/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-config-client-decrypt + org.springframework.cloud.test + spring-cloud-test-config-client-decrypt ${spring-cloud.version} jar - spring-cloud-sample-config-client-decrypt + spring-cloud-test-config-client-decrypt Demo project for Spring Cloud diff --git a/config-client/pom.xml b/config-client/pom.xml index 4313a03..02a2c5e 100644 --- a/config-client/pom.xml +++ b/config-client/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-config-client + org.springframework.cloud.test + spring-cloud-test-config-client ${spring-cloud.version} jar - spring-cloud-sample-config-client + spring-cloud-test-config-client Demo project for Spring Cloud diff --git a/config-retry/pom.xml b/config-retry/pom.xml index 516bff4..f8b4641 100644 --- a/config-retry/pom.xml +++ b/config-retry/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-config-retry + org.springframework.cloud.test + spring-cloud-test-config-retry ${spring-cloud.version} jar - spring-cloud-sample-config-retry + spring-cloud-test-config-retry Demo project for Spring Cloud diff --git a/configserver-bootstrap/pom.xml b/configserver-bootstrap/pom.xml index a836ea8..3045273 100644 --- a/configserver-bootstrap/pom.xml +++ b/configserver-bootstrap/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-configserver-bootstrap + org.springframework.cloud.test + spring-cloud-test-configserver-bootstrap ${spring-cloud.version} jar - spring-cloud-sample-configserver-bootstrap + spring-cloud-test-configserver-bootstrap Demo project for Spring Cloud diff --git a/configserver-eureka/pom.xml b/configserver-eureka/pom.xml index b5e9da2..b1a22e7 100644 --- a/configserver-eureka/pom.xml +++ b/configserver-eureka/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-configserver-eureka + org.springframework.cloud.test + spring-cloud-test-configserver-eureka ${spring-cloud.version} jar - spring-cloud-sample-configserver-eureka + spring-cloud-test-configserver-eureka Demo project for Spring Cloud diff --git a/configserver/pom.xml b/configserver/pom.xml index 6a5a424..bb7b857 100644 --- a/configserver/pom.xml +++ b/configserver/pom.xml @@ -3,11 +3,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-configserver + org.springframework.cloud.test + spring-cloud-test-configserver jar - spring-cloud-sample-configserver + spring-cloud-test-configserver Demo project for Spring Cloud diff --git a/eureka-client/pom.xml b/eureka-client/pom.xml index 93479cc..5dbef18 100644 --- a/eureka-client/pom.xml +++ b/eureka-client/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-eureka-client + org.springframework.cloud.test + spring-cloud-test-eureka-client ${spring-cloud.version} jar - spring-cloud-sample-eureka-client + spring-cloud-test-eureka-client Demo project for Spring Cloud diff --git a/eureka-first/pom.xml b/eureka-first/pom.xml index 9feea89..5651298 100644 --- a/eureka-first/pom.xml +++ b/eureka-first/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-eureka-first + org.springframework.cloud.test + spring-cloud-test-eureka-first ${spring-cloud.version} jar - spring-cloud-sample-eureka-first + spring-cloud-test-eureka-first Demo project for Spring Cloud diff --git a/eureka-noweb/pom.xml b/eureka-noweb/pom.xml index 4f090f8..518b1e1 100644 --- a/eureka-noweb/pom.xml +++ b/eureka-noweb/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-eureka-noweb + org.springframework.cloud.test + spring-cloud-test-eureka-noweb ${spring-cloud.version} jar - spring-cloud-sample-eureka-noweb + spring-cloud-test-eureka-noweb Demo project for Spring Cloud diff --git a/eureka-server/pom.xml b/eureka-server/pom.xml index 2abcdd1..93e53bf 100644 --- a/eureka-server/pom.xml +++ b/eureka-server/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-eureka-server + org.springframework.cloud.test + spring-cloud-test-eureka-server ${spring-cloud.version} jar - spring-cloud-sample-eureka-server + spring-cloud-test-eureka-server Demo project for Spring Cloud diff --git a/feign-eager-instantiation/pom.xml b/feign-eager-instantiation/pom.xml index 49926c7..f254470 100644 --- a/feign-eager-instantiation/pom.xml +++ b/feign-eager-instantiation/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-feign-eager-instantiation + org.springframework.cloud.test + spring-cloud-test-feign-eager-instantiation 0.0.1-SNAPSHOT jar - spring-cloud-sample-feign-eager-instantiation + spring-cloud-test-feign-eager-instantiation Demo project for Spring Cloud diff --git a/feign-eureka/pom.xml b/feign-eureka/pom.xml index 4265542..1bccf97 100644 --- a/feign-eureka/pom.xml +++ b/feign-eureka/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-feign-eureka + org.springframework.cloud.test + spring-cloud-test-feign-eureka ${spring-cloud.version} jar - spring-cloud-sample-feign-eureka + spring-cloud-test-feign-eureka Demo project for Spring Cloud diff --git a/feign-hystrix/pom.xml b/feign-hystrix/pom.xml index dc70c90..11b2fee 100644 --- a/feign-hystrix/pom.xml +++ b/feign-hystrix/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-feign-hystrix + org.springframework.cloud.test + spring-cloud-test-feign-hystrix ${spring-cloud.version} jar - spring-cloud-sample-feign-hystrix + spring-cloud-test-feign-hystrix Demo project for Spring Cloud diff --git a/feign/pom.xml b/feign/pom.xml index 11dd47a..9a74170 100644 --- a/feign/pom.xml +++ b/feign/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-feign + org.springframework.cloud.test + spring-cloud-test-feign ${spring-cloud.version} jar - spring-cloud-sample-feign + spring-cloud-test-feign Demo project for Spring Cloud diff --git a/hystrix-amqp/pom.xml b/hystrix-amqp/pom.xml index ef529b5..c75e256 100644 --- a/hystrix-amqp/pom.xml +++ b/hystrix-amqp/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-hystrix-amqp + org.springframework.cloud.test + spring-cloud-test-hystrix-amqp ${spring-cloud.version} jar - spring-cloud-sample-hystrix-amqp + spring-cloud-test-hystrix-amqp Demo project for Spring Cloud diff --git a/hystrix/pom.xml b/hystrix/pom.xml index bb0375c..75490af 100644 --- a/hystrix/pom.xml +++ b/hystrix/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-hystrix + org.springframework.cloud.test + spring-cloud-test-hystrix ${spring-cloud.version} jar - spring-cloud-sample-hystrix + spring-cloud-test-hystrix Demo project for Spring Cloud diff --git a/netflix-sidecar/pom.xml b/netflix-sidecar/pom.xml index 3627fea..4dff89b 100644 --- a/netflix-sidecar/pom.xml +++ b/netflix-sidecar/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-netflix-sidecar + org.springframework.cloud.test + spring-cloud-test-netflix-sidecar ${spring-cloud.version} jar - spring-cloud-sample-netflix-sidecar + spring-cloud-test-netflix-sidecar Demo project for Spring Cloud diff --git a/noweb/pom.xml b/noweb/pom.xml index 53c5648..cc79a94 100644 --- a/noweb/pom.xml +++ b/noweb/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-noweb + org.springframework.cloud.test + spring-cloud-test-noweb ${spring-cloud.version} jar - spring-cloud-sample-noweb + spring-cloud-test-noweb Demo project for Spring Cloud diff --git a/oauth2-ribbon/pom.xml b/oauth2-ribbon/pom.xml index d50f241..cab92f7 100644 --- a/oauth2-ribbon/pom.xml +++ b/oauth2-ribbon/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-oauth2-ribbon + org.springframework.cloud.test + spring-cloud-test-oauth2-ribbon ${spring-cloud.version} jar - spring-cloud-sample-oauth2-ribbon + spring-cloud-test-oauth2-ribbon Demo project for Spring Cloud diff --git a/oauth2-zuul/pom.xml b/oauth2-zuul/pom.xml index 9e0905e..a9b33f4 100644 --- a/oauth2-zuul/pom.xml +++ b/oauth2-zuul/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-oauth2-zuul + org.springframework.cloud.test + spring-cloud-test-oauth2-zuul ${spring-cloud.version} jar - spring-cloud-sample-oauth2-zuul + spring-cloud-test-oauth2-zuul Demo project for Spring Cloud diff --git a/pom.xml b/pom.xml index 78a3238..aef7406 100644 --- a/pom.xml +++ b/pom.xml @@ -7,11 +7,11 @@ 2.1.0.RELEASE - spring-cloud-samples-tests + spring-cloud-tests Greenwich.BUILD-SNAPSHOT pom - Spring Cloud Samples Tests - Spring Cloud Samples Tests + Spring Cloud Core Tests + Spring Cloud Core Tests https://projects.spring.io/spring-cloud/ Pivotal Software, Inc. diff --git a/ribbon-default-config/pom.xml b/ribbon-default-config/pom.xml index a343d51..deb18bb 100644 --- a/ribbon-default-config/pom.xml +++ b/ribbon-default-config/pom.xml @@ -21,7 +21,7 @@ org.springframework.cloud - spring-cloud-sample-ribbon-default-config + spring-cloud-test-ribbon-default-config ${spring-cloud.version} jar diff --git a/ribbon-eureka/pom.xml b/ribbon-eureka/pom.xml index e8295b9..758b00e 100644 --- a/ribbon-eureka/pom.xml +++ b/ribbon-eureka/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-ribbon-eureka + org.springframework.cloud.test + spring-cloud-test-ribbon-eureka ${spring-cloud.version} jar - spring-cloud-sample-ribbon-eureka + spring-cloud-test-ribbon-eureka Demo project for Spring Cloud diff --git a/sleuth/pom.xml b/sleuth/pom.xml index f5723da..bdc1938 100644 --- a/sleuth/pom.xml +++ b/sleuth/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-sleuth + org.springframework.cloud.test + spring-cloud-test-sleuth ${spring-cloud.version} jar - spring-cloud-sample-sleuth + spring-cloud-test-sleuth Demo project for Spring Cloud diff --git a/stream-bus/pom.xml b/stream-bus/pom.xml index a5f2cf2..2a64fe6 100644 --- a/stream-bus/pom.xml +++ b/stream-bus/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-stream-bus + org.springframework.cloud.test + spring-cloud-test-stream-bus ${spring-cloud.version} jar - spring-cloud-sample-stream-bus + spring-cloud-test-stream-bus Demo project for Spring Cloud diff --git a/turbine-amqp/pom.xml b/turbine-amqp/pom.xml index 7888d6e..4191536 100644 --- a/turbine-amqp/pom.xml +++ b/turbine-amqp/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-turbine-amqp + org.springframework.cloud.test + spring-cloud-test-turbine-amqp ${spring-cloud.version} jar - spring-cloud-sample-turbine-amqp + spring-cloud-test-turbine-amqp Demo project for Spring Cloud diff --git a/turbine/pom.xml b/turbine/pom.xml index 1420e54..e6b2337 100644 --- a/turbine/pom.xml +++ b/turbine/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-turbine + org.springframework.cloud.test + spring-cloud-test-turbine ${spring-cloud.version} jar - spring-cloud-sample-turbine + spring-cloud-test-turbine Demo project for Spring Cloud diff --git a/vanilla/pom.xml b/vanilla/pom.xml index 6113a8a..12fc122 100644 --- a/vanilla/pom.xml +++ b/vanilla/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-vanilla + org.springframework.cloud.test + spring-cloud-test-vanilla ${spring-cloud.version} jar - spring-cloud-sample-vanilla + spring-cloud-test-vanilla Demo project for Spring Cloud diff --git a/zipkin/pom.xml b/zipkin/pom.xml index 0f1fff8..70384d4 100644 --- a/zipkin/pom.xml +++ b/zipkin/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-zipkin + org.springframework.cloud.test + spring-cloud-test-zipkin ${spring-cloud.version} jar - spring-cloud-sample-zipkin + spring-cloud-test-zipkin Demo project for Spring Cloud diff --git a/zuul-config-discovery/pom.xml b/zuul-config-discovery/pom.xml index a5966e1..a3f557e 100755 --- a/zuul-config-discovery/pom.xml +++ b/zuul-config-discovery/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-zuul-config-discovery + org.springframework.cloud.test + spring-cloud-test-zuul-config-discovery ${spring-cloud.version} jar - spring-cloud-sample-zuul-config-discovery + spring-cloud-test-zuul-config-discovery Demo project for Spring Cloud diff --git a/zuul-proxy-eureka/pom.xml b/zuul-proxy-eureka/pom.xml index 7efd3e6..b2e9ba3 100644 --- a/zuul-proxy-eureka/pom.xml +++ b/zuul-proxy-eureka/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-zuul-proxy-eureka + org.springframework.cloud.test + spring-cloud-test-zuul-proxy-eureka ${spring-cloud.version} jar - spring-cloud-sample-zuul-proxy-eureka + spring-cloud-test-zuul-proxy-eureka Demo project for Spring Cloud diff --git a/zuul-proxy/pom.xml b/zuul-proxy/pom.xml index 30efd15..6c81b38 100644 --- a/zuul-proxy/pom.xml +++ b/zuul-proxy/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-zuul-proxy + org.springframework.cloud.test + spring-cloud-test-zuul-proxy ${spring-cloud.version} jar - spring-cloud-sample-zuul-proxy + spring-cloud-test-zuul-proxy Demo project for Spring Cloud diff --git a/zuul/pom.xml b/zuul/pom.xml index f3d0aa6..a0cddf6 100644 --- a/zuul/pom.xml +++ b/zuul/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud.sample - spring-cloud-sample-zuul + org.springframework.cloud.test + spring-cloud-test-zuul ${spring-cloud.version} jar - spring-cloud-sample-zuul + spring-cloud-test-zuul Demo project for Spring Cloud