File tree Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<parent >
13
13
<groupId >com.baeldung</groupId >
14
- <artifactId >parent-boot-2 </artifactId >
15
- <version >0 .0.1 -SNAPSHOT</version >
16
- <relativePath >../parent-boot-2 </relativePath >
14
+ <artifactId >parent-modules </artifactId >
15
+ <version >1 .0.0 -SNAPSHOT</version >
16
+ <relativePath >../</relativePath >
17
17
</parent >
18
18
19
19
<repositories >
Original file line number Diff line number Diff line change 12
12
<artifactId >spring-ejb</artifactId >
13
13
<version >1.0.0-SNAPSHOT</version >
14
14
</parent >
15
-
15
+
16
+ <dependencyManagement >
17
+ <dependencies >
18
+ <dependency >
19
+ <groupId >org.springframework.boot</groupId >
20
+ <artifactId >spring-boot-dependencies</artifactId >
21
+ <version >${spring-boot.version} </version >
22
+ <type >pom</type >
23
+ <scope >import</scope >
24
+ </dependency >
25
+ </dependencies >
26
+ </dependencyManagement >
27
+
16
28
<dependencies >
17
29
<dependency >
18
30
<groupId >org.springframework.boot</groupId >
49
61
<plugin >
50
62
<groupId >org.springframework.boot</groupId >
51
63
<artifactId >spring-boot-maven-plugin</artifactId >
52
- <version >2.0.4.RELEASE </version >
64
+ <version >${spring-boot.version} </version >
53
65
</plugin >
54
66
</plugins >
55
67
</build >
56
68
69
+ <properties >
70
+ <spring-boot .version>2.0.4.RELEASE</spring-boot .version>
71
+ </properties >
72
+
57
73
</project >
You can’t perform that action at this time.
0 commit comments