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

yiji 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 18e839d  per xsd, web fragment's name should be a valid java 
identifier. (#2506)
18e839d is described below

commit 18e839d2a164cfdb929af0920d7bd54c0ed10436
Author: elmar.chen <[email protected]>
AuthorDate: Sat Sep 15 00:33:01 2018 +0800

    per xsd, web fragment's name should be a valid java identifier. (#2506)
---
 .../dubbo-config-spring/src/main/resources/META-INF/web-fragment.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/web-fragment.xml 
b/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/web-fragment.xml
index 220874a..c063bdf 100644
--- 
a/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/web-fragment.xml
+++ 
b/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/web-fragment.xml
@@ -2,7 +2,7 @@
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
               xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-fragment_3_0.xsd";>
 
-    <name>dubbo-fragment</name>
+    <name>dubbo_fragment</name>
 
     <ordering>
         <before>

Reply via email to