Commit b55dd8ae authored by liuyang's avatar liuyang

update pom

parent b9a4c096
......@@ -42,6 +42,8 @@
<shiro.version>1.4.0</shiro.version>
<weixin-java.version>3.6.0</weixin-java.version>
<hutool.version>5.3.5</hutool.version>
<docker.registry>fywlsoft.cn:57802</docker.registry>
<docker.image.prefix>argus</docker.image.prefix>
</properties>
<dependencies>
......@@ -337,7 +339,6 @@
<goal>build</goal>
</goals>
</execution>
</executions>
<execution>
<id>tag-image</id>
<phase>install</phase>
......@@ -369,6 +370,7 @@
<imageName>${docker.image.prefix}/${project.artifactId}:${project.version}</imageName>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
......
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