Skip to content

Commit

Permalink
[MRESOURCES-282] Bump parent-pom from 34 to 36
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Apr 27, 2022
1 parent 25dace9 commit 38eb65a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>34</version>
<version>36</version>
</parent>

<artifactId>maven-resources-plugin</artifactId>
Expand Down Expand Up @@ -100,6 +100,12 @@ under the License.
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-settings</artifactId>
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
Expand Down Expand Up @@ -219,6 +225,7 @@ under the License.
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
<version>2.1.1</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 38eb65a

Please sign in to comment.