Skip to content

Commit

Permalink
[MSHARED-1404] Upgrade plugins and components (in ITs)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed May 25, 2024
1 parent 0013469 commit be97a27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<mavenVersion>3.6.3</mavenVersion>
<resolverVersion>1.4.1</resolverVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<sitePluginVersion>4.0.0-M13</sitePluginVersion>
<sitePluginVersion>4.0.0-M14</sitePluginVersion>
<projectInfoReportsPluginVersion>3.5.0</projectInfoReportsPluginVersion>
<project.build.outputTimestamp>2024-04-29T19:15:36Z</project.build.outputTimestamp>
</properties>
Expand All @@ -69,7 +69,7 @@
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-api</artifactId>
<version>4.0.0-M11</version>
<version>4.0.0-M12</version>
</dependency>

<!-- Maven -->
Expand Down Expand Up @@ -121,7 +121,7 @@
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sink-api</artifactId>
<version>2.0.0-M10</version>
<version>2.0.0-M12</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -212,7 +212,7 @@
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-site-renderer</artifactId>
<version>2.0.0-M18</version>
<version>2.0.0-M19</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion src/it/reportConfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId>
<version>4.0.0-M14</version>
<version>4.0.0-M15</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down

0 comments on commit be97a27

Please sign in to comment.