diff --git a/hg-monitor-web-nx/pom.xml b/hg-monitor-web-nx/pom.xml index 23b8d88..46e3579 100644 --- a/hg-monitor-web-nx/pom.xml +++ b/hg-monitor-web-nx/pom.xml @@ -9,7 +9,7 @@ </parent> <groupId>com.honggroup</groupId> <artifactId>hg-monitor-web-nx</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>5.4.0</version> <name>hg-monitor-web-nx</name> <description>宁夏个性化版本</description> <properties> @@ -24,7 +24,7 @@ </dependencies> <build> - <finalName>nxweb_${timestamp}</finalName> + <finalName>nxweb-${version}.${timestamp}</finalName> <resources> <resource> <directory>src/main/resources</directory> diff --git a/hg-monitor-web-qh/pom.xml b/hg-monitor-web-qh/pom.xml index 3738f03..0795a95 100644 --- a/hg-monitor-web-qh/pom.xml +++ b/hg-monitor-web-qh/pom.xml @@ -9,7 +9,7 @@ </parent> <groupId>com.honggroup</groupId> <artifactId>hg-monitor-web-qh</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>5.4.0</version> <name>hg-monitor-web-qh</name> <description>青海个性化版本</description> <properties> @@ -24,7 +24,7 @@ </dependencies> <build> - <finalName>zhjk-web-5.4.0.${timestamp}</finalName> + <finalName>zhjk-web-${version}.${timestamp}</finalName> <resources> <resource> <directory>src/main/resources</directory>