This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch release-0.3
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git
The following commit(s) were added to refs/heads/release-0.3 by this push:
new 2dc4d6ed Release 0.3.0
2dc4d6ed is described below
commit 2dc4d6ed5b5392447dfdae3fd529bd4cce21a456
Author: JingsongLi <[email protected]>
AuthorDate: Fri Jan 13 23:15:50 2023 +0800
Release 0.3.0
---
docs/config.toml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/config.toml b/docs/config.toml
index 68396b3f..b3f98abc 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-baseURL = '//nightlies.apache.org/flink/flink-table-store-docs-master'
+baseURL = '//nightlies.apache.org/flink/flink-table-store-docs-release-0.3'
languageCode = 'en-us'
title = 'Apache Flink Table Store'
enableGitInfo = false
@@ -24,7 +24,7 @@ pygmentsUseClasses = true
[params]
# Flag whether this is a stable version or not.
# Used for the quickstart page.
- IsStable = false
+ IsStable = true
# Flag to indicate whether an outdated warning should be shown.
ShowOutDatedWarning = false
@@ -34,14 +34,14 @@ 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.3-SNAPSHOT"
+ Version = "0.3.0"
# 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.3-SNAPSHOT"
+ VersionTitle = "0.3"
# The branch for this version of Apache Flink Table Store
- Branch = "master"
+ Branch = "release-0.3"
# The github repository for Apache Flink Table Store
Repo = "//github.com/apache/flink-table-store"
@@ -57,7 +57,7 @@ pygmentsUseClasses = true
# of the menu
MenuLinks = [
["Project Homepage", "//flink.apache.org"],
- ["JavaDocs",
"//nightlies.apache.org/flink/flink-table-store-docs-master/api/java/"],
+ ["JavaDocs",
"//nightlies.apache.org/flink/flink-table-store-docs-release-0.3/api/java/"],
]
PreviousDocs = [