You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by by...@apache.org on 2021/06/29 09:21:52 UTC

[submarine] branch master updated: SUBMARINE-877. Replace the dtds url in checkstyle.xml with new url.

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

byronhsu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 75c12eb  SUBMARINE-877. Replace the dtds url in checkstyle.xml with new url.
75c12eb is described below

commit 75c12ebe54a49b0c077c900221c50b8130d8d512
Author: jeff-901 <b0...@ntu.edu.com>
AuthorDate: Tue Jun 29 13:07:02 2021 +0800

    SUBMARINE-877. Replace the dtds url in checkstyle.xml with new url.
    
    ### What is this PR for?
    Replace out-of-date url in checkstyle.xml
    reference:
    https://github.com/checkstyle/checkstyle/issues/6478
    
    ### What type of PR is it?
    Bug Fix
    
    ### Todos
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-877
    
    ### How should this be tested?
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: jeff-901 <b0...@ntu.edu.com>
    
    Signed-off-by: byronhsu <by...@apache.org>
    
    Closes #618 from jeff-901/SUBMARINE-877 and squashes the following commits:
    
    78ba6d4b [jeff-901] update url
---
 dev-support/maven-config/checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/maven-config/checkstyle.xml b/dev-support/maven-config/checkstyle.xml
index e31aabf..2b03043 100644
--- a/dev-support/maven-config/checkstyle.xml
+++ b/dev-support/maven-config/checkstyle.xml
@@ -16,7 +16,7 @@ limitations under the License.
 
 <!DOCTYPE module PUBLIC
   "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
-  "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
+  "https://checkstyle.org/dtds/configuration_1_3.dtd">
 
 <!-- This is a checkstyle configuration file. For descriptions of what the 
 	following rules do, please see the checkstyle configuration page at http://checkstyle.sourceforge.net/config.html -->

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org