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-pmd-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new bd609c6 updated Modello xsd url
bd609c6 is described below
commit bd609c6fd0a9d759472404dd68741e17e02941f8
Author: Hervé Boutemy <[email protected]>
AuthorDate: Tue Mar 13 18:22:12 2018 +0100
updated Modello xsd url
---
src/main/mdo/cpd.mdo | 4 ++--
src/main/mdo/pmd.mdo | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/mdo/cpd.mdo b/src/main/mdo/cpd.mdo
index 8f069ec..0ac0042 100644
--- a/src/main/mdo/cpd.mdo
+++ b/src/main/mdo/cpd.mdo
@@ -16,8 +16,8 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
-<model xmlns="http://modello.codehaus.org/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">
+<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.4.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.4.0
https://codehaus-plexus.github.io/modello/xsd/modello-1.4.0.xsd">
<!-- Source:
http://www.jcoderz.org/fawkez/browser/trunk/src/xml/schema/cpd.xsd -->
diff --git a/src/main/mdo/pmd.mdo b/src/main/mdo/pmd.mdo
index 455aeab..52bb58d 100644
--- a/src/main/mdo/pmd.mdo
+++ b/src/main/mdo/pmd.mdo
@@ -16,8 +16,8 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
-<model xmlns="http://modello.codehaus.org/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">
+<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.4.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.4.0
https://codehaus-plexus.github.io/modello/xsd/modello-1.4.0.xsd">
<!-- Source:
http://www.jcoderz.org/fawkez/browser/trunk/src/xml/schema/pmd.xsd -->
--
To stop receiving notification emails like this one, please contact
[email protected].