Skip to content

Commit

Permalink
Reenable version 1.2.0-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
CorvusYe committed Nov 27, 2023
1 parent add86ac commit 13b8426
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This source code is licensed under Apache 2.0 License.

- [ ] Springboot 3.x support.

# 1.2.0
# 1.2.0-SNAPSHOT

## Dependencies upgrade

Expand Down Expand Up @@ -63,6 +63,7 @@ This source code is licensed under Apache 2.0 License.
> 如原来项目中分页相关接口,用了不起作用的 `@Param`, 但 xml 还是使用 p0, p1...
> 需要将 `@Param` 移除,或者将 xml 中的参数名改成 注解的参数名,以保证参数名统一
- fix:class 'ResultSetUtil.java' parse datetime type error. ([#241](https://github.com/nebula-contrib/ngbatis/pull/241), via [爱吃辣条的Jerry](https://github.com/bobobod))
- fix: remove unnecessary reflections in transformDateTime, and prevents errors in the millisecond bit in jdk17.

## Develop behavior change

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.0-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.0-SNAPSHOT</version>

<developers>
<developer>
Expand Down

0 comments on commit 13b8426

Please sign in to comment.