File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 104
104
<maven .jib.plugin.version>2.5.2</maven .jib.plugin.version>
105
105
<maven .moditect.plugin.version>1.0.0-RC3</maven .moditect.plugin.version>
106
106
<maven .nbm.plugin.version>2.6.2</maven .nbm.plugin.version>
107
- <maven .plugin.api.version>3.9.2 </maven .plugin.api.version>
107
+ <maven .plugin.api.version>3.9.10 </maven .plugin.api.version>
108
108
<maven .plugin.plugin.version>3.8.1</maven .plugin.plugin.version>
109
109
<maven .release.plugin.version>3.0.1</maven .release.plugin.version>
110
110
<maven .replacer.plugin.version>1.5.2</maven .replacer.plugin.version>
Original file line number Diff line number Diff line change 58
58
<groupId >org.apache.maven</groupId >
59
59
<artifactId >maven-core</artifactId >
60
60
</exclusion >
61
+ <exclusion >
62
+ <groupId >org.apache.maven</groupId >
63
+ <artifactId >maven-plugin-api</artifactId >
64
+ </exclusion >
61
65
<exclusion >
62
66
<groupId >org.apache.maven.shared</groupId >
63
67
<artifactId >maven-shared-utils</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<!--
3
- Copyright (c) 2020, 2024 Oracle and/or its affiliates.
3
+ Copyright (c) 2020, 2025 Oracle and/or its affiliates.
4
4
5
5
Licensed under the Universal Permissive License v 1.0 as shown at
6
6
https://oss.oracle.com/licenses/upl.
33
33
<project .version.liberte>${project.version.release} -${project.build.number} </project .version.liberte>
34
34
35
35
<!-- maven plugin versions -->
36
- <maven .artifact.transfer.version>0.12.0 </maven .artifact.transfer.version>
36
+ <maven .artifact.transfer.version>0.13.1 </maven .artifact.transfer.version>
37
37
</properties >
38
38
39
39
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments