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-javadoc-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 8d0b6d4 updated Modello xsd url
8d0b6d4 is described below
commit 8d0b6d479f70d1f617a43ab61354cd1c4ba699d1
Author: Hervé Boutemy <[email protected]>
AuthorDate: Tue Mar 13 18:21:45 2018 +0100
updated Modello xsd url
---
src/main/mdo/javadocOptions.mdo | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/mdo/javadocOptions.mdo b/src/main/mdo/javadocOptions.mdo
index 8f944b9..108766d 100644
--- a/src/main/mdo/javadocOptions.mdo
+++ b/src/main/mdo/javadocOptions.mdo
@@ -19,9 +19,9 @@ specific language governing permissions and limitations
under the License.
-->
-<model xmlns="http://modello.codehaus.org/MODELLO/1.1.0"
+<model xmlns="https://codehaus-plexus.github.io/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"
+ xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.1.0
https://codehaus-plexus.github.io/modello/xsd/modello-1.1.0.xsd"
xsd.namespace="http://http://maven.apache.org/plugins/maven-javadoc-plugin/maven-javadoc-options/${version}"
xsd.targetNamespace="http://maven.apache.org/plugins/maven-javadoc-plugin/xsd/maven-javadoc-options-${version}.xsd">
<id>javadocoptions</id>
--
To stop receiving notification emails like this one, please contact
[email protected].