Skip to content

Commit 38eb65a

Browse files
committed
[MRESOURCES-282] Bump parent-pom from 34 to 36
1 parent 25dace9 commit 38eb65a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<artifactId>maven-plugins</artifactId>
2727
<groupId>org.apache.maven.plugins</groupId>
28-
<version>34</version>
28+
<version>36</version>
2929
</parent>
3030

3131
<artifactId>maven-resources-plugin</artifactId>
@@ -100,6 +100,12 @@ under the License.
100100
<version>${mavenVersion}</version>
101101
<scope>provided</scope>
102102
</dependency>
103+
<dependency>
104+
<groupId>org.apache.maven</groupId>
105+
<artifactId>maven-settings</artifactId>
106+
<version>${mavenVersion}</version>
107+
<scope>provided</scope>
108+
</dependency>
103109
<dependency>
104110
<groupId>org.apache.maven.plugin-tools</groupId>
105111
<artifactId>maven-plugin-annotations</artifactId>
@@ -219,6 +225,7 @@ under the License.
219225
<plugin>
220226
<groupId>org.codehaus.plexus</groupId>
221227
<artifactId>plexus-component-metadata</artifactId>
228+
<version>2.1.1</version>
222229
<executions>
223230
<execution>
224231
<goals>

0 commit comments

Comments
 (0)