Skip to content

Commit

Permalink
Upgrade modello xmlns to 2.0.0 in rule.mdo
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jul 31, 2022
1 parent 939a422 commit 466c4c5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/main/mdo/rule.mdo
Expand Up @@ -19,8 +19,8 @@ specific language governing permissions and limitations
under the License.
-->

<model xmlns="http://modello.codehaus.org/MODELLO/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.1.0 http://modello.codehaus.org/xsd/modello-1.1.0.xsd"
<model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 https://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
xsd.namespace="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0"
xsd.targetNamespace="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0">
<id>rule</id>
Expand All @@ -45,7 +45,7 @@ under the License.
</description>
<version>1.0+</version>
<fields>
<field xml.attributes="false">
<field>
<name>ignoreVersions</name>
<version>2.0+</version>
<required>false</required>
Expand Down Expand Up @@ -131,7 +131,7 @@ under the License.
</description>
<version>1.0+</version>
<fields>
<field xml.attributes="false">
<field>
<name>ignoreVersions</name>
<version>2.0+</version>
<required>false</required>
Expand All @@ -146,7 +146,7 @@ under the License.
<name>rules</name>
<required>true</required>
<version>1.0+</version>
<association xml.itemStyle="flat">
<association>
<type>Rule</type>
<multiplicity>*</multiplicity>
</association>
Expand Down Expand Up @@ -200,7 +200,8 @@ under the License.
<name>version</name>
<version>2.0+</version>
<type>String</type>
<description>A version number or a regular expression for version numbers that should be ignored.</description>
<description>A version number or a regular expression for version numbers that should be ignored.
</description>
</field>
<field xml.attribute="true">
<name>type</name>
Expand All @@ -226,4 +227,4 @@ under the License.
</codeSegments>
</class>
</classes>
</model>
</model>

0 comments on commit 466c4c5

Please sign in to comment.