Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit d48a077

Browse files
authored
bump to 1.0.5 (#68)
1 parent 753d59e commit d48a077

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
name: Publish package to the Maven Central Repository
1+
name: Publish
22

33
on:
44
workflow_dispatch:
5+
push:
6+
tags:
7+
- 'v*'
8+
59
jobs:
610
publish:
711
runs-on: ubuntu-latest

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The label below(modifier):
1818
| RC | Release candidate, release candidate, theoretically no new features will be added, mainly bug fixes |
1919

2020
---
21-
## 1.0.4 [2023-08-10]
21+
## 1.0.5 [2023-08-10]
2222
- Features
2323
- `RpcOptions` add new field `connectionMaxAgeMs`, which controls max time a connection can live, default 0(forever). [65](https://github.com/CeresDB/ceresdb-client-java/pull/65)
2424

docs/CHANGELOG_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ X.Y.Z
1818
| RC | Release Candidate,发行候选版本,理论上不再加入新的功能,主要修复 bug |
1919

2020
---
21-
## 1.0.4 [2023-08-10]
21+
## 1.0.5 [2023-08-10]
2222
- Features
2323
- `RpcOptions` 新增 `connectionMaxAgeMs` 字段, 一个 RPC 链接的最大生命周期,默认 0,即永不过期 [65](https://github.com/CeresDB/ceresdb-client-java/pull/65)
2424
## 1.0.3 [2023-04-04]

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
</distributionManagement>
5757

5858
<properties>
59+
<!-- according to https://maven.apache.org/maven-ci-friendly.html -->
60+
<revision>1.0.5</revision>
5961
<arrow.version>9.0.0</arrow.version>
6062
<zstd.version>1.5.2-5</zstd.version>
6163
<gson.version>2.8.9</gson.version>
@@ -76,8 +78,6 @@
7678
<project.encoding>UTF-8</project.encoding>
7779
<proto-internal.version>1.0.0</proto-internal.version>
7880
<protobuf.version>3.21.7</protobuf.version>
79-
<!-- according to https://maven.apache.org/maven-ci-friendly.html -->
80-
<revision>1.0.4</revision>
8181
<slf4j.version>1.7.21</slf4j.version>
8282
</properties>
8383

0 commit comments

Comments
 (0)