|
5 | 5 | <groupId>com.github.developframework</groupId> |
6 | 6 | <artifactId>develop-toolkit</artifactId> |
7 | 7 | <packaging>pom</packaging> |
8 | | - <version>1.0.6</version> |
| 8 | + <version>1.0.7-SNAPSHOT</version> |
9 | 9 | <description>开发工具箱</description> |
10 | 10 | <inceptionYear>2018</inceptionYear> |
11 | 11 | <name>Develop Toolkit</name> |
|
36 | 36 | <dependency> |
37 | 37 | <groupId>com.github.developframework</groupId> |
38 | 38 | <artifactId>develop-toolkit-base</artifactId> |
39 | | - <version>1.0.6</version> |
| 39 | + <version>1.0.7-SNAPSHOT</version> |
40 | 40 | </dependency> |
41 | 41 | <dependency> |
42 | 42 | <groupId>com.github.developframework</groupId> |
43 | 43 | <artifactId>develop-toolkit-db</artifactId> |
44 | | - <version>1.0.6</version> |
| 44 | + <version>1.0.7-SNAPSHOT</version> |
45 | 45 | </dependency> |
46 | 46 | <dependency> |
47 | 47 | <groupId>com.github.developframework</groupId> |
48 | 48 | <artifactId>develop-toolkit-world</artifactId> |
49 | | - <version>1.0.6</version> |
| 49 | + <version>1.0.7-SNAPSHOT</version> |
50 | 50 | </dependency> |
51 | 51 | <dependency> |
52 | 52 | <groupId>com.github.developframework</groupId> |
53 | 53 | <artifactId>develop-toolkit-multimedia</artifactId> |
54 | | - <version>1.0.6</version> |
| 54 | + <version>1.0.7-SNAPSHOT</version> |
55 | 55 | </dependency> |
56 | 56 | <dependency> |
57 | 57 | <groupId>com.github.developframework</groupId> |
58 | 58 | <artifactId>develop-toolkit-mybatis</artifactId> |
59 | | - <version>1.0.6</version> |
| 59 | + <version>1.0.7-SNAPSHOT</version> |
60 | 60 | </dependency> |
61 | 61 | <dependency> |
62 | 62 | <groupId>org.projectlombok</groupId> |
|
121 | 121 | <connection>scm:git:git@github.com:developframework/develop-toolkit.git</connection> |
122 | 122 | <developerConnection>scm:git:git@github.com:developframework/develop-toolkit.git</developerConnection> |
123 | 123 | <url>https://github.com/developframework/develop-toolkit</url> |
124 | | - <tag>v1.0.6</tag> |
| 124 | + <tag>HEAD</tag> |
125 | 125 | </scm> |
126 | 126 |
|
127 | 127 | <build> |
|
0 commit comments