From 47547769158e2488a1a74e6f976c29001336d6db Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Tue, 19 Dec 2017 22:52:22 +0800 Subject: [PATCH] updated --- pom.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5e54f94..cc12fb1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,8 +5,8 @@ <groupId>com.moral</groupId> <artifactId>screen_api</artifactId> - <version>0.0.1-SNAPSHOT</version> - <packaging>jar</packaging> + <version>1.0.0</version> + <packaging>war</packaging> <name>screen_api</name> <description>Screen API</description> @@ -143,6 +143,7 @@ </dependencies> <build> + <finalName>screen_api_v2</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> -- Gitblit v1.8.0