Authored by mali

context修改

... ... @@ -12,7 +12,7 @@
<name>yohoufo-fore-deploy</name>
<build>
<finalName>yohoufo-fore</finalName>
<finalName>ufo-gateway</finalName>
<plugins>
<plugin>
<groupId>com.yoho.tools</groupId>
... ... @@ -55,7 +55,7 @@
<phase>package</phase>
<configuration>
<tasks>
<unzip src="target/yohoufo-fore.zip" dest="target"/>
<unzip src="target/ufo-gateway.zip" dest="target"/>
</tasks>
</configuration>
<goals>
... ...
... ... @@ -17,7 +17,7 @@
<properties>
<qiniu.version>7.0.5</qiniu.version>
<project-name>yohoufo-fore</project-name>
<project-name>ufo-gateway</project-name>
<model.version>1.0-SNAPSHOT</model.version>
</properties>
... ...
... ... @@ -94,7 +94,7 @@
<build>
<finalName>yohoufo-fore-web</finalName>
<finalName>ufo-gateway-web</finalName>
<plugins>
<plugin>
<groupId>com.yoho.tools</groupId>
... ...