Skip to content

Commit

Permalink
[MINSTALL-172] - Upgrade maven-plugin parent to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Mar 30, 2022
1 parent b83529a commit 3b43200
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>34</version>
<version>35</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -91,6 +91,12 @@
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-artifact-transfer</artifactId>
Expand Down Expand Up @@ -170,22 +176,6 @@
</contributor>
</contributors>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.2.2</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<profiles>
<profile>
<id>run-its</id>
Expand Down

0 comments on commit 3b43200

Please sign in to comment.