[MNG-7650] Upgrade Apache Maven parent POM to version 39

This commit is contained in:
Guillaume Nodet 2022-12-23 20:02:20 +01:00
parent aaced1b0d5
commit 67941c22d8
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.maven</groupId> <groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId> <artifactId>maven-parent</artifactId>
<version>38</version> <version>39</version>
<relativePath/> <relativePath/>
</parent> </parent>

View File

@ -24,7 +24,7 @@ under the License.
<groupId>org.apache.maven</groupId> <groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId> <artifactId>maven-parent</artifactId>
<!-- please also update in maven-bom --> <!-- please also update in maven-bom -->
<version>38</version> <version>39</version>
<relativePath/> <relativePath/>
</parent> </parent>