You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/09/24 19:26:12 UTC

[maven] 03/04: deleted duplication in checksum description

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

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

commit 98b69beced37a8286a46d5e4badc22a7b180089c
Author: Sungpeo Kook <ju...@gmail.com>
AuthorDate: Tue Sep 21 23:30:01 2021 +0900

    deleted duplication in checksum description
---
 maven-compat/src/main/mdo/profiles.mdo   | 6 ++++--
 maven-settings/src/main/mdo/settings.mdo | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/maven-compat/src/main/mdo/profiles.mdo b/maven-compat/src/main/mdo/profiles.mdo
index b903cfb..8ee32ec 100644
--- a/maven-compat/src/main/mdo/profiles.mdo
+++ b/maven-compat/src/main/mdo/profiles.mdo
@@ -307,8 +307,10 @@ under the License.
         <field>
           <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" (default), "warn" or "ignore"</description>
+          <description>
+            What to do when verification of an artifact checksum fails. Valid values are "fail" (default), "warn" or
+            "ignore"
+          </description>
           <type>String</type>
         </field>
       </fields>
diff --git a/maven-settings/src/main/mdo/settings.mdo b/maven-settings/src/main/mdo/settings.mdo
index 71bb3c4..6420769 100644
--- a/maven-settings/src/main/mdo/settings.mdo
+++ b/maven-settings/src/main/mdo/settings.mdo
@@ -968,8 +968,8 @@
           <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" (default), "warn" or "ignore".
+            What to do when verification of an artifact checksum fails. Valid values are "fail" (default), "warn" or
+            "ignore".
           </description>
           <type>String</type>
         </field>