You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by vi...@apache.org on 2018/12/25 09:27:06 UTC

[incubator-dubbo-samples] 01/03: update dubbo version to 2.6.5

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

victory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-samples.git

commit 26df37f1d2e48cdf183f9876c5ef50aee66b6b41
Author: cvictory <sh...@gmail.com>
AuthorDate: Wed Nov 21 11:45:13 2018 +0800

    update dubbo version to 2.6.5
---
 dubbo-samples-docker/pom.xml                                   | 4 ++--
 dubbo-samples-echo/src/main/resources/spring/echo-provider.xml | 4 ++--
 pom.xml                                                        | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dubbo-samples-docker/pom.xml b/dubbo-samples-docker/pom.xml
index cd13133..add7699 100644
--- a/dubbo-samples-docker/pom.xml
+++ b/dubbo-samples-docker/pom.xml
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>dubbo</artifactId>
-            <version>2.6.4</version>
+            <version>2.6.5</version>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
@@ -127,4 +127,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/dubbo-samples-echo/src/main/resources/spring/echo-provider.xml b/dubbo-samples-echo/src/main/resources/spring/echo-provider.xml
index b840950..30b7052 100644
--- a/dubbo-samples-echo/src/main/resources/spring/echo-provider.xml
+++ b/dubbo-samples-echo/src/main/resources/spring/echo-provider.xml
@@ -23,7 +23,7 @@
        http://dubbo.apache.org/schema/dubbo http://dubbo.apache.org/schema/dubbo/dubbo.xsd">
 
     <!-- provider's application name, used for tracing dependency relationship -->
-    <dubbo:application name="demo-provider"/>
+    <dubbo:application name="demo-provider" />
 
     <!-- use multicast registry center to export service -->
     <dubbo:registry address="zookeeper://127.0.0.1:2181"/>
@@ -37,4 +37,4 @@
     <!-- declare the service interface to be exported -->
     <dubbo:service interface="org.apache.dubbo.samples.echo.api.DemoService" ref="demoService"/>
 
-</beans>
\ No newline at end of file
+</beans>
diff --git a/pom.xml b/pom.xml
index f6db953..4684404 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,8 +61,8 @@
         <source.level>1.8</source.level>
         <target.level>1.8</target.level>
         <spring.version>4.3.16.RELEASE</spring.version>
-        <dubbo.version>2.6.4</dubbo.version>
-        <dubbo.rpc.version>2.6.4</dubbo.rpc.version>
+        <dubbo.version>2.6.5</dubbo.version>
+        <dubbo.rpc.version>2.6.5</dubbo.rpc.version>
         <curator.version>2.12.0</curator.version>
         <validation-api.version>1.1.0.Final</validation-api.version>
         <hibernate-validator.version>4.2.0.Final</hibernate-validator.version>