|
@@ -14,6 +14,15 @@
|
|
|
<name>ihotel_student_houtai</name>
|
|
<name>ihotel_student_houtai</name>
|
|
|
<description>Demo project for Spring Boot</description>
|
|
<description>Demo project for Spring Boot</description>
|
|
|
|
|
|
|
|
|
|
+ <distributionManagement>
|
|
|
|
|
+ <repository>
|
|
|
|
|
+ <!--必须与 settings.xml 的 id 一致-->
|
|
|
|
|
+ <id>chuanghaikeji-smarCampus-test</id>
|
|
|
|
|
+ <name>test</name>
|
|
|
|
|
+ <url>https://my-team-maven.pkg.coding.net/repository/maven-demo/maven/</url>
|
|
|
|
|
+ </repository>
|
|
|
|
|
+ </distributionManagement>
|
|
|
|
|
+
|
|
|
<properties>
|
|
<properties>
|
|
|
<java.version>1.8</java.version>
|
|
<java.version>1.8</java.version>
|
|
|
<tencent.qcloudsms.version>1.0.6</tencent.qcloudsms.version>
|
|
<tencent.qcloudsms.version>1.0.6</tencent.qcloudsms.version>
|