2020-09-21 19:08:21 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>com.baeldung.docker</groupId>
|
2020-10-30 12:44:33 -04:00
|
|
|
<artifactId>docker</artifactId>
|
2020-09-21 19:08:21 -04:00
|
|
|
<version>0.0.1</version>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>docker-internal-dto</artifactId>
|
2020-11-16 08:45:31 -05:00
|
|
|
<name>docker-internal-dto</name>
|
2020-09-21 19:08:21 -04:00
|
|
|
|
2020-11-16 08:45:31 -05:00
|
|
|
</project>
|