This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch pr/master/release-policy in repository https://gitbox.apache.org/repos/asf/maven.git
commit 0523d338614712db04bbc7714b1dab36f277ad8f 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 90e991a566..d551f378ca 100644 --- a/api/maven-api-model/src/main/mdo/maven.mdo +++ b/api/maven-api-model/src/main/mdo/maven.mdo @@ -2403,12 +2403,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> @@ -2419,7 +2419,7 @@ <class> <name>RepositoryPolicy</name> <version>4.0.0+</version> - <description>Download policy.</description> + <description>Repository download policy.</description> <fields> <field> <name>enabled</name>
