You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/08/06 01:25:45 UTC

svn commit: r982826 - /maven/maven-3/trunk/maven-repository-metadata/src/main/mdo/metadata.mdo

Author: hboutemy
Date: Thu Aug  5 23:25:45 2010
New Revision: 982826

URL: http://svn.apache.org/viewvc?rev=982826&view=rev
Log:
updated Modello schema used to 1.4.0 for java.clone attribute support in class element

Modified:
    maven/maven-3/trunk/maven-repository-metadata/src/main/mdo/metadata.mdo

Modified: maven/maven-3/trunk/maven-repository-metadata/src/main/mdo/metadata.mdo
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-repository-metadata/src/main/mdo/metadata.mdo?rev=982826&r1=982825&r2=982826&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-repository-metadata/src/main/mdo/metadata.mdo (original)
+++ maven/maven-3/trunk/maven-repository-metadata/src/main/mdo/metadata.mdo Thu Aug  5 23:25:45 2010
@@ -17,8 +17,8 @@ specific language governing permissions 
 under the License.
 -->
 
-<model xmlns="http://modello.codehaus.org/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"
+<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"
   xml.namespace="http://maven.apache.org/METADATA/${version}"
   xml.schemaLocation="http://maven.apache.org/xsd/metadata-${version}.xsd">
   <id>repository-metadata</id>