Commit b60ef9ed by xjx

模块名字修改1

parent 9f808a7f
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
<parent> <parent>
<groupId>com.sql.admin</groupId> <groupId>com.sql.admin</groupId>
<artifactId>guns-base-support</artifactId> <artifactId>base-support</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>guns-base-auth</artifactId> <artifactId>base-auth</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<!--基础组件--> <!--基础组件-->
<dependency> <dependency>
<groupId>com.sql.admin</groupId> <groupId>com.sql.admin</groupId>
<artifactId>guns-base</artifactId> <artifactId>base</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</dependency> </dependency>
......
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
<parent> <parent>
<groupId>com.sql.admin</groupId> <groupId>com.sql.admin</groupId>
<artifactId>guns-base-support</artifactId> <artifactId>base-support</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>guns-base-timers</artifactId> <artifactId>base-timers</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<!--基础组件--> <!--基础组件-->
<dependency> <dependency>
<groupId>com.sql.admin</groupId> <groupId>com.sql.admin</groupId>
<artifactId>guns-base</artifactId> <artifactId>base</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</dependency> </dependency>
......
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
<parent> <parent>
<groupId>com.sql.admin</groupId> <groupId>com.sql.admin</groupId>
<artifactId>guns-base-support</artifactId> <artifactId>base-support</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>guns-base</artifactId> <artifactId>base</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
......
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
<parent> <parent>
<groupId>com.sql.admin</groupId> <groupId>com.sql.admin</groupId>
<artifactId>guns-base-support</artifactId> <artifactId>base-support</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>guns-dbctn</artifactId> <artifactId>dbctn</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<!--基础组件--> <!--基础组件-->
<dependency> <dependency>
<groupId>com.sql.admin</groupId> <groupId>com.sql.admin</groupId>
<artifactId>guns-sys</artifactId> <artifactId>sys</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</dependency> </dependency>
......
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
<parent> <parent>
<groupId>com.sql.admin</groupId> <groupId>com.sql.admin</groupId>
<artifactId>guns-base-support</artifactId> <artifactId>base-support</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>guns-excel</artifactId> <artifactId>excel</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<!--基础组件--> <!--基础组件-->
<dependency> <dependency>
<groupId>com.sql.admin</groupId> <groupId>com.sql.admin</groupId>
<artifactId>guns-sys</artifactId> <artifactId>sys</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</dependency> </dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment