修改工程名

master
e 2019-06-27 07:54:03 +08:00
parent 0d070d6aae
commit 27b6752763
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.zzjeeframework</groupId> <groupId>org.zzjeeframework</groupId>
<artifactId>zzjee</artifactId> <artifactId>jeewms</artifactId>
<version>3.7</version> <version>3.7</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>
@ -970,7 +970,7 @@
<organization> <organization>
<name>ZZJEE 智能快速开发平台</name> <name>ZZJEE 智能快速开发平台</name>
<url>www.zzjee.org</url> <url>www.jeewms.com</url>
</organization> </organization>
<build> <build>
<plugins> <plugins>
@ -980,7 +980,7 @@
<artifactId>tomcat-maven-plugin</artifactId> <artifactId>tomcat-maven-plugin</artifactId>
<version>1.1</version> <version>1.1</version>
<configuration> <configuration>
<path>/zzjee</path> <path>/jeewms</path>
<port>8080</port> <port>8080</port>
<uriEncoding>UTF-8</uriEncoding> <uriEncoding>UTF-8</uriEncoding>
<url>http://localhost:8080/manager/html</url> <url>http://localhost:8080/manager/html</url>
@ -1038,7 +1038,7 @@
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
<finalName>zzjee</finalName> <finalName>jeewms</finalName>
<resources> <resources>
<resource> <resource>
<directory>src/main/java</directory> <directory>src/main/java</directory>