You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2022/03/26 10:15:53 UTC

[servicecomb-java-chassis] branch master updated: [SCB-2430]make archetype springboot version consistent with project (#2748)

This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new a838435  [SCB-2430]make archetype springboot version consistent with project (#2748)
a838435 is described below

commit a83843568983c971234d0709a8c0867112ead0ff
Author: ZhangJian He <sh...@gmail.com>
AuthorDate: Sat Mar 26 18:15:48 2022 +0800

    [SCB-2430]make archetype springboot version consistent with project (#2748)
---
 .../src/main/resources/archetype-resources/pom.xml                    | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                    | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                    | 4 ++--
 pom.xml                                                               | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/archetypes/business-service-jaxrs/src/main/resources/archetype-resources/pom.xml b/archetypes/business-service-jaxrs/src/main/resources/archetype-resources/pom.xml
index a128614..f7562db 100644
--- a/archetypes/business-service-jaxrs/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/business-service-jaxrs/src/main/resources/archetype-resources/pom.xml
@@ -27,7 +27,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <!-- this version is used for archetype, do not need to change when release a new version -->
-    <java-chassis.version>2.0.0</java-chassis.version>
+    <java-chassis.version>2.6.3</java-chassis.version>
   </properties>
 
   <dependencyManagement>
diff --git a/archetypes/business-service-pojo/src/main/resources/archetype-resources/pom.xml b/archetypes/business-service-pojo/src/main/resources/archetype-resources/pom.xml
index f2aa06d..c179bc1 100644
--- a/archetypes/business-service-pojo/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/business-service-pojo/src/main/resources/archetype-resources/pom.xml
@@ -27,7 +27,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <!-- this version is used for archetype, do not need to change when release a new version -->
-    <java-chassis.version>2.0.0</java-chassis.version>
+    <java-chassis.version>2.6.3</java-chassis.version>
   </properties>
 
   <dependencyManagement>
diff --git a/archetypes/business-service-spring-boot2-starter/src/main/resources/archetype-resources/pom.xml b/archetypes/business-service-spring-boot2-starter/src/main/resources/archetype-resources/pom.xml
index f1f995e..6839751 100755
--- a/archetypes/business-service-spring-boot2-starter/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/business-service-spring-boot2-starter/src/main/resources/archetype-resources/pom.xml
@@ -27,8 +27,8 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <!-- this version is used for archetype, do not need to change when release a new version -->
-    <java-chassis.version>2.0.0</java-chassis.version>
-    <springboot.version>2.1.2.RELEASE</springboot.version>
+    <java-chassis.version>2.6.3</java-chassis.version>
+    <springboot.version>2.5.6</springboot.version>
   </properties>
 
   <dependencyManagement>
diff --git a/pom.xml b/pom.xml
index fa1685c..6a1f307 100755
--- a/pom.xml
+++ b/pom.xml
@@ -429,7 +429,7 @@
         <plugin>
           <groupId>org.springframework.boot</groupId>
           <artifactId>spring-boot-maven-plugin</artifactId>
-          <version>2.1.2.RELEASE</version>
+          <version>2.5.6</version>
           <executions>
             <execution>
               <goals>