Skip to content

Commit b280dcc

Browse files
committed
Release version for 1.0.7
1 parent fa6e3d0 commit b280dcc

File tree

16 files changed

+41
-16
lines changed

16 files changed

+41
-16
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.7-SNAPSHOT</version>
9+
<version>1.0.7</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.7-SNAPSHOT</version>
9+
<version>1.0.7</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.7-SNAPSHOT</version>
9+
<version>1.0.7</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.6 is release!
3-
url: /2021/01/29/v1.0.6/
2+
text: gcm v1.0.7 is release!
3+
url: /2021/02/06/v1.0.7/
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Release 1.0.7 (2020-02-06)
3+
type: major
4+
---
5+
6+
Gcm Version for 1.0.7 is release! [GitHub Milestone](https://github.com/EdurtIO/incubator-gcm/milestone/4)
7+
8+
Thanks to the following contributors:
9+
10+
- [qianmoQ](https://github.com/qianmoQ)
11+
12+
#### General changes
13+
14+
- Add sample code [example](https://github.com/EdurtIO/incubator-gcm/tree/master/example)
15+
- Support multiple data sources [issues-14](https://github.com/EdurtIO/incubator-gcm/issues/14)
16+
17+
#### Common changes
18+
19+
- Add custom Java switch tool
20+
21+
#### Netty changes
22+
23+
- Add `@GetMapping`, `@PostMapping` annotation
24+
- Fix the problem that LinkedTreeMap can't perform type parsing when passing List<Object> type data conversion [issues-13](https://github.com/EdurtIO/incubator-gcm/issues/13)
25+
- Fix the problem of using @RestController annotation to return data results [issues-17](https://github.com/EdurtIO/incubator-gcm/issues/17)

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

1212
<modelVersion>4.0.0</modelVersion>

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

1212
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>incubator-gcm</artifactId>
88
<packaging>pom</packaging>
99

10-
<version>1.0.7-SNAPSHOT</version>
10+
<version>1.0.7</version>
1111

1212
<modules>
1313
<module>configuration</module>

0 commit comments

Comments
 (0)