变更包名

This commit is contained in:
杨黄林
2022-02-01 15:22:37 +08:00
parent fa44f4427d
commit e45e75c644
16 changed files with 63 additions and 64 deletions

View File

@@ -2,7 +2,7 @@
<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.cdhncy</groupId>
<groupId>com.yanghuanglin</groupId>
<artifactId>seq</artifactId>
<version>1.0.0</version>
<name>seq</name>
@@ -34,6 +34,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>8</source>
<target>8</target>