Skip to content

Commit

Permalink
[SCB-2065] release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liubao68 committed Aug 11, 2020
1 parent d83164b commit 2b71a33
Show file tree
Hide file tree
Showing 174 changed files with 181 additions and 181 deletions.
2 changes: 1 addition & 1 deletion archetypes/business-service-jaxrs/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>archetypes</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<groupId>org.apache.servicecomb.archetypes</groupId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/business-service-pojo/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>archetypes</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

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

<groupId>org.apache.servicecomb.archetypes</groupId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/business-service-springmvc/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>archetypes</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion clients/kie-client/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>clients</artifactId>
<groupId>org.apache.servicecomb</groupId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion clients/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>java-chassis-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</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
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>clients</artifactId>
<groupId>org.apache.servicecomb</groupId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion common/common-access-log/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>org.apache.servicecomb</groupId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion common/common-protobuf/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>common</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</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
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>common</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<artifactId>common-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>java-chassis-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../parents/default</relativePath>
</parent>
<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>java-chassis-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../parents/default</relativePath>
</parent>
<artifactId>java-chassis-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coverage-reports/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>java-chassis-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../parents/default</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-crossapp/crossapp-client/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-crossapp</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</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
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-crossapp</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</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
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</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
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>authentication</artifactId>
<name>Java Chassis::Demo::Edge::Authentication</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-edge/business-1-1-0/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>business-1-1-0</artifactId>
<name>Java Chassis::Demo::Edge::Business 1.1.0</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-edge/business-1.0.0/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>business-1-0-0</artifactId>
<name>Java Chassis::Demo::Edge::Business 1.0.0</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-edge/business-2.0.0/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>business-2-0-0</artifactId>
<name>Java Chassis::Demo::Edge::Business 2.0.0</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-edge/consumer/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>consumer</artifactId>
<name>Java Chassis::Demo::Edge::Consumer</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-edge/edge-service/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>edge-service</artifactId>
<name>Java Chassis::Demo::Edge::Service</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-edge/model/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>model</artifactId>
<name>Java Chassis::Demo::Edge::Model</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-edge/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>demo-edge</artifactId>
<name>Java Chassis::Demo::Edge</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-jaxrs/jaxrs-client/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-jaxrs</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>jaxrs-client</artifactId>
<name>Java Chassis::Demo::JAXRS::Client</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-jaxrs/jaxrs-server/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-jaxrs</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>jaxrs-server</artifactId>
<name>Java Chassis::Demo::JAXRS::Server</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-jaxrs/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>demo-jaxrs</artifactId>
<name>Java Chassis::Demo::JAXRS</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-local-registry</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<properties>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-local-registry</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-local-registry/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>demo-local-registry</artifactId>
<name>Java Chassis::Demo::Local Registry</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-multi-registries</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<properties>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-multi-registries</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-multi-registries/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>demo-multi-registries</artifactId>
<name>Java Chassis::Demo::Multi Registry</name>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-multi-service-center</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<properties>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-multi-service-center</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<properties>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-multi-service-center</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-multi-service-center/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>demo-multi-service-center</artifactId>
<name>Java Chassis::Demo::Multi Service Centers</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-multiple/a-client/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-multiple</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>a-client</artifactId>
<name>Java Chassis::Demo::Multiple::A client</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-multiple/a-server/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-multiple</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>a-server</artifactId>
<name>Java Chassis::Demo::Multiple::A server</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-multiple/b-client/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-multiple</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>b-client</artifactId>
<name>Java Chassis::Demo::Multiple::B client</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-multiple/b-server/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-multiple</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<artifactId>b-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-multiple/multiple-client/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-multiple</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>multiple-client</artifactId>
<name>Java Chassis::Demo::Multiple::Client</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-multiple/multiple-server/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-multiple</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>multiple-server</artifactId>
<name>Java Chassis::Demo::Multiple::Server</name>
Expand Down

0 comments on commit 2b71a33

Please sign in to comment.