Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare for the next version #280

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,15 @@ This source code is licensed under Apache 2.0 License.

## Dependencies upgrade

- [ ] Springboot 3.x support.
- [x] Springboot 3.x support. (lastest-jdk17)

# 1.2.0-SNAPSHOT
# NEXT (1.2.1-SNAPSHOT)

## Dependencies upgrade

- [ ] nebula-java: 3.6.0 -> 3.6.1

# 1.2.0

## Dependencies upgrade

Expand Down
15 changes: 12 additions & 3 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This source code is licensed under Apache 2.0 License.
</p>

- [Ngbatis Docs](https://nebula-contrib.github.io/ngbatis/)
- [Ngbatis 文档](https://corvusye.github.io/ngbatis-docs/)
- [Ngbatis 文档](https://graph-cn.github.io/ngbatis-docs/)

## NGBATIS是什么?

Expand All @@ -33,13 +33,22 @@ This source code is licensed under Apache 2.0 License.

NgBatis | nebula-java | JDK | Springboot | Beetl
---|-------------|---|------------|---
1.2.0-jdk17-SNAPSHOT | 3.6.0 | 17 | 3.0.7 | 3.15.10.RELEASE
1.2.0-SNAPSHOT | 3.6.0 | 8 | 2.7.0 | 3.1.8.RELEASE
1.2.0-jdk17 | 3.6.0 | 17 | 3.0.7 | 3.15.10.RELEASE
1.2.0 | 3.6.0 | 8 | 2.7.0 | 3.15.10.RELEASE
1.1.5 | 3.5.0 | 8 | 2.7.0 | 3.1.8.RELEASE
1.1.4 | 3.5.0 | 8 | 2.7.0 | 3.1.8.RELEASE
1.1.3 | 3.5.0 | 8 | 2.7.0 | 3.1.8.RELEASE
1.1.2 | 3.4.0 | 8 | 2.7.0 | 3.1.8.RELEASE

### 快照版

NgBatis | nebula-java | JDK | Springboot | Beetl
---|-------------|---|------------|---
1.2.1-jdk17-SNAPSHOT | 3.6.0 | 17 | 3.0.7 | 3.15.10.RELEASE
1.2.1-SNAPSHOT | 3.6.0 | 8 | 2.7.0 | 3.15.10.RELEASE

> 在同版本号快照版中,依赖的第三方可能会随时升级

## 如何使用(可在克隆代码后,参考 ngbatis-demo 项目)

### 在项目引入
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,22 @@ See [EXECUTION-PROCESS.md](./EXECUTION-PROCESS.md)

NgBatis | nebula-java | JDK | Springboot | Beetl
---|-------------|---|------------|---
1.2.0-jdk17-SNAPSHOT | 3.6.0 | 17 | 3.0.7 | 3.15.10.RELEASE
1.2.0-SNAPSHOT | 3.6.0 | 8 | 2.7.0 | 3.1.8.RELEASE
1.2.0-jdk17 | 3.6.0 | 17 | 3.0.7 | 3.15.10.RELEASE
1.2.0 | 3.6.0 | 8 | 2.7.0 | 3.15.10.RELEASE
1.1.5 | 3.5.0 | 8 | 2.7.0 | 3.1.8.RELEASE
1.1.4 | 3.5.0 | 8 | 2.7.0 | 3.1.8.RELEASE
1.1.3 | 3.5.0 | 8 | 2.7.0 | 3.1.8.RELEASE
1.1.2 | 3.4.0 | 8 | 2.7.0 | 3.1.8.RELEASE

### SNAPSHOT

NgBatis | nebula-java | JDK | Springboot | Beetl
---|-------------|---|------------|---
1.2.1-jdk17-SNAPSHOT | 3.6.0 | 17 | 3.0.7 | 3.15.10.RELEASE
1.2.1-SNAPSHOT | 3.6.0 | 8 | 2.7.0 | 3.15.10.RELEASE

> The third-party dependencies may differ within the same snapshot version.

## How to use

> You could refer to ngbatis-demo in this repo.
Expand Down
2 changes: 1 addition & 1 deletion ngbatis-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.nebula-contrib</groupId>
<artifactId>ngbatis</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>ngbatis</name>
<groupId>org.nebula-contrib</groupId>
<artifactId>ngbatis</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>

<description>
NgBatis is a database ORM framework base NebulaGraph + spring-boot,
Expand Down
Loading