Skip to content

Commit 159ca80

Browse files
committed
Release version for 1.0.9
1 parent 3a5e7d1 commit 159ca80

File tree

18 files changed

+78
-18
lines changed

18 files changed

+78
-18
lines changed

clickhouse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>incubator-gcm</artifactId>
88
<groupId>io.edurt.gcm</groupId>
9-
<version>1.0.9-SNAPSHOT</version>
9+
<version>1.0.9</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>incubator-gcm</artifactId>
88
<groupId>io.edurt.gcm</groupId>
9-
<version>1.0.9-SNAPSHOT</version>
9+
<version>1.0.9</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

configuration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>incubator-gcm</artifactId>
88
<groupId>io.edurt.gcm</groupId>
9-
<version>1.0.9-SNAPSHOT</version>
9+
<version>1.0.9</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

docs/_data/banner_notification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
enabled: true
2-
text: gcm v1.0.8 is released!
3-
url: /2021/02/24/v1.0.8/
2+
text: gcm v1.0.9 is released!
3+
url: /2021/03/21/v1.0.9/
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: Release 1.0.9 (2020-03-21)
3+
type: major
4+
---
5+
6+
Gcm Version for 1.0.9 is released! [GitHub Milestone](https://github.com/EdurtIO/incubator-gcm/milestone/6)
7+
8+
Thanks to the following contributors:
9+
10+
- [qianmoQ](https://github.com/qianmoQ)
11+
12+
Thanks to the following users for providing issues:
13+
14+
- [GtoCm](https://github.com/GtoCm)
15+
16+
#### Commons chages
17+
18+
- Classs support scan in jar file
19+
- Add maven install script
20+
- Support elasticsearch by api
21+
- Support hive
22+
23+
#### Netty changes
24+
25+
- Fix that the program cannot start when the specified controller package is empty
26+
- Fix the scan error of non externally provided method in controller
27+
- Fix path is not specified / prefix makes path unrecognized
28+
- Fixed that the service could not scan the specified controller when using compressed packages
29+
- Fix that the view did not pass parameters, causing the service to fail to resolve
30+
31+
#### Postgres changes
32+
33+
- Add `@PostgresSource` annotation
34+
35+
#### ClickHouse changes
36+
37+
- Add `@ClickHouseSource` annotation
38+
39+
#### Docs changes
40+
41+
- Add elasticsearch docs
42+
- Add hive doc
43+
44+
#### Example changes
45+
46+
- Add elasticsearch example
47+
- Add hive example
48+
- Add zookeeper example
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>incubator-gcm</artifactId>
88
<groupId>io.edurt.gcm</groupId>
9-
<version>1.0.9-SNAPSHOT</version>
9+
<version>1.0.9</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>incubator-gcm</artifactId>
88
<groupId>io.edurt.gcm</groupId>
9-
<version>1.0.9-SNAPSHOT</version>
9+
<version>1.0.9</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>incubator-gcm</artifactId>
88
<groupId>io.edurt.gcm</groupId>
9-
<version>1.0.9-SNAPSHOT</version>
9+
<version>1.0.9</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

hive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>incubator-gcm</artifactId>
88
<groupId>io.edurt.gcm</groupId>
9-
<version>1.0.9-SNAPSHOT</version>
9+
<version>1.0.9</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

mysql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>incubator-gcm</artifactId>
88
<groupId>io.edurt.gcm</groupId>
9-
<version>1.0.9-SNAPSHOT</version>
9+
<version>1.0.9</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)