Skip to content

Commit

Permalink
Update global-parent dependency to 58
Browse files Browse the repository at this point in the history
Stick with old versions of site plugins because latest ones use Doxia 2.x, which is not compatible with our io.wcm.maven.skins.reflow-velocity-tools
  • Loading branch information
stefanseifert committed Sep 27, 2024
1 parent d9ff9d0 commit 2c0a7f1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<body>

<release version="2.1.10" date="not released">
<action type="update" dev="sseifert">
Update global-parent dependency to 58.
</action>
</release>

<release version="2.1.8" date="2024-06-04">
<action type="update" dev="sseifert">
Update global-parent dependency to 57.
Expand Down
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.global-parent</artifactId>
<version>57</version>
<version>58</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -301,6 +301,18 @@
</dependencies>
</plugin>

<!-- Stick with old versions of site plugins because latest ones use Doxia 2.x, which is not compatible with our io.wcm.maven.skins.reflow-velocity-tools -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.5.0</version>
</plugin>

</plugins>

</pluginManagement>
Expand Down

0 comments on commit 2c0a7f1

Please sign in to comment.