JAVA-11493 Renamed spring-sleuth to spring-cloud-sleuth (#12365)

This commit is contained in:
Dhawal Kapil 2022-06-16 23:57:01 +05:30 committed by GitHub
parent a5ddb7dd9c
commit 4206dfd9e6
13 changed files with 5 additions and 5 deletions

View File

@ -52,7 +52,7 @@
<module>spring-cloud-docker</module>
<module>spring-cloud-bus</module>
<module>spring-cloud-data-flow</module>
<module>spring-sleuth</module>
<module>spring-cloud-sleuth</module>
</modules>
<build>

View File

@ -3,10 +3,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-sleuth</artifactId>
<artifactId>spring-cloud-sleuth</artifactId>
<groupId>com.baeldung.spring.cloud</groupId>
<version>1.0.0-SNAPSHOT</version>
<name>spring-sleuth</name>
<name>spring-cloud-sleuth</name>
<packaging>jar</packaging>
<parent>