Skip to content

Commit 1486b3b

Browse files
author
Jarvis
committed
closed #99 release 1.0.8
1 parent 8ce721c commit 1486b3b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.7.RELEASE</version>
38+
<version>1.0.8.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.8.BUILD-SNAPSHOT</version>
47+
<version>1.0.9.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.7.RELEASE</version>
153+
<version>1.0.8.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.7.RELEASE</version>
37+
<version>1.0.8.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.8.BUILD-SNAPSHOT</version>
46+
<version>1.0.9.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.7.RELEASE</version>
153+
<version>1.0.8.RELEASE</version>
154154
</dependency>
155155
```
156156

pom.xml

+1-1
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.8.BUILD-SNAPSHOT</version>
14+
<version>1.0.8.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)