Skip to content

Commit

Permalink
updated model version to latest 1.1.0
Browse files Browse the repository at this point in the history
and xsd link in model documentation is already generated by Modello, no
need to duplicate information in handwritten description
  • Loading branch information
hboutemy committed Apr 11, 2018
1 parent 0dbdda8 commit ef41c0e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ out/
/bootstrap
/dependencies.xml
.java-version
.factorypath
4 changes: 0 additions & 4 deletions maven-settings/src/main/mdo/settings.mdo
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion maven-settings/src/site/apt/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ef41c0e

Please sign in to comment.