|
28 | 28 |
|
29 | 29 | <groupId>org.mybatis.spring.boot</groupId>
|
30 | 30 | <artifactId>mybatis-spring-boot</artifactId>
|
31 |
| - <version>2.0.1</version> |
| 31 | + <version>2.0.1-SNAPSHOT</version> |
32 | 32 | <packaging>pom</packaging>
|
33 | 33 |
|
34 | 34 | <name>mybatis-spring-boot</name>
|
|
48 | 48 | <connection>scm:git:git@github.com:mybatis/spring-boot-starter.git</connection>
|
49 | 49 | <developerConnection>scm:git:git@github.com:mybatis/spring-boot-starter.git</developerConnection>
|
50 | 50 | <url>https://github.com/mybatis/spring-boot-starter/tree/master</url>
|
51 |
| - <tag>mybatis-spring-boot-2.0.1</tag> |
| 51 | + <tag>HEAD</tag> |
52 | 52 | </scm>
|
53 | 53 | <issueManagement>
|
54 | 54 | <system>GitHub Issue Management</system>
|
|
87 | 87 | <dependency>
|
88 | 88 | <groupId>org.mybatis.spring.boot</groupId>
|
89 | 89 | <artifactId>mybatis-spring-boot-autoconfigure</artifactId>
|
90 |
| - <version>2.0.1</version> |
| 90 | + <version>2.0.1-SNAPSHOT</version> |
91 | 91 | </dependency>
|
92 | 92 | <dependency>
|
93 | 93 | <groupId>org.mybatis.spring.boot</groupId>
|
94 | 94 | <artifactId>mybatis-spring-boot-starter</artifactId>
|
95 |
| - <version>2.0.1</version> |
| 95 | + <version>2.0.1-SNAPSHOT</version> |
96 | 96 | </dependency>
|
97 | 97 | <dependency>
|
98 | 98 | <groupId>org.mybatis.spring.boot</groupId>
|
99 | 99 | <artifactId>mybatis-spring-boot-test-autoconfigure</artifactId>
|
100 |
| - <version>2.0.1</version> |
| 100 | + <version>2.0.1-SNAPSHOT</version> |
101 | 101 | </dependency>
|
102 | 102 | <dependency>
|
103 | 103 | <groupId>org.mybatis.spring.boot</groupId>
|
104 | 104 | <artifactId>mybatis-spring-boot-starter-test</artifactId>
|
105 |
| - <version>2.0.1</version> |
| 105 | + <version>2.0.1-SNAPSHOT</version> |
106 | 106 | </dependency>
|
107 | 107 | <dependency> <!-- override version managed by spring-boot-dependencies for build on JDK 11 (Can remove when update to spring boot 2.1.x) -->
|
108 | 108 | <groupId>org.mockito</groupId>
|
|
0 commit comments