Skip to content

Commit 4205110

Browse files
author
Jarvis
committed
release 1.0.6
1 parent 8b6758d commit 4205110

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Download the jar through Maven:
3131
<dependency>
3232
<groupId>com.ifrabbit</groupId>
3333
<artifactId>spring-data-mybatis</artifactId>
34-
<version>1.0.5.RELEASE</version>
34+
<version>1.0.6.RELEASE</version>
3535
</dependency>
3636
```
3737

@@ -125,7 +125,7 @@ add the jar through Maven:
125125
<dependency>
126126
<groupId>com.ifrabbit</groupId>
127127
<artifactId>spring-boot-starter-data-mybatis</artifactId>
128-
<version>1.0.5.RELEASE</version>
128+
<version>1.0.6.RELEASE</version>
129129
</dependency>
130130
```
131131

README_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Spring Data 项目的主要目标是使构建使用数据访问技术的 Spring
3333
<dependency>
3434
<groupId>com.ifrabbit</groupId>
3535
<artifactId>spring-data-mybatis</artifactId>
36-
<version>1.0.5.RELEASE</version>
36+
<version>1.0.6.RELEASE</version>
3737
</dependency>
3838
```
3939
最简单的通过Java注解配置的Spring Data Mybatis 配置如下所示:
@@ -128,7 +128,7 @@ public class UserRepositoryIntegrationTest {
128128
<dependency>
129129
<groupId>com.ifrabbit</groupId>
130130
<artifactId>spring-boot-starter-data-mybatis</artifactId>
131-
<version>1.0.5.RELEASE</version>
131+
<version>1.0.6.RELEASE</version>
132132
</dependency>
133133
```
134134

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.ifrabbit</groupId>
1313
<artifactId>spring-data-mybatis</artifactId>
14-
<version>1.0.6.BUILD-SNAPSHOT</version>
14+
<version>1.0.6.RELEASE</version>
1515

1616
<name>Spring Data MyBatis</name>
1717
<description>The primary goal of the Spring Data project is to make it easier to build Spring-powered applications

0 commit comments

Comments
 (0)