set "fail" as a default option for checksumPolicy in documents

This commit is contained in:
Sungpeo Kook 2021-09-19 22:24:32 +09:00 committed by Michael Osipov
parent 9735fffd98
commit 9539227201
2 changed files with 2 additions and 2 deletions

View File

@ -308,7 +308,7 @@ under the License.
<name>checksumPolicy</name>
<version>1.0.0</version>
<description>What to do when verification of an artifact checksum fails - warn, fail, etc. Valid values are
"fail", "warn" (default) or "ignore"</description>
"fail" (default), "warn" or "ignore"</description>
<type>String</type>
</field>
</fields>

View File

@ -969,7 +969,7 @@
<version>1.0.0+</version>
<description>
What to do when verification of an artifact checksum fails -
warn, fail, etc. Valid values are "fail", "warn" (default) or "ignore".
warn, fail, etc. Valid values are "fail" (default), "warn" or "ignore".
</description>
<type>String</type>
</field>