File tree 3 files changed +4
-36
lines changed
3 files changed +4
-36
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
strategy :
21
21
matrix :
22
- java-version : ['11 ', '17', '21 ', '24']
22
+ java-version : ['21 ', '23 ', '24']
23
23
steps :
24
24
- name : Checkout repository
25
25
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 15
15
[
16
16
"@semantic-release/git",
17
17
{
18
- "assets" : [ "pom.xml", " CHANGELOG.md" ],
19
- "message": "chore(release): bump ${nextRelease.version}\n\n${nextRelease.notes}"
18
+ "assets" : [ "CHANGELOG.md" ],
19
+ "message": "chore(release): ${nextRelease.version} release notes \n\n${nextRelease.notes}"
20
20
}
21
21
],
22
22
"@semantic-release/github"
Original file line number Diff line number Diff line change 15
15
<checkstyle-plugin-version >3.3.0</checkstyle-plugin-version >
16
16
<checkstyle-version >10.21.4</checkstyle-version >
17
17
<jacoco-plugin-version >0.8.10</jacoco-plugin-version >
18
- <compiler-plugin-version >3.11 .0</compiler-plugin-version >
18
+ <compiler-plugin-version >3.14 .0</compiler-plugin-version >
19
19
<java-source-version >21</java-source-version >
20
20
<java-target-version >21</java-target-version >
21
21
<maven-enforcer-version >3.4.1</maven-enforcer-version >
166
166
</execution >
167
167
</executions >
168
168
</plugin >
169
- <plugin >
170
- <groupId >org.apache.maven.plugins</groupId >
171
- <artifactId >maven-javadoc-plugin</artifactId >
172
- <version >3.0.1</version >
173
- <configuration >
174
- <show >public</show >
175
- <doctitle >${project.name} , version ${project.version} </doctitle >
176
- <footer >IBM Corporation</footer >
177
- <source >8</source >
178
- <detectJavaApiLink >false</detectJavaApiLink >
179
- </configuration >
180
- <executions >
181
- <execution >
182
- <id >attach-javadocs</id >
183
- <goals >
184
- <goal >jar</goal >
185
- </goals >
186
- </execution >
187
- </executions >
188
- </plugin >
189
169
<plugin >
190
170
<groupId >org.apache.maven.plugins</groupId >
191
171
<artifactId >maven-checkstyle-plugin</artifactId >
303
283
</execution >
304
284
</executions >
305
285
</plugin >
306
- <plugin >
307
- <inherited >true</inherited >
308
- <artifactId >maven-javadoc-plugin</artifactId >
309
- <executions >
310
- <execution >
311
- <id >attach-javadocs</id >
312
- <goals >
313
- <goal >jar</goal >
314
- </goals >
315
- </execution >
316
- </executions >
317
- </plugin >
318
286
<plugin >
319
287
<inherited >true</inherited >
320
288
<artifactId >maven-deploy-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments