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