Skip to content

Commit

Permalink
[SCB-1783] prepare 2.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
liubao68 committed Feb 20, 2020
1 parent 16ee95b commit c1853c1
Show file tree
Hide file tree
Showing 155 changed files with 188 additions and 185 deletions.
2 changes: 1 addition & 1 deletion archetypes/business-service-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>archetypes</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<groupId>org.apache.servicecomb.archetypes</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,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>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/business-service-pojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>archetypes</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<groupId>org.apache.servicecomb.archetypes</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,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>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/business-service-spring-boot2-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>archetypes</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<groupId>org.apache.servicecomb.archetypes</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,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>
<springboot.version>2.1.2.RELEASE</springboot.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/business-service-springmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>archetypes</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<groupId>org.apache.servicecomb.archetypes</groupId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>java-chassis-parent</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../parents/default</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion clients/kie-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>clients</artifactId>
<groupId>org.apache.servicecomb</groupId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>java-chassis-parent</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../parents/default</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion clients/service-center-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>clients</artifactId>
<groupId>org.apache.servicecomb</groupId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion common/common-javassist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>common</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>common-javassist</artifactId>
<name>Java Chassis::Common::Javassist</name>
Expand Down
2 changes: 1 addition & 1 deletion common/common-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>common</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>common-protobuf</artifactId>
<name>Java Chassis::Common::Protobuf</name>
Expand Down
2 changes: 1 addition & 1 deletion common/common-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>common</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<artifactId>common-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>java-chassis-parent</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../parents/default</relativePath>
</parent>
<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>java-chassis-parent</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../parents/default</relativePath>
</parent>
<artifactId>java-chassis-core</artifactId>
Expand Down
48 changes: 24 additions & 24 deletions coverage-reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>java-chassis-parent</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../parents/default</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -197,117 +197,117 @@
<dependency>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>pojo-client</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>pojo-server</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>jaxrs-client</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>jaxrs-server</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>springmvc-client</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>springmvc-server</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>crossapp-client</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>crossapp-server</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-spring-boot-jaxrs-server</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-spring-boot-jaxrs-client</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-spring-boot-pojo-client</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-spring-boot-pojo-server</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.tests</groupId>
<artifactId>jaxrs-tests</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.tests</groupId>
<artifactId>pojo-test</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.tests</groupId>
<artifactId>spring-jaxrs-tests</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.tests</groupId>
<artifactId>spring-pojo-tests</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.tests</groupId>
<artifactId>spring-pojo-connection-limit-test</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.tests</groupId>
<artifactId>springmvc-tests-general</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.tests</groupId>
<artifactId>springmvc-tests-general-with-springboot</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.tests</groupId>
<artifactId>springmvc-tests-simplified-mapping</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.tests</groupId>
<artifactId>springmvc-tests-connection-limit</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.tests</groupId>
<artifactId>springmvc-tests-simplified-mapping-with-springboot</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb.tests</groupId>
<artifactId>tracing-tests</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion demo/demo-crossapp/crossapp-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-crossapp</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>crossapp-client</artifactId>
<name>Java Chassis::Demo::CrossApp::Client</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-crossapp/crossapp-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-crossapp</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>crossapp-server</artifactId>
<name>Java Chassis::Demo::CrossApp::Server</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-crossapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-parent</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>demo-crossapp</artifactId>
<name>Java Chassis::Demo::CrossApp</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-edge/authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>authentication</artifactId>
<name>Java Chassis::Demo::Edge::Authentication</name>
Expand Down
4 changes: 2 additions & 2 deletions demo/demo-edge/business-1-1-0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>business-1-1-0</artifactId>
<name>Java Chassis::Demo::Edge::Business 1.1.0</name>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>model</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion demo/demo-edge/business-1.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>business-1-0-0</artifactId>
<name>Java Chassis::Demo::Edge::Business 1.0.0</name>
Expand Down
4 changes: 2 additions & 2 deletions demo/demo-edge/business-2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>business-2-0-0</artifactId>
<name>Java Chassis::Demo::Edge::Business 2.0.0</name>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>model</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions demo/demo-edge/consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>consumer</artifactId>
<name>Java Chassis::Demo::Edge::Consumer</name>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>model</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion demo/demo-edge/edge-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>edge-service</artifactId>
<name>Java Chassis::Demo::Edge::Service</name>
Expand Down

0 comments on commit c1853c1

Please sign in to comment.