Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions api/maven-api-model/src/main/mdo/maven.mdo
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down