Skip to content

Commit 1dee108

Browse files
author
Jarvis
committed
release 1.0.12
1 parent 920c2aa commit 1dee108

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Download the jar through Maven:
3535
<dependency>
3636
<groupId>com.ifrabbit</groupId>
3737
<artifactId>spring-data-mybatis</artifactId>
38-
<version>1.0.11.RELEASE</version>
38+
<version>1.0.12.RELEASE</version>
3939
</dependency>
4040
```
4141

@@ -44,7 +44,7 @@ If you want use snapshot version , you can download the jar through maven:
4444
<dependency>
4545
<groupId>com.ifrabbit</groupId>
4646
<artifactId>spring-data-mybatis</artifactId>
47-
<version>1.0.12.BUILD-SNAPSHOT</version>
47+
<version>1.0.13.BUILD-SNAPSHOT</version>
4848
</dependency>
4949
```
5050

@@ -150,7 +150,7 @@ add the jar through Maven:
150150
<dependency>
151151
<groupId>com.ifrabbit</groupId>
152152
<artifactId>spring-boot-starter-data-mybatis</artifactId>
153-
<version>1.0.11.RELEASE</version>
153+
<version>1.0.12.RELEASE</version>
154154
</dependency>
155155
```
156156

README_zh.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Spring Data 项目的主要目标是使构建使用数据访问技术的 Spring
3434
<dependency>
3535
<groupId>com.ifrabbit</groupId>
3636
<artifactId>spring-data-mybatis</artifactId>
37-
<version>1.0.11.RELEASE</version>
37+
<version>1.0.12.RELEASE</version>
3838
</dependency>
3939
```
4040

@@ -43,7 +43,7 @@ Spring Data 项目的主要目标是使构建使用数据访问技术的 Spring
4343
<dependency>
4444
<groupId>com.ifrabbit</groupId>
4545
<artifactId>spring-data-mybatis</artifactId>
46-
<version>1.0.12.BUILD-SNAPSHOT</version>
46+
<version>1.0.13.BUILD-SNAPSHOT</version>
4747
</dependency>
4848
```
4949
使用快照版本前,需要在pom.xml中配置:
@@ -150,7 +150,7 @@ public class UserRepositoryIntegrationTest {
150150
<dependency>
151151
<groupId>com.ifrabbit</groupId>
152152
<artifactId>spring-boot-starter-data-mybatis</artifactId>
153-
<version>1.0.11.RELEASE</version>
153+
<version>1.0.12.RELEASE</version>
154154
</dependency>
155155
```
156156

0 commit comments

Comments
 (0)