mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
#734 -> update maven coordinates
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<module>rocketmq-example/rocketmq-consume-example</module>
|
||||
<module>rocketmq-example/rocketmq-produce-example</module>
|
||||
<module>sms-example</module>
|
||||
<module>spring-cloud-bus-rocketmq-example</module>
|
||||
<module>rocketmq-spring-cloud-bus-example</module>
|
||||
<module>schedulerx-example/schedulerx-simple-task-example</module>
|
||||
<module>spring-cloud-alibaba-dubbo-examples</module>
|
||||
</modules>
|
||||
|
@@ -11,8 +11,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.alibaba.cloud</groupId>
|
||||
<artifactId>spring-cloud-bus-rocketmq-example</artifactId>
|
||||
<name>Spring Cloud Bus RocketMQ Example</name>
|
||||
<artifactId>rocketmq-spring-cloud-bus-example</artifactId>
|
||||
<name>RocketMQ Spring Cloud Bus Example</name>
|
||||
|
||||
|
||||
<dependencies>
|
@@ -11,8 +11,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.alibaba.cloud</groupId>
|
||||
<artifactId>spring-cloud-dubbo-client-sample</artifactId>
|
||||
<name>Spring Cloud Dubbo Client Sample</name>
|
||||
<artifactId>dubbo-spring-cloud-client-sample</artifactId>
|
||||
<name>Dubbo Spring Cloud Client Sample</name>
|
||||
<version>0.9.1.BUILD-SNAPSHOT</version>
|
||||
|
||||
<dependencyManagement>
|
@@ -11,8 +11,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.alibaba.cloud</groupId>
|
||||
<artifactId>spring-cloud-dubbo-consumer-sample</artifactId>
|
||||
<name>Spring Cloud Dubbo Consumer Sample</name>
|
||||
<artifactId>dubbo-spring-cloud-consumer-sample</artifactId>
|
||||
<name>Dubbo Spring Cloud Consumer Sample</name>
|
||||
|
||||
<dependencies>
|
||||
|
@@ -11,8 +11,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.alibaba.cloud</groupId>
|
||||
<artifactId>spring-cloud-dubbo-provider-sample</artifactId>
|
||||
<name>Spring Cloud Dubbo Provider Sample</name>
|
||||
<artifactId>dubbo-spring-cloud-provider-sample</artifactId>
|
||||
<name>Dubbo Spring Cloud Provider Sample</name>
|
||||
|
||||
<dependencies>
|
||||
|
@@ -11,8 +11,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.alibaba.cloud</groupId>
|
||||
<artifactId>spring-cloud-dubbo-provider-web-sample</artifactId>
|
||||
<name>Spring Cloud Dubbo Provider Web Sample</name>
|
||||
<artifactId>dubbo-spring-cloud-provider-web-sample</artifactId>
|
||||
<name>Dubbo Spring Cloud Provider Web Sample</name>
|
||||
|
||||
<dependencies>
|
||||
|
@@ -10,8 +10,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.alibaba.cloud</groupId>
|
||||
<artifactId>spring-cloud-dubbo-sample-api</artifactId>
|
||||
<name>Spring Cloud Dubbo Sample API</name>
|
||||
<artifactId>dubbo-spring-cloud-sample-api</artifactId>
|
||||
<name>Dubbo Spring Cloud Sample API</name>
|
||||
|
||||
<dependencies>
|
||||
|
@@ -12,8 +12,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.alibaba.cloud</groupId>
|
||||
<artifactId>spring-cloud-dubbo-server-sample</artifactId>
|
||||
<name>Spring Cloud Dubbo Server Sample</name>
|
||||
<artifactId>dubbo-spring-cloud-server-sample</artifactId>
|
||||
<name>Dubbo Spring Cloud Server Sample</name>
|
||||
<version>0.9.1.BUILD-SNAPSHOT</version>
|
||||
|
||||
<dependencyManagement>
|
@@ -11,8 +11,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.alibaba.cloud</groupId>
|
||||
<artifactId>spring-cloud-dubbo-servlet-gateway-sample</artifactId>
|
||||
<name>Spring Cloud Dubbo Servlet Gateway Sample</name>
|
||||
<artifactId>dubbo-spring-cloud-servlet-gateway-sample</artifactId>
|
||||
<name>Dubbo Spring Cloud Servlet Gateway Sample</name>
|
||||
|
||||
<dependencies>
|
||||
|
@@ -11,19 +11,19 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.alibaba.cloud</groupId>
|
||||
<artifactId>spring-cloud-alibaba-dubbo-examples</artifactId>
|
||||
<artifactId>dubbo-spring-cloud-alibaba-examples</artifactId>
|
||||
<version>0.9.1.BUILD-SNAPSHOT</version>
|
||||
<name>Spring Cloud Alibaba Dubbo Examples</name>
|
||||
<name>Dubbo Spring Cloud Alibaba Examples</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>spring-cloud-dubbo-sample-api</module>
|
||||
<module>spring-cloud-dubbo-server-sample</module>
|
||||
<module>spring-cloud-dubbo-client-sample</module>
|
||||
<module>spring-cloud-dubbo-provider-sample</module>
|
||||
<module>spring-cloud-dubbo-consumer-sample</module>
|
||||
<module>spring-cloud-dubbo-provider-web-sample</module>
|
||||
<module>spring-cloud-dubbo-servlet-gateway-sample</module>
|
||||
<module>dubbo-spring-cloud-sample-api</module>
|
||||
<module>dubbo-spring-cloud-server-sample</module>
|
||||
<module>dubbo-spring-cloud-client-sample</module>
|
||||
<module>dubbo-spring-cloud-provider-sample</module>
|
||||
<module>dubbo-spring-cloud-consumer-sample</module>
|
||||
<module>dubbo-spring-cloud-provider-web-sample</module>
|
||||
<module>dubbo-spring-cloud-servlet-gateway-sample</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
|
Reference in New Issue
Block a user