Skip to content

Commit

Permalink
Release version for 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ committed Mar 21, 2021
1 parent 3a5e7d1 commit 159ca80
Show file tree
Hide file tree
Showing 18 changed files with 78 additions and 18 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.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</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.8 is released!
url: /2021/02/24/v1.0.8/
text: gcm v1.0.9 is released!
url: /2021/03/21/v1.0.9/
60 changes: 60 additions & 0 deletions docs/collections/_posts/2021-03-21-v1.0.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
title: Release 1.0.9 (2020-03-21)
type: major
---

Gcm Version for 1.0.9 is released! [GitHub Milestone](https://github.com/EdurtIO/incubator-gcm/milestone/6)

Thanks to the following contributors:

- [qianmoQ](https://github.com/qianmoQ)

Thanks to the following users for providing issues:

- [GtoCm](https://github.com/GtoCm)

#### Commons chages

- Classs support scan in jar file
- Add maven install script
- Support elasticsearch by api
- Support hive

#### Netty changes

- Fix that the program cannot start when the specified controller package is empty
- Fix the scan error of non externally provided method in controller
- Fix path is not specified / prefix makes path unrecognized
- Fixed that the service could not scan the specified controller when using compressed packages
- Fix that the view did not pass parameters, causing the service to fail to resolve

#### Postgres changes

- Add `@PostgresSource` annotation

#### ClickHouse changes

- Add `@ClickHouseSource` annotation

#### Docs changes

- Add elasticsearch docs
- Add hive doc

#### Example changes

- Add elasticsearch example
- Add hive example
- Add zookeeper example












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.9-SNAPSHOT</version>
<version>1.0.9</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/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.9-SNAPSHOT</version>
<version>1.0.9</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion example/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.9-SNAPSHOT</version>
<version>1.0.9</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion hive/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.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 159ca80

Please sign in to comment.