Skip to content

Commit d61c65a

Browse files
committed
Update version to 2.1.3 in doc
1 parent e22a445 commit d61c65a

File tree

2 files changed

+4
-4
lines changed
  • mybatis-spring-boot-autoconfigure/src/site/markdown
  • mybatis-spring-boot-test-autoconfigure/src/site/markdown

2 files changed

+4
-4
lines changed

mybatis-spring-boot-autoconfigure/src/site/markdown/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you are using Maven just add the following dependency to your `pom.xml`:
3535
<dependency>
3636
<groupId>org.mybatis.spring.boot</groupId>
3737
<artifactId>mybatis-spring-boot-starter</artifactId>
38-
<version>2.1.1</version>
38+
<version>2.1.3</version>
3939
</dependency>
4040
```
4141

@@ -45,7 +45,7 @@ If using gradle add this to your `build.gradle`:
4545

4646
```groovy
4747
dependencies {
48-
compile("org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.1")
48+
compile("org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.3")
4949
}
5050
```
5151

mybatis-spring-boot-test-autoconfigure/src/site/markdown/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you are using Maven just add the following dependency to your `pom.xml`:
3030
<dependency>
3131
<groupId>org.mybatis.spring.boot</groupId>
3232
<artifactId>mybatis-spring-boot-starter-test</artifactId>
33-
<version>2.1.1</version>
33+
<version>2.1.3</version>
3434
<scope>test</scope>
3535
</dependency>
3636
```
@@ -41,7 +41,7 @@ If using gradle add this to your `build.gradle`:
4141

4242
```groovy
4343
dependencies {
44-
testCompile("org.mybatis.spring.boot:mybatis-spring-boot-starter-test:2.1.1")
44+
testCompile("org.mybatis.spring.boot:mybatis-spring-boot-starter-test:2.1.3")
4545
}
4646
```
4747

0 commit comments

Comments
 (0)