Skip to content
Merged
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 1.12.0 [unreleased]

### Documentation

1. [#439](https://github.com/InfluxCommunity/influxdb3-java/pull/439): Fix unresolved variables in generated site documentation.

## 1.11.0 [2026-08-27]

### Breaking Changes
Expand Down
13 changes: 6 additions & 7 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@
THE SOFTWARE.

-->
<project xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd" name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
<bannerLeft>
<name>${project.name}</name>
</bannerLeft>
<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"
name="${project.name}">
<bannerLeft name="${project.name}" />
<publishDate />
<version />
<body>
Expand All @@ -48,7 +47,7 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.7</version>
<version>2.1.0</version>
</skin>

</project>
</site>
Loading