Browse Source

修改打成jar包的名称,跟服务名一致

dev
wxz 3 years ago
parent
commit
b233b3ad8b
  1. 2
      epmet-auth/pom.xml
  2. 2
      epmet-gateway/pom.xml

2
epmet-auth/pom.xml

@ -9,7 +9,7 @@
<version>2.0.0</version>
</parent>
<artifactId>epmet-auth</artifactId>
<artifactId>epmet-auth-server</artifactId>
<packaging>jar</packaging>
<properties>

2
epmet-gateway/pom.xml

@ -9,7 +9,7 @@
<version>2.0.0</version>
</parent>
<artifactId>epmet-gateway</artifactId>
<artifactId>epmet-gateway-server</artifactId>
<packaging>jar</packaging>
<dependencies>

Loading…
Cancel
Save