fix(*) 首次提交MessageCenter项目
This commit is contained in:
26
MessageCenter/pom.xml
Normal file
26
MessageCenter/pom.xml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
<groupId>cn.crtech.cloud.message</groupId>
|
||||||
|
<artifactId>MessageCenter</artifactId>
|
||||||
|
<version>1.0.1</version>
|
||||||
|
|
||||||
|
<!-- 父工程 -->
|
||||||
|
<parent>
|
||||||
|
<groupId>cn.crtech.cloud.dependencies</groupId>
|
||||||
|
<artifactId>Dependencies</artifactId>
|
||||||
|
<version>1.0.1</version>
|
||||||
|
<relativePath/>
|
||||||
|
</parent>
|
||||||
|
|
||||||
|
<!-- 依赖的版本锁定 -->
|
||||||
|
<properties>
|
||||||
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
|
<maven.compiler.target>8</maven.compiler.target>
|
||||||
|
<java.version>1.8</java.version>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
</properties>
|
||||||
|
</project>
|
||||||
Reference in New Issue
Block a user