Skip to content

Commit 79080e3

Browse files
committed
Release version for 1.1.0
1 parent 149bd28 commit 79080e3

File tree

21 files changed

+61
-21
lines changed

21 files changed

+61
-21
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.1.0-SNAPSHOT</version>
9+
<version>1.1.0</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.1.0-SNAPSHOT</version>
9+
<version>1.1.0</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.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

derby/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.1.0-SNAPSHOT</version>
9+
<version>1.1.0</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.9 is released!
3-
url: /2021/03/21/v1.0.9/
2+
text: gcm v1.1.0 is released!
3+
url: /2021/04/09/v1.1.0/
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Release 1.1.0 (2021-04-09)
3+
type: major
4+
---
5+
6+
Gcm Version for 1.1.0 is released! [GitHub Milestone](https://github.com/EdurtIO/incubator-gcm/milestone/7)
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+
#### General
17+
18+
- Support h2 component
19+
- Support sqllite component
20+
- Support debry component
21+
22+
#### Commons changes
23+
24+
- Remove `common-lang` dependency
25+
26+
#### Netty changes
27+
28+
- Support `@PathVariable`, `@RequestParam` default value [issues-34](https://github.com/EdurtIO/incubator-gcm/issues/34)
29+
- Add support subclass parameter test case [issues-31](https://github.com/EdurtIO/incubator-gcm/issues/31)
30+
- Detailed error not returned after interface error[issues-32](https://github.com/EdurtIO/incubator-gcm/issues/32)
31+
- Support `@PutMapping` and `@DeleteMapping` annotation
32+
- Support the main class add path experiment
33+
34+
#### Presto changes
35+
36+
- Support Presto query feedback resources
37+
38+
#### ClickHouse chages
39+
40+
- Support native-jdbc for clickhouse

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.1.0-SNAPSHOT</version>
9+
<version>1.1.0</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.1.0-SNAPSHOT</version>
9+
<version>1.1.0</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.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

h2/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.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)