Skip to content

Commit

Permalink
release 1.0.17.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
minervaops committed Jul 28, 2017
1 parent 6e05d71 commit 8f032dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Download the jar through Maven:
<dependency>
<groupId>com.ifrabbit</groupId>
<artifactId>spring-data-mybatis</artifactId>
<version>1.0.16.RELEASE</version>
<version>1.0.17.RELEASE</version>
</dependency>
```

Expand All @@ -44,7 +44,7 @@ If you want use snapshot version , you can download the jar through maven:
<dependency>
<groupId>com.ifrabbit</groupId>
<artifactId>spring-data-mybatis</artifactId>
<version>1.0.17.BUILD-SNAPSHOT</version>
<version>1.0.18.BUILD-SNAPSHOT</version>
</dependency>
```

Expand Down Expand Up @@ -150,7 +150,7 @@ add the jar through Maven:
<dependency>
<groupId>com.ifrabbit</groupId>
<artifactId>spring-boot-starter-data-mybatis</artifactId>
<version>1.0.16.RELEASE</version>
<version>1.0.17.RELEASE</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Spring Data 项目的主要目标是使构建使用数据访问技术的 Spring
<dependency>
<groupId>com.ifrabbit</groupId>
<artifactId>spring-data-mybatis</artifactId>
<version>1.0.16.RELEASE</version>
<version>1.0.17.RELEASE</version>
</dependency>
```

Expand All @@ -43,7 +43,7 @@ Spring Data 项目的主要目标是使构建使用数据访问技术的 Spring
<dependency>
<groupId>com.ifrabbit</groupId>
<artifactId>spring-data-mybatis</artifactId>
<version>1.0.17.BUILD-SNAPSHOT</version>
<version>1.0.18.BUILD-SNAPSHOT</version>
</dependency>
```
使用快照版本前,需要在pom.xml中配置:
Expand Down Expand Up @@ -150,7 +150,7 @@ public class UserRepositoryIntegrationTest {
<dependency>
<groupId>com.ifrabbit</groupId>
<artifactId>spring-boot-starter-data-mybatis</artifactId>
<version>1.0.16.RELEASE</version>
<version>1.0.17.RELEASE</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.ifrabbit</groupId>
<artifactId>spring-data-mybatis</artifactId>
<version>1.0.17.BUILD-SNAPSHOT</version>
<version>1.0.17.RELEASE</version>

<name>Spring Data MyBatis</name>
<description>The primary goal of the Spring Data project is to make it easier to build
Expand Down

0 comments on commit 8f032dc

Please sign in to comment.