This commit is contained in:
Dhawal Kapil 2022-06-04 13:47:09 +05:30
commit 08d11b982c
155 changed files with 876 additions and 17 deletions

View File

@ -8,7 +8,7 @@
<parent>
<groupId>com.baeldung.docker</groupId>
<artifactId>docker</artifactId>
<artifactId>docker-modules</artifactId>
<version>0.0.1</version>
</parent>

View File

@ -10,7 +10,7 @@
<parent>
<groupId>com.baeldung.docker</groupId>
<artifactId>docker</artifactId>
<artifactId>docker-modules</artifactId>
<version>0.0.1</version>
</parent>

View File

@ -9,7 +9,7 @@
<parent>
<groupId>com.baeldung.docker</groupId>
<artifactId>docker</artifactId>
<artifactId>docker-modules</artifactId>
<version>0.0.1</version>
</parent>

View File

@ -9,7 +9,7 @@
<parent>
<groupId>com.baeldung.docker</groupId>
<artifactId>docker</artifactId>
<artifactId>docker-modules</artifactId>
<version>0.0.1</version>
</parent>

View File

@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.docker</groupId>
<artifactId>docker</artifactId>
<artifactId>docker-modules</artifactId>
<version>0.0.1</version>
<name>docker</name>
<name>docker-modules</name>
<description>Demo project showing Spring Boot and Docker</description>
<packaging>pom</packaging>

View File

@ -9,7 +9,7 @@
<parent>
<groupId>com.baeldung.graphql</groupId>
<artifactId>graphql</artifactId>
<artifactId>graphql-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

View File

@ -10,7 +10,7 @@
<parent>
<groupId>com.baeldung.graphql</groupId>
<artifactId>graphql</artifactId>
<artifactId>graphql-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

Some files were not shown because too many files have changed in this diff Show More