We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3670bf3 commit 95a9444Copy full SHA for 95a9444
pom.xml
@@ -51,7 +51,7 @@ SPDX-License-Identifier: Apache-2.0
51
</developers>
52
53
<properties>
54
- <revision>2.6.1</revision>
+ <revision>2.6.2</revision>
55
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
56
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
57
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
website/docusaurus.config.js
@@ -54,7 +54,7 @@ const config = {
remarkPlugins: [
[variableInjector, {
replacements: {
- VERSION: '2.6.1',
+ VERSION: '2.6.2',
58
CURRENT_YEAR: new Date().getFullYear()
59
}
60
}]
0 commit comments