File tree 3 files changed +28
-28
lines changed
docker-spring-boot-postgres
3 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
- <parent >
6
- <groupId >org.springframework.boot</groupId >
7
- <artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.3.5.RELEASE</version >
9
- <relativePath /> <!-- lookup parent from repository -->
10
- </parent >
11
- <groupId >com.baeldung</groupId >
12
5
<artifactId >discord4j-bot</artifactId >
13
- <version >0.0.1-SNAPSHOT</version >
14
6
<name >discord4j-bot</name >
15
7
<description >Demo Discord bot using Discord4J + Spring Boot</description >
16
8
17
- <properties >
18
- <java .version>1.8</java .version>
19
- </properties >
9
+ <parent >
10
+ <groupId >com.baeldung</groupId >
11
+ <artifactId >parent-boot-2</artifactId >
12
+ <version >0.0.1-SNAPSHOT</version >
13
+ <relativePath >../parent-boot-2</relativePath >
14
+ </parent >
20
15
21
16
<dependencies >
22
17
<dependency >
67
62
</plugin >
68
63
</plugins >
69
64
</build >
65
+
66
+ <properties >
67
+ <java .version>1.8</java .version>
68
+ </properties >
70
69
71
70
</project >
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
- <parent >
6
- <groupId >org.springframework.boot</groupId >
7
- <artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.4.0</version >
9
- <relativePath /> <!-- lookup parent from repository -->
10
- </parent >
11
5
<groupId >com.baeldung.docker</groupId >
12
6
<artifactId >docker-spring-boot-postgres</artifactId >
13
7
<version >0.0.1-SNAPSHOT</version >
14
8
<name >docker-spring-boot-postgres</name >
15
9
<description >Demo project showing Spring Boot, PostgreSQL, and Docker</description >
16
-
17
- <properties >
18
- <java .version>11</java .version>
19
- </properties >
10
+
11
+ <parent >
12
+ <groupId >com.baeldung</groupId >
13
+ <artifactId >parent-boot-2</artifactId >
14
+ <version >0.0.1-SNAPSHOT</version >
15
+ <relativePath >../../parent-boot-2</relativePath >
16
+ </parent >
20
17
21
18
<dependencies >
22
19
<dependency >
44
41
</plugin >
45
42
</plugins >
46
43
</build >
44
+
45
+ <properties >
46
+ <java .version>11</java .version>
47
+ </properties >
47
48
48
49
</project >
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
- <parent >
8
- <groupId >org.springframework.boot</groupId >
9
- <artifactId >spring-boot-starter-parent</artifactId >
10
- <version >2.3.1.RELEASE</version >
11
- <relativePath /> <!-- lookup parent from repository -->
12
- </parent >
13
-
14
7
<groupId >com.baeldung.docker</groupId >
15
8
<artifactId >docker</artifactId >
16
9
<version >0.0.1</version >
17
10
<name >docker</name >
18
11
<description >Demo project showing Spring Boot and Docker</description >
19
12
<packaging >pom</packaging >
13
+
14
+ <parent >
15
+ <groupId >com.baeldung</groupId >
16
+ <artifactId >parent-boot-2</artifactId >
17
+ <version >0.0.1-SNAPSHOT</version >
18
+ <relativePath >../parent-boot-2</relativePath >
19
+ </parent >
20
20
21
21
<properties >
22
22
<java .version>11</java .version>
You can’t perform that action at this time.
0 commit comments