Skip to content

Commit b2aaaea

Browse files
author
Swapan Pramanick
committed
BAEL-4546 incorporate thee review comments
1 parent 1fc112d commit b2aaaea

2 files changed

Lines changed: 37 additions & 37 deletions

File tree

docker/docker-sample-app/pom.xml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4-
<modelVersion>4.0.0</modelVersion>
5-
<parent>
6-
<groupId>com.baeldung.docker</groupId>
7-
<artifactId>docker</artifactId>
8-
<version>0.0.1</version>
9-
</parent>
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<parent>
6+
<groupId>com.baeldung.docker</groupId>
7+
<artifactId>docker</artifactId>
8+
<version>0.0.1</version>
9+
</parent>
1010

11-
<artifactId>docker-sample-app</artifactId>
12-
<name>docker-sample-app</name>
13-
<description>Demo project for Spring Boot and Docker</description>
11+
<artifactId>docker-sample-app</artifactId>
12+
<name>docker-sample-app</name>
13+
<description>Demo project for Spring Boot and Docker</description>
1414

15-
<properties>
16-
<java.version>11</java.version>
17-
</properties>
15+
<properties>
16+
<java.version>11</java.version>
17+
</properties>
1818

19-
<dependencies>
20-
<dependency>
21-
<groupId>org.springframework.boot</groupId>
22-
<artifactId>spring-boot-starter</artifactId>
23-
</dependency>
24-
<dependency>
25-
<groupId>org.springframework.boot</groupId>
26-
<artifactId>spring-boot-starter-web</artifactId>
27-
</dependency>
19+
<dependencies>
20+
<dependency>
21+
<groupId>org.springframework.boot</groupId>
22+
<artifactId>spring-boot-starter</artifactId>
23+
</dependency>
24+
<dependency>
25+
<groupId>org.springframework.boot</groupId>
26+
<artifactId>spring-boot-starter-web</artifactId>
27+
</dependency>
2828

29-
<dependency>
30-
<groupId>org.springframework.boot</groupId>
31-
<artifactId>spring-boot-starter-test</artifactId>
32-
<scope>test</scope>
33-
</dependency>
34-
</dependencies>
29+
<dependency>
30+
<groupId>org.springframework.boot</groupId>
31+
<artifactId>spring-boot-starter-test</artifactId>
32+
<scope>test</scope>
33+
</dependency>
34+
</dependencies>
3535

36-
<build>
37-
<plugins>
38-
<plugin>
39-
<groupId>org.springframework.boot</groupId>
40-
<artifactId>spring-boot-maven-plugin</artifactId>
41-
</plugin>
42-
</plugins>
43-
</build>
36+
<build>
37+
<plugins>
38+
<plugin>
39+
<groupId>org.springframework.boot</groupId>
40+
<artifactId>spring-boot-maven-plugin</artifactId>
41+
</plugin>
42+
</plugins>
43+
</build>
4444

4545
</project>

docker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<modules>
2626
<module>docker-internal-dto</module>
2727
<module>docker-spring-boot</module>
28-
<module>docker-sample-app</module>
28+
<module>docker-sample-app</module>
2929
</modules>
3030

3131
</project>

0 commit comments

Comments
 (0)