@@ -25,7 +25,7 @@ under the License.
2525 <parent >
2626 <groupId >io.wcm.devops</groupId >
2727 <artifactId >io.wcm.devops.parent_toplevel</artifactId >
28- <version >2.0.4 </version >
28+ <version >2.1.2 </version >
2929 <relativePath />
3030 </parent >
3131
@@ -84,10 +84,10 @@ under the License.
8484 <properties >
8585 <site .url.module.prefix>maven/plugins/eclipse-maven-plugin</site .url.module.prefix>
8686
87- <mavenVersion >2.2.1 </mavenVersion >
87+ <mavenVersion >3.3.9 </mavenVersion >
8888 <maven .test.jvmargs>-Xmx1024m</maven .test.jvmargs>
8989 <surefire .version>3.5.4</surefire .version>
90- <mavenPluginToolsVersion >3.6.0 </mavenPluginToolsVersion >
90+ <mavenPluginToolsVersion >3.15.2 </mavenPluginToolsVersion >
9191
9292 <!-- repository settings -->
9393 <distribution .snapshotRepositoryId>sonatype-central-snapshots</distribution .snapshotRepositoryId>
@@ -102,7 +102,7 @@ under the License.
102102 <dependencies >
103103 <dependency >
104104 <groupId >org.apache.maven</groupId >
105- <artifactId >maven-project </artifactId >
105+ <artifactId >maven-compat </artifactId >
106106 <version >${mavenVersion} </version >
107107 <scope >compile</scope >
108108 </dependency >
@@ -124,12 +124,6 @@ under the License.
124124 <version >${mavenVersion} </version >
125125 <scope >compile</scope >
126126 </dependency >
127- <dependency >
128- <groupId >org.apache.maven</groupId >
129- <artifactId >maven-artifact-manager</artifactId >
130- <version >${mavenVersion} </version >
131- <scope >compile</scope >
132- </dependency >
133127 <dependency >
134128 <groupId >org.apache.maven</groupId >
135129 <artifactId >maven-artifact</artifactId >
0 commit comments