Browse Source

修改pom文件中的远程tag

feature/dangjian
管理员 6 years ago
parent
commit
fcf5bc35f5
  1. 1
      esua-epdc/epdc-admin/epdc-admin-server/pom.xml
  2. 1
      esua-epdc/epdc-auth/pom.xml
  3. 6
      esua-epdc/pom.xml

1
esua-epdc/epdc-admin/epdc-admin-server/pom.xml

@ -137,6 +137,7 @@
<properties> <properties>
<server.port>9092</server.port> <server.port>9092</server.port>
<spring.profiles.active>dev</spring.profiles.active> <spring.profiles.active>dev</spring.profiles.active>
<docker.tag>dev</docker.tag>
<!-- nacos --> <!-- nacos -->
<nacos.register-enabled>false</nacos.register-enabled> <nacos.register-enabled>false</nacos.register-enabled>

1
esua-epdc/epdc-auth/pom.xml

@ -106,6 +106,7 @@
<properties> <properties>
<server.port>9091</server.port> <server.port>9091</server.port>
<spring.profiles.active>dev</spring.profiles.active> <spring.profiles.active>dev</spring.profiles.active>
<docker.tag>dev</docker.tag>
<!-- redis配置 --> <!-- redis配置 -->
<spring.redis.index>2</spring.redis.index> <spring.redis.index>2</spring.redis.index>

6
esua-epdc/pom.xml

@ -77,12 +77,6 @@
<build> <build>
<pluginManagement> <pluginManagement>
<plugins> <plugins>
<plugin>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId>
<version>${dockerfile-maven-plugin.version}</version>
</plugin>
<plugin> <plugin>
<groupId>com.spotify</groupId> <groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId> <artifactId>dockerfile-maven-plugin</artifactId>

Loading…
Cancel
Save