Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ under the License.
<mockitoVersion>5.20.0</mockitoVersion>
<plexusArchiverVersion>4.10.4</plexusArchiverVersion>
<version.maven-plugin-tools>${mavenPluginPluginVersion}</version.maven-plugin-tools>
<version.maven-invoker-plugin>3.7.0</version.maven-invoker-plugin>
<version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
<version.palantirJavaFormat>2.82.0</version.palantirJavaFormat>

<project.build.outputTimestamp>2024-06-26T08:31:50Z</project.build.outputTimestamp>
</properties>
Expand Down
8 changes: 4 additions & 4 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ specific language governing permissions and limitations
under the License.
-->

<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
Expand All @@ -36,4 +36,4 @@ under the License.
<item name="Configuring Source Plugin" href="/examples/configureplugin.html"/>
</menu>
</body>
</project>
</site>
Loading