update links to docker article
This commit is contained in:
parent
c36cbb21e3
commit
d331a6f2b2
|
@ -1,15 +0,0 @@
|
||||||
<?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>
|
|
||||||
<artifactId>docker-internal-dto</artifactId>
|
|
||||||
<name>docker-internal-dto</name>
|
|
||||||
|
|
||||||
<parent>
|
|
||||||
<groupId>com.baeldung.docker</groupId>
|
|
||||||
<artifactId>docker-modules</artifactId>
|
|
||||||
<version>0.0.1</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
</project>
|
|
|
@ -1,14 +0,0 @@
|
||||||
package com.baeldung.docker.dto;
|
|
||||||
|
|
||||||
public class VariableDto {
|
|
||||||
|
|
||||||
private final String value;
|
|
||||||
|
|
||||||
public VariableDto(String value) {
|
|
||||||
this.value = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getValue() {
|
|
||||||
return value;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -4,14 +4,14 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>docker-push-to-private-repo</artifactId>
|
<artifactId>docker-push-to-private-repo</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
|
||||||
<name>docker-push-to-private-repo</name>
|
<name>docker-push-to-private-repo</name>
|
||||||
<description>Example application to showcase how to push a docker image to a private repository</description>
|
<description>Example application to showcase how to push a docker image to a private repository</description>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.baeldung.docker</groupId>
|
<groupId>com.baeldung</groupId>
|
||||||
<artifactId>docker-modules</artifactId>
|
<artifactId>parent-boot-2</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
|
<relativePath>../../parent-boot-2</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
@ -7,10 +7,11 @@
|
||||||
<name>docker-sample-app</name>
|
<name>docker-sample-app</name>
|
||||||
<description>Demo project for Spring Boot and Docker</description>
|
<description>Demo project for Spring Boot and Docker</description>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.baeldung.docker</groupId>
|
<groupId>com.baeldung</groupId>
|
||||||
<artifactId>docker-modules</artifactId>
|
<artifactId>parent-boot-2</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
|
<relativePath>../../parent-boot-2</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.baeldung.docker</groupId>
|
<groupId>com.baeldung</groupId>
|
||||||
<artifactId>docker-spring-boot-postgres</artifactId>
|
<artifactId>docker-spring-boot-postgres</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<name>docker-spring-boot-postgres</name>
|
<name>docker-spring-boot-postgres</name>
|
||||||
|
|
|
@ -7,10 +7,11 @@
|
||||||
<name>docker-spring-boot</name>
|
<name>docker-spring-boot</name>
|
||||||
<description>Demo project showing Spring Boot and Docker</description>
|
<description>Demo project showing Spring Boot and Docker</description>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.baeldung.docker</groupId>
|
<groupId>com.baeldung</groupId>
|
||||||
<artifactId>docker-modules</artifactId>
|
<artifactId>parent-boot-2</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
|
<relativePath>../../parent-boot-2</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
@ -3,22 +3,19 @@
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.baeldung.docker</groupId>
|
<groupId>com.baeldung</groupId>
|
||||||
<artifactId>docker-modules</artifactId>
|
<artifactId>docker-modules</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<name>docker-modules</name>
|
<name>docker-modules</name>
|
||||||
<description>Demo project showing Spring Boot and Docker</description>
|
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.baeldung</groupId>
|
<groupId>com.baeldung</groupId>
|
||||||
<artifactId>parent-boot-2</artifactId>
|
<artifactId>parent-modules</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<relativePath>../parent-boot-2</relativePath>
|
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>docker-internal-dto</module>
|
|
||||||
<module>docker-spring-boot</module>
|
<module>docker-spring-boot</module>
|
||||||
<module>docker-sample-app</module>
|
<module>docker-sample-app</module>
|
||||||
<module>docker-caching/single-module-caching</module>
|
<module>docker-caching/single-module-caching</module>
|
||||||
|
|
Loading…
Reference in New Issue