Skip to content

Commit

Permalink
[MSHARED-1121] Upgrade plugins and components in project and ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Aug 6, 2022
1 parent ae6a6d1 commit df5e068
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<version>3.3.3</version>
<version>3.3.4</version>
</dependency>

<!-- Doxia -->
Expand Down Expand Up @@ -131,14 +131,14 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.24</version>
<version>3.3.1</version>
</dependency>

<!-- test -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
11 changes: 4 additions & 7 deletions src/it/setup-reporting-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@ under the License.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.0.5</version>
<version>@mavenVersion@</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.3</version>
<version>3.6.4</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<version>0.7</version>
<version>3.3.4</version>
</dependency>
</dependencies>

Expand All @@ -82,7 +82,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.3</version>
<version>3.6.4</version>
<executions>
<execution>
<id>default-descriptor</id>
Expand All @@ -93,9 +93,6 @@ under the License.
<goals>
<goal>helpmojo</goal>
</goals>
<configuration><!-- TODO: remove when upgrading plugin-tools to 3.4: see MPLUGIN-238 -->
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions src/it/use-as-site-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.10.0</version>
<version>3.11.0</version>
</plugin>
</plugins>
</build>
Expand All @@ -47,7 +47,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.2.1</version>
<version>3.4.0</version>
<reportSets>
<reportSet>
<reports>
Expand Down

0 comments on commit df5e068

Please sign in to comment.