|
28 | 28 |
|
29 | 29 | <groupId>org.mybatis.spring.boot</groupId> |
30 | 30 | <artifactId>mybatis-spring-boot</artifactId> |
31 | | - <version>1.3.0-SNAPSHOT</version> |
| 31 | + <version>1.3.0</version> |
32 | 32 | <packaging>pom</packaging> |
33 | 33 |
|
34 | 34 | <name>mybatis-spring-boot</name> |
|
48 | 48 | < connection>scm:git: [email protected]:mybatis/spring-boot-starter.git</ connection> |
49 | 49 | < developerConnection>scm:git: [email protected]:mybatis/spring-boot-starter.git</ developerConnection> |
50 | 50 | <url>https://github.com/mybatis/spring-boot-starter/tree/master</url> |
51 | | - <tag>HEAD</tag> |
| 51 | + <tag>mybatis-spring-boot-1.3.0</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>1.3.0-SNAPSHOT</version> |
| 90 | + <version>1.3.0</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>1.3.0-SNAPSHOT</version> |
| 95 | + <version>1.3.0</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>1.3.0-SNAPSHOT</version> |
| 100 | + <version>1.3.0</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>1.3.0-SNAPSHOT</version> |
| 105 | + <version>1.3.0</version> |
106 | 106 | </dependency> |
107 | 107 | <dependency> |
108 | 108 | <groupId>org.springframework.boot</groupId> |
|
0 commit comments