|
@@ -3,7 +3,7 @@
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.qmth.sop.server</groupId>
|
|
<groupId>com.qmth.sop.server</groupId>
|
|
- <artifactId>sop-server</artifactId>
|
|
|
|
|
|
+ <artifactId>sop-api</artifactId>
|
|
<version>1.0.0.1</version>
|
|
<version>1.0.0.1</version>
|
|
<packaging>jar</packaging>
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
@@ -53,7 +53,7 @@
|
|
<artifactId>dockerfile-maven-plugin</artifactId>
|
|
<artifactId>dockerfile-maven-plugin</artifactId>
|
|
<version>1.4.12</version>
|
|
<version>1.4.12</version>
|
|
<configuration>
|
|
<configuration>
|
|
- <repository>registry.cn-shenzhen.aliyuncs.com/sop_server</repository>
|
|
|
|
|
|
+ <repository>registry.cn-shenzhen.aliyuncs.com/sop_api</repository>
|
|
<tag>${project.version}</tag>
|
|
<tag>${project.version}</tag>
|
|
<contextDirectory>${project.baseDir}</contextDirectory>
|
|
<contextDirectory>${project.baseDir}</contextDirectory>
|
|
<useMavenSettingsForAuth>true</useMavenSettingsForAuth>
|
|
<useMavenSettingsForAuth>true</useMavenSettingsForAuth>
|