Skip to content

Commit

Permalink
Release version for 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ committed Jan 29, 2021
1 parent ed2a632 commit aab9d27
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 15 deletions.
2 changes: 1 addition & 1 deletion clickhouse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>incubator-gcm</artifactId>
<groupId>io.edurt.gcm</groupId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>incubator-gcm</artifactId>
<groupId>io.edurt.gcm</groupId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>incubator-gcm</artifactId>
<groupId>io.edurt.gcm</groupId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions docs/_data/banner_notification.yml
Original file line number Diff line number Diff line change
@@ -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/
29 changes: 29 additions & 0 deletions docs/collections/_posts/2021-01-29-v1.0.6.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>incubator-gcm</artifactId>
<groupId>io.edurt.gcm</groupId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>incubator-gcm</artifactId>
<groupId>io.edurt.gcm</groupId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>incubator-gcm</artifactId>
<groupId>io.edurt.gcm</groupId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>incubator-gcm</artifactId>
<packaging>pom</packaging>

<version>1.0.5</version>
<version>1.0.6</version>

<modules>
<module>configuration</module>
Expand Down
2 changes: 1 addition & 1 deletion postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>incubator-gcm</artifactId>
<groupId>io.edurt.gcm</groupId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion presto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>incubator-gcm</artifactId>
<groupId>io.edurt.gcm</groupId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>incubator-gcm</artifactId>
<groupId>io.edurt.gcm</groupId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion script/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>incubator-gcm</artifactId>
<groupId>io.edurt.gcm</groupId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>incubator-gcm</artifactId>
<groupId>io.edurt.gcm</groupId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>incubator-gcm</artifactId>
<groupId>io.edurt.gcm</groupId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit aab9d27

Please sign in to comment.