Skip to content

Commit

Permalink
[MSITE-1009] Upgrade plugins and components (in ITs)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed May 29, 2024
1 parent 64c4298 commit 0f45c49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
21 changes: 8 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ under the License.
<mavenVersion>3.6.3</mavenVersion>
<!-- for dependencies -->
<jettyVersion>9.4.54.v20240208</jettyVersion>
<doxiaVersion>2.0.0-M10</doxiaVersion>
<doxiaSitetoolsVersion>2.0.0-M18</doxiaSitetoolsVersion>
<doxiaVersion>2.0.0-M12</doxiaVersion>
<doxiaSitetoolsVersion>2.0.0-M19</doxiaSitetoolsVersion>
<wagonVersion>3.5.3</wagonVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<!-- for ITs -->
Expand All @@ -207,10 +207,10 @@ under the License.
<pmdPluginVersion>3.21.2</pmdPluginVersion>
<jxrPluginVersion>3.3.2</jxrPluginVersion>
<projectInfoReportsPluginVersion>3.5.0</projectInfoReportsPluginVersion>
<surefirePluginVersion>3.2.2</surefirePluginVersion>
<mavenPluginPluginVersion>3.12.0</mavenPluginPluginVersion>
<mavenReportingImplVersion>4.0.0-M14</mavenReportingImplVersion>
<testingFluidoSkinVersion>2.0.0-M8</testingFluidoSkinVersion>
<surefirePluginVersion>3.2.5</surefirePluginVersion>
<mavenPluginPluginVersion>3.13.0</mavenPluginPluginVersion>
<mavenReportingImplVersion>4.0.0-M15</mavenReportingImplVersion>
<fluidoSkinVersion>2.0.0-M9</fluidoSkinVersion>
<project.build.outputTimestamp>2024-05-05T19:25:28Z</project.build.outputTimestamp>

</properties>
Expand All @@ -219,12 +219,12 @@ under the License.
<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>
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-exec</artifactId>
<version>2.0.0-M13</version>
<version>2.0.0-M14</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
Expand Down Expand Up @@ -602,8 +602,6 @@ under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mrm-maven-plugin</artifactId>
<!-- Do not upgrade since 1.6.0 requires Maven 3.6.3+ to run -->
<version>1.5.0</version>
<configuration>
<repositories>
<proxyRepo />
Expand Down Expand Up @@ -664,9 +662,6 @@ under the License.

<profile>
<id>dev</id>
<properties>
<fluidoSkinVersion>${testingFluidoSkinVersion}</fluidoSkinVersion>
</properties>
<build>
<pluginManagement>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ under the License.
<distUrl>scp://from.repo/dist</distUrl>
<msite604.siteRepositoryId>repo-parent-id</msite604.siteRepositoryId>
<msite604.siteRepositoryBase>default-repository-base-from-repo-parent</msite604.siteRepositoryBase>
<fluidoSkinVersion>2.0.0-M8</fluidoSkinVersion><!-- invoker interpolation doesn't apply here: but version is not important at this level -->
<fluidoSkinVersion>2.0.0-M9</fluidoSkinVersion><!-- invoker interpolation doesn't apply here: but version is not important at this level -->
</properties>

<distributionManagement>
Expand Down

0 comments on commit 0f45c49

Please sign in to comment.