File tree 4 files changed +8
-6
lines changed
src/main/resources/archetype-resources
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 7
7
{
8
8
"matchPackagePatterns" : [" io.cucumber:(messages|gherkin|html-formatter|junit-xml-formatter)" ],
9
9
"groupName" : " Messages and dependants"
10
+ },
11
+ {
12
+ "matchPackageNames" : [" org.apache.maven.plugins:maven-surefire-plugin" ],
13
+ "allowedVersions" : " !/^3.5.3$/"
10
14
}
11
15
]
12
16
}
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
10
10
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
11
11
12
12
## [ Unreleased]
13
+ ### Changed
14
+ - [ Archetype] Assume new projects are created with at least Java 17
13
15
14
16
## [ 7.22.1] - 2025-04-24
15
17
### Changed
Original file line number Diff line number Diff line change 18
18
<junit-jupiter .version>5.12.2</junit-jupiter .version>
19
19
<assertj .version>3.27.3</assertj .version>
20
20
<maven-compiler-plugin .version>3.14.0</maven-compiler-plugin .version>
21
- <maven-surefire-plugin .version>3.5.3 </maven-surefire-plugin .version>
21
+ <maven-surefire-plugin .version>3.5.2 </maven-surefire-plugin .version>
22
22
</properties >
23
23
24
24
<dependencyManagement >
Original file line number Diff line number Diff line change 11
11
12
12
<properties >
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
+ <maven .compiler.release>17</maven .compiler.release>
14
15
</properties >
15
16
16
17
<dependencyManagement >
71
72
<groupId >org.apache.maven.plugins</groupId >
72
73
<artifactId >maven-compiler-plugin</artifactId >
73
74
<version >${maven-compiler-plugin.version} </version >
74
- <configuration >
75
- <encoding >UTF-8</encoding >
76
- <source >1.8</source >
77
- <target >1.8</target >
78
- </configuration >
79
75
</plugin >
80
76
<plugin >
81
77
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments