File tree Expand file tree Collapse file tree 6 files changed +30
-11
lines changed
junit-jupiter-starter-maven-kotlin
junit-jupiter-starter-maven Expand file tree Collapse file tree 6 files changed +30
-11
lines changed Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
wrapperVersion =3.3.2
18
18
distributionType =only-script
19
- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10 /apache-maven-3.9.10 -bin.zip
19
+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-rc-3 /apache-maven-4.0.0-rc-3 -bin.zip
Original file line number Diff line number Diff line change 11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
13
<kotlin .version>2.2.0</kotlin .version>
14
- <maven .compiler.source>1.8</maven .compiler.source>
15
- <maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
14
+ <maven .compiler.release>17</maven .compiler.release>
16
15
</properties >
17
16
18
17
<dependencyManagement >
73
72
</execution >
74
73
</executions >
75
74
</plugin >
76
-
77
75
<plugin >
78
- <groupId >org.apache.maven.plugins</groupId >
76
+ <artifactId >maven-compiler-plugin</artifactId >
77
+ <version >3.13.0</version >
78
+ </plugin >
79
+ <plugin >
80
+ <artifactId >maven-resources-plugin</artifactId >
81
+ <version >3.3.1</version >
82
+ </plugin >
83
+ <plugin >
79
84
<artifactId >maven-surefire-plugin</artifactId >
80
85
<version >3.5.3</version >
81
86
</plugin >
Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
wrapperVersion =3.3.2
18
18
distributionType =only-script
19
- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10 /apache-maven-3.9.10 -bin.zip
19
+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-rc-3 /apache-maven-4.0.0-rc-3 -bin.zip
Original file line number Diff line number Diff line change 9
9
10
10
<properties >
11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12
- <maven .compiler.source>1.8</maven .compiler.source>
13
- <maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
12
+ <maven .compiler.release>17</maven .compiler.release>
14
13
</properties >
15
14
16
15
<dependencyManagement >
35
34
36
35
<build >
37
36
<plugins >
37
+ <plugin >
38
+ <artifactId >maven-compiler-plugin</artifactId >
39
+ <version >3.13.0</version >
40
+ </plugin >
41
+ <plugin >
42
+ <artifactId >maven-resources-plugin</artifactId >
43
+ <version >3.3.1</version >
44
+ </plugin >
38
45
<plugin >
39
46
<artifactId >maven-surefire-plugin</artifactId >
40
47
<version >3.5.3</version >
Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
wrapperVersion =3.3.2
18
18
distributionType =only-script
19
- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10 /apache-maven-3.9.10 -bin.zip
19
+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-rc-3 /apache-maven-4.0.0-rc-3 -bin.zip
Original file line number Diff line number Diff line change 9
9
10
10
<properties >
11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12
- <maven .compiler.source>1.8</maven .compiler.source>
13
- <maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
12
+ <maven .compiler.release>17</maven .compiler.release>
14
13
<junit .version>4.13.2</junit .version>
15
14
</properties >
16
15
52
51
53
52
<build >
54
53
<plugins >
54
+ <plugin >
55
+ <artifactId >maven-compiler-plugin</artifactId >
56
+ <version >3.13.0</version >
57
+ </plugin >
58
+ <plugin >
59
+ <artifactId >maven-resources-plugin</artifactId >
60
+ <version >3.3.1</version >
61
+ </plugin >
55
62
<plugin >
56
63
<artifactId >maven-surefire-plugin</artifactId >
57
64
<version >3.5.3</version >
You can’t perform that action at this time.
0 commit comments