瀏覽代碼

add:maven打包版本指定

caozixuan 2 年之前
父節點
當前提交
6e660976ff
共有 3 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      distributed-print/pom.xml
  2. 1 0
      teachcloud-report/pom.xml
  3. 1 0
      teachcloud-task/pom.xml

+ 1 - 0
distributed-print/pom.xml

@@ -39,6 +39,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>2.6.2</version>
                 <configuration>
                     <includeSystemScope>true</includeSystemScope>
                 </configuration>

+ 1 - 0
teachcloud-report/pom.xml

@@ -39,6 +39,7 @@
 			<plugin>
 				<groupId>org.springframework.boot</groupId>
 				<artifactId>spring-boot-maven-plugin</artifactId>
+				<version>2.6.2</version>
 				<configuration>
 					<includeSystemScope>true</includeSystemScope>
 				</configuration>

+ 1 - 0
teachcloud-task/pom.xml

@@ -33,6 +33,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>2.6.2</version>
                 <configuration>
                     <includeSystemScope>true</includeSystemScope>
                 </configuration>