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

michaelo pushed a commit to branch MNG-5728
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git

commit b4cb2c324cd33f7202551f75cf0a073e82cdab83
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Mon Nov 30 18:51:38 2020 +0100

    Fix checksum
---
 .../org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVMk2Test.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVMk2Test.java
 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVMk2Test.java
index 9c06e61..a856901 100644
--- 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVMk2Test.java
+++ 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVMk2Test.java
@@ -55,7 +55,7 @@ public class MavenITmng3599useHttpProxyForWebDAVMk2Test
                             "  <name>MNG-3599</name>\n" +
                             "</project>";
 
-    private static final String CONTENT_CHECKSUM_SHA1 = 
"76dd118d5046fe79ecd0dab7b684fbdc3a8131ee";
+    private static final String CONTENT_CHECKSUM_SHA1 = 
"8c2562233bae8fa8aa40697d6bbd5115f9062a71";
 
     public MavenITmng3599useHttpProxyForWebDAVMk2Test()
     {

Reply via email to