You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2018/07/13 23:22:38 UTC

[incubator-dubbo] branch master updated: [dubbo-1929]: remove the verison property that is no use (#1929) (#2078)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cd68437  [dubbo-1929]: remove the verison property that is no use (#1929) (#2078)
cd68437 is described below

commit cd68437f67ed8cb7a1a0dccd49fb3266d4042220
Author: 大雁小鱼 <74...@qq.com>
AuthorDate: Sat Jul 14 07:22:34 2018 +0800

    [dubbo-1929]: remove the verison property that is no use (#1929) (#2078)
---
 .../org/apache/dubbo/config/spring/annotation-version-consumer.xml    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dubbo-config/dubbo-config-spring/src/test/resources/org/apache/dubbo/config/spring/annotation-version-consumer.xml b/dubbo-config/dubbo-config-spring/src/test/resources/org/apache/dubbo/config/spring/annotation-version-consumer.xml
index fb95cf9..629558e 100644
--- a/dubbo-config/dubbo-config-spring/src/test/resources/org/apache/dubbo/config/spring/annotation-version-consumer.xml
+++ b/dubbo-config/dubbo-config-spring/src/test/resources/org/apache/dubbo/config/spring/annotation-version-consumer.xml
@@ -23,6 +23,6 @@
 
     <dubbo:application name="annotation-consumer"/>
     <dubbo:registry address="127.0.0.1:4548"/>
-    <dubbo:annotation package="org.apache.dubbo.config.spring.annotation.consumer" version="2.0.0"/>
+    <dubbo:annotation package="org.apache.dubbo.config.spring.annotation.consumer"/>
 
-</beans>
\ No newline at end of file
+</beans>