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

hboutemy pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/maven-4.0.x by this push:
     new a6c85f15f1 clarify repository vs deployment repository
a6c85f15f1 is described below

commit a6c85f15f15734d132d6513fc9e9e02b9748a4c3
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Fri Nov 21 01:18:16 2025 +0100

    clarify repository vs deployment repository
---
 api/maven-api-model/src/main/mdo/maven.mdo | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/api/maven-api-model/src/main/mdo/maven.mdo 
b/api/maven-api-model/src/main/mdo/maven.mdo
index 988c1bbb9c..e7acdd78c8 100644
--- a/api/maven-api-model/src/main/mdo/maven.mdo
+++ b/api/maven-api-model/src/main/mdo/maven.mdo
@@ -2372,12 +2372,12 @@
       <superClass>Repository</superClass>
       <version>4.0.0+</version>
       <description>Deployment repository contains the information needed for 
deploying to the remote
-        repository, which adds uniqueVersion property to usual repositories 
for download.</description>
+        repository, which adds {@code uniqueVersion} property to usual 
repository information for download.</description>
       <fields>
         <field>
           <name>uniqueVersion</name>
           <description>Whether to assign snapshots a unique version comprised 
of the timestamp and
-            build number, or to use the same version each time</description>
+            build number, or to use the same version each time, when deploying 
to repository</description>
           <type>boolean</type>
           <defaultValue>true</defaultValue>
           <version>4.0.0+</version>
@@ -2388,7 +2388,7 @@
     <class>
       <name>RepositoryPolicy</name>
       <version>4.0.0+</version>
-      <description>Download policy.</description>
+      <description>Repository download policy.</description>
       <fields>
         <field>
           <name>enabled</name>

Reply via email to