This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch bdbje in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
The following commit(s) were added to refs/heads/bdbje by this push: new 5cd4d31 [doc] add changelog (#10) 5cd4d31 is described below commit 5cd4d31d0a48d070656f9537411e151ee4311969 Author: Mingyu Chen <morningman....@gmail.com> AuthorDate: Tue Aug 9 22:18:33 2022 +0800 [doc] add changelog (#10) --- CHANGELOG.md | 6 ++++++ pom.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9edb95b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# CHANGELOG + +## bdbje-18.3.13-doris-SNAPSHOT + +1. fix https://github.com/apache/doris/issues/10436 +2. support build with jdk8 and jdk11 diff --git a/pom.xml b/pom.xml index 5cc0e63..42ae591 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ </parent> <groupId>org.apache.doris</groupId> <artifactId>je</artifactId> - <version>18.3.13-doris-SNAPSHOT</version> + <version>18.3.14-doris-SNAPSHOT</version> <name>bdb-je apache doris release</name> <url>https://doris.apache.org/</url> <description>fork from bdb-je 18.3.12 from maven with starrocks bdbje patches</description> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org