Skip to content

Commit 9801697

Browse files
authored
[MNG-7816] Update parent to 40, align maven requirements with those from plugins (#1172)
Update parent to 40. Also align plugin requirements with those from parent. This lowers plugin validation "external" warnings from 12 to 3 (site, plexus-component-metadata and rat). --- https://issues.apache.org/jira/browse/MNG-7816
1 parent adc0d3b commit 9801697

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven</groupId>
2525
<artifactId>maven-parent</artifactId>
26-
<version>39</version>
26+
<version>40</version>
2727
<relativePath />
2828
</parent>
2929

@@ -125,12 +125,16 @@ under the License.
125125

126126
<properties>
127127
<javaVersion>8</javaVersion>
128+
<minimalMavenBuildVersion>3.5.4</minimalMavenBuildVersion>
129+
130+
<sisuVersion>0.3.5</sisuVersion>
128131
<classWorldsVersion>2.7.0</classWorldsVersion>
129132
<commonsCliVersion>1.5.0</commonsCliVersion>
130133
<commonsIoVersion>2.11.0</commonsIoVersion>
131134
<commonsLangVersion>3.12.0</commonsLangVersion>
132135
<junitVersion>4.13.2</junitVersion>
133136
<mockitoVersion>4.11.0</mockitoVersion>
137+
<!-- plexus 2.1.1 is broken, no new release exists yet (nor will exist) -->
134138
<plexusVersion>2.1.0</plexusVersion>
135139
<plexusInterpolationVersion>1.26</plexusInterpolationVersion>
136140
<!-- Blocked by 3.4.0+ changes, see MNG-7710 -->

0 commit comments

Comments
 (0)