File tree Expand file tree Collapse file tree 6 files changed +6
-4
lines changed
spring-boot-custom-starter/greeter-spring-boot-sample-app
spring-boot-parent/spring-boot-with-custom-parent
disabling-console-logback Expand file tree Collapse file tree 6 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1111 <groupId >com.baeldung</groupId >
1212 <artifactId >parent-modules</artifactId >
1313 <version >1.0.0-SNAPSHOT</version >
14+ <relativePath >../..</relativePath >
1415 </parent >
1516
1617 <dependencies >
Original file line number Diff line number Diff line change 1010 <groupId >com.baeldung</groupId >
1111 <artifactId >parent-boot-1</artifactId >
1212 <version >0.0.1-SNAPSHOT</version >
13- <relativePath >../../spring -boot-custom-starter </relativePath >
13+ <relativePath >../../parent -boot-1 </relativePath >
1414 </parent >
1515
1616 <dependencies >
Original file line number Diff line number Diff line change 1111 <groupId >com.baeldung</groupId >
1212 <artifactId >parent-boot-2</artifactId >
1313 <version >0.0.1-SNAPSHOT</version >
14+ <relativePath >../../parent-boot-2</relativePath >
1415 </parent >
1516
1617 <dependencies >
Original file line number Diff line number Diff line change 88
99 <parent >
1010 <groupId >com.baeldung</groupId >
11- <artifactId >spring-boot-disable-console-logging </artifactId >
11+ <artifactId >spring-boot-runtime </artifactId >
1212 <version >0.0.1-SNAPSHOT</version >
13- <relativePath >../</relativePath >
1413 </parent >
1514
1615 <dependencies >
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <artifactId >spring-boot-runtime</artifactId >
66 <name >spring-boot-runtime</name >
7- <packaging >war </packaging >
7+ <packaging >pom </packaging >
88 <description >Demo project for Spring Boot</description >
99
1010 <parent >
Original file line number Diff line number Diff line change 1111 <groupId >com.baeldung</groupId >
1212 <artifactId >parent-boot-1</artifactId >
1313 <version >0.0.1-SNAPSHOT</version >
14+ <relativePath >../parent-boot-1</relativePath >
1415 </parent >
1516
1617 <dependencies >
You can’t perform that action at this time.
0 commit comments