更新项目使用包的名称
This commit is contained in:
parent
82895b9787
commit
4e39419aaf
12
pom.xml
12
pom.xml
|
@ -8,11 +8,11 @@
|
||||||
<version>2.7.5</version>
|
<version>2.7.5</version>
|
||||||
<relativePath/> <!-- lookup parent from repository -->
|
<relativePath/> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.northtecom.visatrack</groupId>
|
<groupId>com.northtecom.visafn</groupId>
|
||||||
<artifactId>api</artifactId>
|
<artifactId>sharkfly-wechat-service</artifactId>
|
||||||
<version>0.0.5-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<name>usvisartrackapi</name>
|
<name>SharkFly-WeChat-Service</name>
|
||||||
<description>Visa track API project for North Tecom</description>
|
<description>SharkFly WeChat Official Account For North Tecom</description>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>11</java.version>
|
<java.version>17</java.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue