Browse Source

add:maven打包版本指定

caozixuan 2 years ago
parent
commit
6e660976ff
3 changed files with 3 additions and 0 deletions
  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>