forked from lxm_tools/screw
🔖 发布1.0.1版本
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -7,7 +7,7 @@
|
|||||||
<groupId>cn.smallbun.screw</groupId>
|
<groupId>cn.smallbun.screw</groupId>
|
||||||
<artifactId>screw</artifactId>
|
<artifactId>screw</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.0.0</version>
|
<version>1.0.1</version>
|
||||||
<inceptionYear>2020</inceptionYear>
|
<inceptionYear>2020</inceptionYear>
|
||||||
<name>screw</name>
|
<name>screw</name>
|
||||||
<description>简洁好用的数据库表结构文档生成工具</description>
|
<description>简洁好用的数据库表结构文档生成工具</description>
|
||||||
@@ -351,6 +351,7 @@
|
|||||||
<exclude>**/codestyle/HEADER</exclude>
|
<exclude>**/codestyle/HEADER</exclude>
|
||||||
<exclude>**/.gitkeep</exclude>
|
<exclude>**/.gitkeep</exclude>
|
||||||
<exclude>**/.mvn/**</exclude>
|
<exclude>**/.mvn/**</exclude>
|
||||||
|
<exclude>**/resources/template/**</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
<strictCheck>true</strictCheck>
|
<strictCheck>true</strictCheck>
|
||||||
<mapping>
|
<mapping>
|
||||||
@@ -375,6 +376,9 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<configFile>${main.user.dir}/codestyle/Formatter.xml</configFile>
|
<configFile>${main.user.dir}/codestyle/Formatter.xml</configFile>
|
||||||
<encoding>${project.encoding}</encoding>
|
<encoding>${project.encoding}</encoding>
|
||||||
|
<excludes>
|
||||||
|
<exclude>/resources/template/**</exclude>
|
||||||
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>cn.smallbun.screw</groupId>
|
<groupId>cn.smallbun.screw</groupId>
|
||||||
<artifactId>screw</artifactId>
|
<artifactId>screw</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.1</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>cn.smallbun.screw</groupId>
|
<groupId>cn.smallbun.screw</groupId>
|
||||||
<artifactId>screw</artifactId>
|
<artifactId>screw</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.1</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.smallbun.screw</groupId>
|
<groupId>cn.smallbun.screw</groupId>
|
||||||
<artifactId>screw-core</artifactId>
|
<artifactId>screw-core</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven</groupId>
|
<groupId>org.apache.maven</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user