We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8760727 commit c128e0bCopy full SHA for c128e0b
1 file changed
docker-modules/docker-compose-2/pom.xml
@@ -5,12 +5,13 @@
5
<modelVersion>4.0.0</modelVersion>
6
<artifactId>docker-compose-2</artifactId>
7
<description>Demo project for Spring Boot and Docker - Module docker-compose-2</description>
8
+ <packaging>pom</packaging>
9
10
<parent>
11
<groupId>com.baeldung</groupId>
- <artifactId>parent-boot-2</artifactId>
12
+ <artifactId>parent-boot-3</artifactId>
13
<version>0.0.1-SNAPSHOT</version>
- <relativePath>../../parent-boot-2</relativePath>
14
+ <relativePath>../../parent-boot-3</relativePath>
15
</parent>
16
17
</project>
0 commit comments