You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/06/07 02:17:30 UTC

[GitHub] zhengyangyong closed pull request #756: [SCB-650] change the config of java-chassis.version from 1.0.0-m2-SNAPSHOT to 1.0.0-m1 in archetypes

zhengyangyong closed pull request #756: [SCB-650] change the config of java-chassis.version from 1.0.0-m2-SNAPSHOT to 1.0.0-m1 in archetypes
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/756
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 eb7f27f25..aec331593 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
@@ -26,7 +26,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <java-chassis.version>1.0.0-m2-SNAPSHOT</java-chassis.version>
+    <java-chassis.version>1.0.0-m1</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 d5d049456..0dc8360b0 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
@@ -26,7 +26,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <java-chassis.version>1.0.0-m2-SNAPSHOT</java-chassis.version>
+    <java-chassis.version>1.0.0-m1</java-chassis.version>
   </properties>
 
   <dependencyManagement>
diff --git a/archetypes/business-service-spring-boot-starter/src/main/resources/archetype-resources/pom.xml b/archetypes/business-service-spring-boot-starter/src/main/resources/archetype-resources/pom.xml
index 286c382a2..9064bdec0 100644
--- a/archetypes/business-service-spring-boot-starter/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/business-service-spring-boot-starter/src/main/resources/archetype-resources/pom.xml
@@ -26,7 +26,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <java-chassis.version>1.0.0-m2-SNAPSHOT</java-chassis.version>
+    <java-chassis.version>1.0.0-m1</java-chassis.version>
     <springboot.version>1.5.12.RELEASE</springboot.version>
   </properties>
 
diff --git a/archetypes/business-service-springmvc/src/main/resources/archetype-resources/pom.xml b/archetypes/business-service-springmvc/src/main/resources/archetype-resources/pom.xml
index 187d5f357..dafd1415b 100644
--- a/archetypes/business-service-springmvc/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/business-service-springmvc/src/main/resources/archetype-resources/pom.xml
@@ -26,7 +26,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <java-chassis.version>1.0.0-m2-SNAPSHOT</java-chassis.version>
+    <java-chassis.version>1.0.0-m1</java-chassis.version>
   </properties>
 
   <dependencyManagement>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services