File tree 8 files changed +0
-116
lines changed
5-0-spring-boot-rest-client 8 files changed +0
-116
lines changed Original file line number Diff line number Diff line change 10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >0-0-intro</artifactId >
13
- <build >
14
- <plugins >
15
- <plugin >
16
- <groupId >org.apache.maven.plugins</groupId >
17
- <artifactId >maven-compiler-plugin</artifactId >
18
- <configuration >
19
- <source >14</source >
20
- <target >14</target >
21
- </configuration >
22
- </plugin >
23
- </plugins >
24
- </build >
25
-
26
- <properties >
27
- <maven .compiler.source>15</maven .compiler.source>
28
- <maven .compiler.target>15</maven .compiler.target>
29
- </properties >
30
13
31
14
</project >
Original file line number Diff line number Diff line change 10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >1-0-networking-and-http</artifactId >
13
- <build >
14
- <plugins >
15
- <plugin >
16
- <groupId >org.apache.maven.plugins</groupId >
17
- <artifactId >maven-compiler-plugin</artifactId >
18
- <configuration >
19
- <source >14</source >
20
- <target >14</target >
21
- </configuration >
22
- </plugin >
23
- </plugins >
24
- </build >
25
-
26
- <properties >
27
- <maven .compiler.source>15</maven .compiler.source>
28
- <maven .compiler.target>15</maven .compiler.target>
29
- </properties >
30
13
31
14
</project >
Original file line number Diff line number Diff line change 10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >2-0-servlet-api</artifactId >
13
- <build >
14
- <plugins >
15
- <plugin >
16
- <groupId >org.apache.maven.plugins</groupId >
17
- <artifactId >maven-compiler-plugin</artifactId >
18
- <configuration >
19
- <source >14</source >
20
- <target >14</target >
21
- </configuration >
22
- </plugin >
23
- </plugins >
24
- </build >
25
-
26
- <properties >
27
- <maven .compiler.source>15</maven .compiler.source>
28
- <maven .compiler.target>15</maven .compiler.target>
29
- </properties >
30
13
31
14
</project >
Original file line number Diff line number Diff line change 20
20
21
21
<build >
22
22
<plugins >
23
- <!-- <plugin>-->
24
- <!-- <groupId>org.apache.maven.plugins</groupId>-->
25
- <!-- <artifactId>maven-compiler-plugin</artifactId>-->
26
- <!-- <configuration>-->
27
- <!-- <source>11</source>-->
28
- <!-- <target>11</target>-->
29
- <!-- </configuration>-->
30
- <!-- </plugin>-->
31
23
<plugin >
32
24
<groupId >org.apache.maven.plugins</groupId >
33
25
<artifactId >maven-surefire-plugin</artifactId >
Original file line number Diff line number Diff line change 10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >4-0-spring-boot-rest-api</artifactId >
13
- <build >
14
- <plugins >
15
- <plugin >
16
- <groupId >org.apache.maven.plugins</groupId >
17
- <artifactId >maven-compiler-plugin</artifactId >
18
- <configuration >
19
- <source >14</source >
20
- <target >14</target >
21
- </configuration >
22
- </plugin >
23
- </plugins >
24
- </build >
25
-
26
- <properties >
27
- <maven .compiler.source>15</maven .compiler.source>
28
- <maven .compiler.target>15</maven .compiler.target>
29
- </properties >
30
13
31
14
</project >
Original file line number Diff line number Diff line change 10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >5-0-spring-boot-rest-client</artifactId >
13
- <build >
14
- <plugins >
15
- <plugin >
16
- <groupId >org.apache.maven.plugins</groupId >
17
- <artifactId >maven-compiler-plugin</artifactId >
18
- <configuration >
19
- <source >14</source >
20
- <target >14</target >
21
- </configuration >
22
- </plugin >
23
- </plugins >
24
- </build >
25
-
26
- <properties >
27
- <maven .compiler.source>15</maven .compiler.source>
28
- <maven .compiler.target>15</maven .compiler.target>
29
- </properties >
30
13
31
14
</project >
Original file line number Diff line number Diff line change 10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >java-web-course-util</artifactId >
13
- <build >
14
- <plugins >
15
- <plugin >
16
- <groupId >org.apache.maven.plugins</groupId >
17
- <artifactId >maven-compiler-plugin</artifactId >
18
- <configuration >
19
- <source >14</source >
20
- <target >14</target >
21
- </configuration >
22
- </plugin >
23
- </plugins >
24
- </build >
25
-
26
- <properties >
27
- <maven .compiler.source>15</maven .compiler.source>
28
- <maven .compiler.target>15</maven .compiler.target>
29
- </properties >
30
13
31
14
</project >
Original file line number Diff line number Diff line change 18
18
<module >5-0-spring-boot-rest-client</module >
19
19
</modules >
20
20
21
- <properties >
22
- <maven .compiler.source>11</maven .compiler.source>
23
- <maven .compiler.target>11</maven .compiler.target>
24
- </properties >
25
-
26
-
27
21
</project >
You can’t perform that action at this time.
0 commit comments