This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-doap-plugin.git
The following commit(s) were added to refs/heads/master by this push: new cbe10c0 updated Modello xsd url cbe10c0 is described below commit cbe10c05b04c2e1b35f894e037d01872d3f93d97 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Tue Mar 13 18:21:15 2018 +0100 updated Modello xsd url --- src/main/mdo/asfextOptions.mdo | 4 ++-- src/main/mdo/doapOptions.mdo | 4 ++-- src/main/mdo/extOptions.mdo | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/mdo/asfextOptions.mdo b/src/main/mdo/asfextOptions.mdo index 979d3c0..420f8e7 100644 --- a/src/main/mdo/asfextOptions.mdo +++ b/src/main/mdo/asfextOptions.mdo @@ -19,9 +19,9 @@ specific language governing permissions and limitations under the License. --> -<model xmlns="http://modello.codehaus.org/MODELLO/1.4.0" +<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.4.0 http://modello.codehaus.org/xsd/modello-1.4.0.xsd"> + xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.4.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.4.0.xsd"> <id>asfextOptions</id> <name>asfextOptions</name> <description><![CDATA[Model for ASF extensions to DOAP.]]></description> diff --git a/src/main/mdo/doapOptions.mdo b/src/main/mdo/doapOptions.mdo index 9138ede..e8d7a5e 100644 --- a/src/main/mdo/doapOptions.mdo +++ b/src/main/mdo/doapOptions.mdo @@ -19,9 +19,9 @@ specific language governing permissions and limitations under the License. --> -<model xmlns="http://modello.codehaus.org/MODELLO/1.4.0" +<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.4.0 http://modello.codehaus.org/xsd/modello-1.4.0.xsd"> + xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.4.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.4.0.xsd"> <id>doapOptions</id> <name>doapOptions</name> <description><![CDATA[Model for DOAP Options.]]></description> diff --git a/src/main/mdo/extOptions.mdo b/src/main/mdo/extOptions.mdo index 1491456..30acfb8 100644 --- a/src/main/mdo/extOptions.mdo +++ b/src/main/mdo/extOptions.mdo @@ -19,9 +19,9 @@ specific language governing permissions and limitations under the License. --> -<model xmlns="http://modello.codehaus.org/MODELLO/1.4.0" +<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.4.0 http://modello.codehaus.org/xsd/modello-1.4.0.xsd"> + xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.4.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.4.0.xsd"> <id>extOptions</id> <name>extOptions</name> <description><![CDATA[Model for extensions to DOAP.]]></description> -- To stop receiving notification emails like this one, please contact hbout...@apache.org.