Skip to content

Commit c726fc1

Browse files
cleanup of introduced comments
1 parent 14438b5 commit c726fc1

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

api/maven-api-settings/src/main/mdo/settings.mdo

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@
181181
</field>
182182
<field xdoc.separator="blank">
183183
<name>repositories</name>
184-
<!-- 2.0.0+ ? -->
185184
<version>1.3.0+</version>
186185
<description>
187186
The lists of the remote repositories.
@@ -193,7 +192,6 @@
193192
</field>
194193
<field>
195194
<name>pluginRepositories</name>
196-
<!-- 2.0.0+ ? -->
197195
<version>1.3.0+</version>
198196
<description>
199197
The lists of the remote repositories for discovering plugins.

compat/maven-settings/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ under the License.
7575
<model>src/main/mdo/settings.mdo</model>
7676
</models>
7777
<params>
78-
<!-- 1.3.0 ? -->
79-
<param>forcedIOModelVersion=1.2.0</param>
78+
<param>forcedIOModelVersion=1.3.0</param>
8079
<param>packageModelV3=org.apache.maven.settings</param>
8180
<param>packageModelV4=org.apache.maven.api.settings</param>
8281
<param>packageToolV4=org.apache.maven.settings.v4</param>

impl/maven-support/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@
118118
<template>writer-stax.vm</template>
119119
</templates>
120120
<params>
121-
<!-- 1.3.0 ? -->
122-
<param>forcedIOModelVersion=1.2.0</param>
121+
<param>forcedIOModelVersion=1.3.0</param>
123122
<param>packageModelV3=org.apache.maven.settings</param>
124123
<param>packageModelV4=org.apache.maven.api.settings</param>
125124
<param>packageToolV4=org.apache.maven.settings.v4</param>

0 commit comments

Comments
 (0)