Commit bf95a3c9 by 文帅营

ci: 修改包名

1 parent 416732e9
Showing 1 changed file with 5 additions and 7 deletions
......@@ -2,19 +2,17 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.viontech.keliu</groupId>
<artifactId>VVAS-DataCenter-DBWriter</artifactId>
<version>1.0-SNAPSHOT</version>
<name>VVAS-DataCenter-DBWriter</name>
<description>VVAS-DataCenter-DBWriter</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.18</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.viontech.keliu</groupId>
<artifactId>VVAS-DataCenter-DBWriter</artifactId>
<version>1.0-SNAPSHOT</version>
<name>VVAS-DataCenter-DBWriter</name>
<description>VVAS-DataCenter-DBWriter</description>
<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!