From aab9d277dc7af5b1ad5faa0a002e4f7e6caa7d32 Mon Sep 17 00:00:00 2001 From: qianmoQ Date: Sat, 30 Jan 2021 00:19:29 +0800 Subject: [PATCH] Release version for 1.0.6 --- clickhouse/pom.xml | 2 +- common/pom.xml | 2 +- configuration/pom.xml | 2 +- docs/_data/banner_notification.yml | 4 +-- docs/collections/_posts/2021-01-29-v1.0.6.md | 29 ++++++++++++++++++++ docs/pom.xml | 2 +- mysql/pom.xml | 2 +- netty/pom.xml | 2 +- pom.xml | 2 +- postgresql/pom.xml | 2 +- presto/pom.xml | 2 +- redis/pom.xml | 2 +- script/pom.xml | 2 +- test/pom.xml | 2 +- zookeeper/pom.xml | 2 +- 15 files changed, 44 insertions(+), 15 deletions(-) create mode 100644 docs/collections/_posts/2021-01-29-v1.0.6.md diff --git a/clickhouse/pom.xml b/clickhouse/pom.xml index 51bd1d9..423312c 100644 --- a/clickhouse/pom.xml +++ b/clickhouse/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.5 + 1.0.6 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index 715ec2c..52457e3 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.5 + 1.0.6 4.0.0 diff --git a/configuration/pom.xml b/configuration/pom.xml index 451b27e..9a781d9 100644 --- a/configuration/pom.xml +++ b/configuration/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.5 + 1.0.6 4.0.0 diff --git a/docs/_data/banner_notification.yml b/docs/_data/banner_notification.yml index c9c1d20..4e4d180 100644 --- a/docs/_data/banner_notification.yml +++ b/docs/_data/banner_notification.yml @@ -1,3 +1,3 @@ enabled: true -text: gcm v1.0.5 is release! -url: /2021/01/22/v1.0.5/ +text: gcm v1.0.6 is release! +url: /2021/01/29/v1.0.6/ diff --git a/docs/collections/_posts/2021-01-29-v1.0.6.md b/docs/collections/_posts/2021-01-29-v1.0.6.md new file mode 100644 index 0000000..d6fc63c --- /dev/null +++ b/docs/collections/_posts/2021-01-29-v1.0.6.md @@ -0,0 +1,29 @@ +--- +title: Release 1.0.6 (2021-01-29) +type: major +--- + +Gcm Version for 1.0.6 is release! [GitHub Milestone](https://github.com/EdurtIO/incubator-gcm/milestone/3) + +Thanks to the following contributors: + +- [qianmoQ](https://github.com/qianmoQ) +- [24kGarry](https://github.com/24kGarry) + +#### General changes + +- Add common doc for general +- Support Junit test framework +- Support Mybatis test framework [issues-8](https://github.com/EdurtIO/incubator-gcm/issues/8) +- Add a highly available HTTP client tool based on okhttp +- Support Presto query engine by client api [issues-10](https://github.com/EdurtIO/incubator-gcm/issues/10) + +#### Netty changes + +- Add docs + +#### Redis changes + +- Support redis component to operate list data +- Improve component test cases +- Support redis component to operate set data diff --git a/docs/pom.xml b/docs/pom.xml index abf3ec4..efc78df 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.5 + 1.0.6 4.0.0 diff --git a/mysql/pom.xml b/mysql/pom.xml index b70d67f..11ed0e7 100644 --- a/mysql/pom.xml +++ b/mysql/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.5 + 1.0.6 4.0.0 diff --git a/netty/pom.xml b/netty/pom.xml index 8ca40e9..d2c134b 100644 --- a/netty/pom.xml +++ b/netty/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.5 + 1.0.6 4.0.0 diff --git a/pom.xml b/pom.xml index 5440a08..bc568f0 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ incubator-gcm pom - 1.0.5 + 1.0.6 configuration diff --git a/postgresql/pom.xml b/postgresql/pom.xml index c9a55c2..e1d908e 100644 --- a/postgresql/pom.xml +++ b/postgresql/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.5 + 1.0.6 4.0.0 diff --git a/presto/pom.xml b/presto/pom.xml index e5e998e..ff3780b 100644 --- a/presto/pom.xml +++ b/presto/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.5 + 1.0.6 4.0.0 diff --git a/redis/pom.xml b/redis/pom.xml index 7706a09..61dad0d 100644 --- a/redis/pom.xml +++ b/redis/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.5 + 1.0.6 4.0.0 diff --git a/script/pom.xml b/script/pom.xml index 426018b..cca2222 100755 --- a/script/pom.xml +++ b/script/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.5 + 1.0.6 4.0.0 diff --git a/test/pom.xml b/test/pom.xml index d8d55ba..0ab309b 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.5 + 1.0.6 4.0.0 diff --git a/zookeeper/pom.xml b/zookeeper/pom.xml index 482f7b7..beee36b 100644 --- a/zookeeper/pom.xml +++ b/zookeeper/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.5 + 1.0.6 4.0.0