#113: Renamed kubernetes-zipkin module to kubernetes-zipkin-example.

This commit is contained in:
Chris Laprun
2017-07-11 14:28:20 +02:00
parent ed703b3c79
commit 3d9ef1b497
6 changed files with 2 additions and 3 deletions

View File

@@ -9,8 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>kubernetes-zipkin</artifactId>
<artifactId>kubernetes-zipkin-example</artifactId>
<name>Spring Cloud Kubernetes :: Examples :: Zipkin</name>
<description>Example that demonstrates how to send Zipkin traces from a Spring Boot
application to Zipkin server running In Kubernetes

View File

@@ -19,7 +19,7 @@
<module>kubernetes-reload-example</module>
<module>kubernetes-hello-world-example</module>
<module>kubernetes-circuitbreaker-ribbon-example</module>
<module>kubernetes-zipkin</module>
<module>kubernetes-zipkin-example</module>
</modules>
</project>