调整服务模块命名
This commit is contained in:
parent
8156dc5355
commit
146da5278a
|
@ -4,11 +4,11 @@
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<groupId>com.nursingunit.boot</groupId>
|
||||
<artifactId>nu-service-directive-api</artifactId>
|
||||
<artifactId>nu-services-api</artifactId>
|
||||
<version>2.0.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>nu-service-directive-local-api</artifactId>
|
||||
<artifactId>nu-services-local-api</artifactId>
|
||||
|
||||
</project>
|
|
@ -4,16 +4,16 @@
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<groupId>com.nursingunit.boot</groupId>
|
||||
<artifactId>nursing-unit-service-directive</artifactId>
|
||||
<artifactId>nursing-unit-services</artifactId>
|
||||
<version>2.0.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>nu-service-directive-api</artifactId>
|
||||
<artifactId>nu-services-api</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>nu-service-directive-local-api</module>
|
||||
<module>nu-services-local-api</module>
|
||||
</modules>
|
||||
|
||||
<dependencies>
|
|
@ -3,17 +3,17 @@
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<groupId>com.nursingunit.boot</groupId>
|
||||
<artifactId>nursing-unit-service-directive</artifactId>
|
||||
<artifactId>nursing-unit-services</artifactId>
|
||||
<version>2.0.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>nu-service-directive-biz</artifactId>
|
||||
<artifactId>nu-services-biz</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.nursingunit.boot</groupId>
|
||||
<artifactId>nu-service-directive-local-api</artifactId>
|
||||
<artifactId>nu-services-local-api</artifactId>
|
||||
<version>${nursingunit.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
|
@ -9,12 +9,12 @@
|
|||
</parent>
|
||||
<description>服务指令</description>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>nursing-unit-service-directive</artifactId>
|
||||
<artifactId>nursing-unit-services</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>nu-service-directive-api</module>
|
||||
<module>nu-service-directive-biz</module>
|
||||
<module>nu-services-api</module>
|
||||
<module>nu-services-biz</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
|
@ -51,7 +51,7 @@
|
|||
<!-- 服务指令 模块 -->
|
||||
<dependency>
|
||||
<groupId>com.nursingunit.boot</groupId>
|
||||
<artifactId>nu-service-directive-biz</artifactId>
|
||||
<artifactId>nu-services-biz</artifactId>
|
||||
<version>${nursingunit.version}</version>
|
||||
</dependency>
|
||||
<!-- 接口 模块 -->
|
||||
|
|
Loading…
Reference in New Issue