summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorfengjunfeng <[email protected]>2022-01-27 11:04:19 +0800
committerfengjunfeng <[email protected]>2022-01-27 11:04:19 +0800
commitcb4d33dc8a7d9d92037ab3330b1c3f083947a4ee (patch)
tree17ab87938c84d939eaf3a4cfc140fa70db95a0a3 /pom.xml
parentd753f30902da64d0a0c654afe9c8c1e2ee5f2bfc (diff)
打包目录修改HEADmaster
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 23da1b2..447b168 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
<version>2.6.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
- <groupId>com.sentinel</groupId>
+ <groupId>com.license</groupId>
<artifactId>license-admin-api</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>license-admin-api</name>
@@ -68,7 +68,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
- <mainClass>com.sentinel.license.LicenseApplication</mainClass>
+ <mainClass>com.license.LicenseApplication</mainClass>
</configuration>
<executions>
<execution>
@@ -93,7 +93,7 @@
<configuration>
<password>io.xjar</password>
<includes>
- <include>com/sentinel/**</include>
+ <include>com/license/**</include>
</includes>
</configuration>
</execution>