فهرست منبع

更改 spring boot 版本

gaoyu 2 سال پیش
والد
کامیت
9271d2aa00
3فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 1 1
      AlarmDataStarter/pom.xml
  2. 2 2
      AlarmEngineStarter/pom.xml
  3. 2 2
      pom.xml

+ 1 - 1
AlarmDataStarter/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>energy-alarm-starter</artifactId>
         <groupId>com.persagy.apm</groupId>
-        <version>v2.0.0-SNAPSHOT</version>
+        <version>v4.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

+ 2 - 2
AlarmEngineStarter/pom.xml

@@ -5,12 +5,12 @@
     <parent>
         <artifactId>energy-alarm-starter</artifactId>
         <groupId>com.persagy.apm</groupId>
-        <version>v2.0.0-SNAPSHOT</version>
+        <version>v4.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>alarm-engine-starter</artifactId>
-    <version>v2.0.1-SNAPSHOT</version>
+    <version>v4.0.0-SNAPSHOT</version>
 
     <properties>
         <maven.compiler.source>8</maven.compiler.source>

+ 2 - 2
pom.xml

@@ -6,13 +6,13 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.4.0</version>
+        <version>2.4.12</version>
         <relativePath/> <!-- lookup parent from repository -->
     </parent>
     <groupId>com.persagy.apm</groupId>
     <artifactId>energy-alarm-starter</artifactId>
     <packaging>pom</packaging>
-    <version>v2.0.0-SNAPSHOT</version>
+    <version>v4.0.0-SNAPSHOT</version>
     <modules>
         <module>AlarmDataStarter</module>
         <module>AlarmEngineStarter</module>