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-verifier-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new ece7b43 updated Modello xsd url
ece7b43 is described below
commit ece7b43334600a3a9009a366ea9b3eb399cd6ba7
Author: Hervé Boutemy <[email protected]>
AuthorDate: Tue Mar 13 18:23:26 2018 +0100
updated Modello xsd url
---
src/main/mdo/verifications.mdo | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/mdo/verifications.mdo b/src/main/mdo/verifications.mdo
index 4931ded..b49a657 100644
--- a/src/main/mdo/verifications.mdo
+++ b/src/main/mdo/verifications.mdo
@@ -17,9 +17,9 @@ specific language governing permissions and limitations
under the License.
-->
-<model xmlns="http://modello.codehaus.org/MODELLO/1.0.0"
+<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.0.0
http://modello.codehaus.org/xsd/modello-1.0.0.xsd"
+ xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.0.0
https://codehaus-plexus.github.io/modello/xsd/modello-1.0.0.xsd"
xsd.namespace="http://maven.apache.org/verifications/1.0.0"
xsd.targetNamespace="http://maven.apache.org/verifications/1.0.0">
<id>verifications</id>
--
To stop receiving notification emails like this one, please contact
[email protected].