File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
api/maven-api-settings/src/main/mdo Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 181
181
</field >
182
182
<field xdoc.separator=" blank" >
183
183
<name >repositories</name >
184
- <!-- 2.0.0+ ? -->
185
184
<version >1.3.0+</version >
186
185
<description >
187
186
The lists of the remote repositories.
193
192
</field >
194
193
<field >
195
194
<name >pluginRepositories</name >
196
- <!-- 2.0.0+ ? -->
197
195
<version >1.3.0+</version >
198
196
<description >
199
197
The lists of the remote repositories for discovering plugins.
Original file line number Diff line number Diff line change @@ -75,8 +75,7 @@ under the License.
75
75
<model >src/main/mdo/settings.mdo</model >
76
76
</models >
77
77
<params >
78
- <!-- 1.3.0 ? -->
79
- <param >forcedIOModelVersion=1.2.0</param >
78
+ <param >forcedIOModelVersion=1.3.0</param >
80
79
<param >packageModelV3=org.apache.maven.settings</param >
81
80
<param >packageModelV4=org.apache.maven.api.settings</param >
82
81
<param >packageToolV4=org.apache.maven.settings.v4</param >
Original file line number Diff line number Diff line change 118
118
<template >writer-stax.vm</template >
119
119
</templates >
120
120
<params >
121
- <!-- 1.3.0 ? -->
122
- <param >forcedIOModelVersion=1.2.0</param >
121
+ <param >forcedIOModelVersion=1.3.0</param >
123
122
<param >packageModelV3=org.apache.maven.settings</param >
124
123
<param >packageModelV4=org.apache.maven.api.settings</param >
125
124
<param >packageToolV4=org.apache.maven.settings.v4</param >
You can’t perform that action at this time.
0 commit comments