forked from lxm_tools/screw
🔖 1.0.5 版本
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -7,7 +7,7 @@
|
||||
<groupId>cn.smallbun.screw</groupId>
|
||||
<artifactId>screw</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.0.4</version>
|
||||
<version>1.0.5</version>
|
||||
<inceptionYear>2020</inceptionYear>
|
||||
<name>screw</name>
|
||||
<description>简洁好用的数据库表结构文档生成工具</description>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>cn.smallbun.screw</groupId>
|
||||
<artifactId>screw</artifactId>
|
||||
<version>1.0.4</version>
|
||||
<version>1.0.5</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>cn.smallbun.screw</groupId>
|
||||
<artifactId>screw</artifactId>
|
||||
<version>1.0.4</version>
|
||||
<version>1.0.5</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
@@ -18,7 +18,7 @@
|
||||
<dependency>
|
||||
<groupId>cn.smallbun.screw</groupId>
|
||||
<artifactId>screw-core</artifactId>
|
||||
<version>1.0.4</version>
|
||||
<version>1.0.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
|
||||
Reference in New Issue
Block a user