This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
commit b4462ca47694a2a6e1c8afeeca07729a72d9f3ec Author: Jingsong <[email protected]> AuthorDate: Wed Sep 6 11:00:52 2023 +0800 [release] Upgrate to 0.6-SNAPSHOT --- docs/config.toml | 10 +++++----- docs/content/concepts/append-only-table.md | 2 +- docs/content/project/download.md | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index 780ba84ef..af11fd7b1 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -34,11 +34,11 @@ pygmentsUseClasses = true # we change the version for the complete docs when forking of a release branch # etc. # The full version string as referenced in Maven (e.g. 1.2.1) - Version = "0.5-SNAPSHOT" + Version = "0.6-SNAPSHOT" # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot # release this should be the same as the regular version - VersionTitle = "0.5-SNAPSHOT" + VersionTitle = "0.6-SNAPSHOT" # The branch for this version of Apache Paimon Branch = "master" @@ -64,12 +64,12 @@ pygmentsUseClasses = true ["JavaDocs", "//paimon.apache.org/docs/master/api/java/"], ] - StableDocs = "https://paimon.apache.org/docs/0.4" + StableDocs = "https://paimon.apache.org/docs/0.5" PreviousDocs = [ ["master", "https://paimon.apache.org/docs/master"], - ["stable", "https://paimon.apache.org/docs/0.4"], - ["0.4", "https://paimon.apache.org/docs/0.4"], + ["stable", "https://paimon.apache.org/docs/0.5"], + ["0.5", "https://paimon.apache.org/docs/0.5"], ] BookSection = '/' diff --git a/docs/content/concepts/append-only-table.md b/docs/content/concepts/append-only-table.md index f81a906d8..49c992f66 100644 --- a/docs/content/concepts/append-only-table.md +++ b/docs/content/concepts/append-only-table.md @@ -235,7 +235,7 @@ write-only for inserting job, and after per-partition data done, trigger a parti You can trigger action by shell script: ```shell <FLINK_HOME>/bin/flink run \ - /path/to/paimon-flink-action-0.5-SNAPSHOT.jar \ + /path/to/paimon-flink-action-{{< version >}}.jar \ compact \ --warehouse hdfs:///path/to/warehouse \ --database test_db \ diff --git a/docs/content/project/download.md b/docs/content/project/download.md index f8f5af793..5fc9145eb 100644 --- a/docs/content/project/download.md +++ b/docs/content/project/download.md @@ -143,7 +143,7 @@ For unstable version, you can find git commit id in jar: ```shell Manifest-Version: 1.0 Implementation-Title: Paimon : Common -Implementation-Version: 0.5-SNAPSHOT +Implementation-Version: {{< version >}} Specification-Vendor: The Apache Software Foundation Specification-Title: Paimon : Common Implementation-Vendor-Id: org.apache.paimon @@ -152,7 +152,7 @@ Implementation-Vendor: The Apache Software Foundation SCM-Revision: c8b4772f3cb4b25b25537e1ab0775441c627bf1c Created-By: Apache Maven 3.2.5 Build-Jdk: 1.8.0_301 -Specification-Version: 0.5-SNAPSHOT +Specification-Version: {{< version >}} ``` The `SCM-Revision` git commit id.
