This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch pr/3.9.x/release-policy in repository https://gitbox.apache.org/repos/asf/maven.git
commit 364c8ab26c1077ffe9e201b65ea3fdaa30d1b4fd Author: Hervé Boutemy <[email protected]> AuthorDate: Fri Nov 21 01:18:16 2025 +0100 clarify repository vs deployment repository --- maven-model/src/main/mdo/maven.mdo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maven-model/src/main/mdo/maven.mdo b/maven-model/src/main/mdo/maven.mdo index 8fb879c0ca..9f144d6234 100644 --- a/maven-model/src/main/mdo/maven.mdo +++ b/maven-model/src/main/mdo/maven.mdo @@ -2117,12 +2117,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> @@ -2133,7 +2133,7 @@ <class java.clone="deep"> <name>RepositoryPolicy</name> <version>4.0.0+</version> - <description>Download policy.</description> + <description>Repository download policy.</description> <fields> <field> <name>enabled</name>
