Skip to content

Commit ac372e5

Browse files
Fixed broken setup
1 parent 2d5c3fc commit ac372e5

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

1128/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>com.example.deadlock</groupId>
6+
<groupId>com.example</groupId>
77
<artifactId>sleuth-issue-1128</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>

1200/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>0.0.1-BUILD-SNAPSHOT</version>
11+
<version>2.4.0-SNAPSHOT</version>
12+
<relativePath/> <!-- lookup parent from repository -->
1213
</parent>
1314

14-
<groupId>com.example.deadlock</groupId>
15+
<groupId>com.example</groupId>
1516
<artifactId>sleuth-issue-1200</artifactId>
1617
<version>0.0.1-SNAPSHOT</version>
1718
<packaging>jar</packaging>

1442/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>0.0.1-BUILD-SNAPSHOT</version>
7+
<version>2.4.0-SNAPSHOT</version>
8+
<relativePath/> <!-- lookup parent from repository -->
89
</parent>
910

10-
<groupId>com.example.deadlock</groupId>
11+
<groupId>com.example</groupId>
1112
<artifactId>sleuth-issue-1442</artifactId>
1213
<version>0.0.1-SNAPSHOT</version>
1314
<packaging>jar</packaging>

0 commit comments

Comments
 (0)