File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3
3
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
6
- <groupId >com.example.deadlock </groupId >
6
+ <groupId >com.example</groupId >
7
7
<artifactId >sleuth-issue-1128</artifactId >
8
8
<version >0.0.1-SNAPSHOT</version >
9
9
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.springframework.boot</groupId >
10
10
<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 -->
12
13
</parent >
13
14
14
- <groupId >com.example.deadlock </groupId >
15
+ <groupId >com.example</groupId >
15
16
<artifactId >sleuth-issue-1200</artifactId >
16
17
<version >0.0.1-SNAPSHOT</version >
17
18
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.springframework.boot</groupId >
6
6
<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 -->
8
9
</parent >
9
10
10
- <groupId >com.example.deadlock </groupId >
11
+ <groupId >com.example</groupId >
11
12
<artifactId >sleuth-issue-1442</artifactId >
12
13
<version >0.0.1-SNAPSHOT</version >
13
14
<packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments