updated model version to latest 1.1.0

and xsd link in model documentation is already generated by Modello, no
need to duplicate information in handwritten description
This commit is contained in:
Hervé Boutemy 2018-04-11 07:43:55 +02:00
parent 0dbdda823f
commit ef41c0e4f4
4 changed files with 1 additions and 7 deletions

1
.gitignore vendored
View File

@ -13,4 +13,3 @@ out/
/bootstrap
/dependencies.xml
.java-version
.factorypath

View File

@ -31,10 +31,6 @@
<p>Includes things that should not be distributed with the pom.xml file, such as developer identity, along with
local settings, like proxy information.</p>
<p>The default location for the settings file is <i>~/.m2/settings.xml</i></p>
<p>An XSD is available at:</p>
<ul>
<li><a href="https://maven.apache.org/xsd/settings-1.0.0.xsd">https://maven.apache.org/xsd/settings-1.0.0.xsd</a>.</li>
</ul>
]]>
</description>
<defaults>

View File

@ -33,4 +33,4 @@ Maven Settings Model
* A {{{./settings.html}Descriptor Reference}}
* An {{{https://maven.apache.org/xsd/settings-1.0.0.xsd}XSD}}
* An {{{https://maven.apache.org/xsd/settings-1.1.0.xsd}XSD}}

View File

@ -505,7 +505,6 @@ under the License.
<exclude>src/test/projects/**</exclude>
<exclude>src/test/remote-repo/**</exclude>
<exclude>**/*.odg</exclude>
<exclude>**/.factorypath</exclude>
</excludes>
</configuration>
</plugin>