Skip to content

Commit

Permalink
Fix broken commit 1bbad2d
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed May 1, 2024
1 parent 1bbad2d commit 86c6d37
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -197,9 +197,9 @@ under the License.
<minimalMavenBuildVersion>${mavenVersion}</minimalMavenBuildVersion>
<javaVersion>8</javaVersion>
<!-- for dependencies -->
<jettyVersion>9.4.53.v20231009</jettyVersion>
<doxiaVersion>2.0.0-M9</doxiaVersion>
<doxiaSitetoolsVersion>2.0.0-M17</doxiaSitetoolsVersion>
<jettyVersion>9.4.54.v20240208</jettyVersion>
<doxiaVersion>2.0.0-M10</doxiaVersion>
<doxiaSitetoolsVersion>2.0.0-M18</doxiaSitetoolsVersion>
<wagonVersion>3.5.3</wagonVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<!-- for ITs -->
Expand All @@ -209,7 +209,7 @@ under the License.
<jxrPluginVersion>3.3.2</jxrPluginVersion>
<projectInfoReportsPluginVersion>3.5.0</projectInfoReportsPluginVersion>
<surefirePluginVersion>3.2.2</surefirePluginVersion>
<mavenPluginPluginVersion>3.11.0</mavenPluginPluginVersion>
<mavenPluginPluginVersion>3.12.0</mavenPluginPluginVersion>
<mavenReportingImplVersion>4.0.0-M14</mavenReportingImplVersion>
<testingFluidoSkinVersion>2.0.0-M8</testingFluidoSkinVersion>
<project.build.outputTimestamp>2023-12-14T15:35:29Z</project.build.outputTimestamp>
Expand All @@ -220,7 +220,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-api</artifactId>
<version>4.0.0-M10</version>
<version>4.0.0-M11</version>
</dependency>
<dependency>
<groupId>org.apache.maven.reporting</groupId>
Expand Down Expand Up @@ -491,7 +491,7 @@ under the License.
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<version>2.16.1</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 86c6d37

Please sign in to comment.