Skip to content

Commit c128e0b

Browse files
authored
[JAVA-29181] Upgrade docker-compose-2 to Spring Boot 3 (#16031)
1 parent 8760727 commit c128e0b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • docker-modules/docker-compose-2

docker-modules/docker-compose-2/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>docker-compose-2</artifactId>
77
<description>Demo project for Spring Boot and Docker - Module docker-compose-2</description>
8+
<packaging>pom</packaging>
89

910
<parent>
1011
<groupId>com.baeldung</groupId>
11-
<artifactId>parent-boot-2</artifactId>
12+
<artifactId>parent-boot-3</artifactId>
1213
<version>0.0.1-SNAPSHOT</version>
13-
<relativePath>../../parent-boot-2</relativePath>
14+
<relativePath>../../parent-boot-3</relativePath>
1415
</parent>
1516

1617
</project>

0 commit comments

Comments
 (0)