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 2012/05/12 11:47:18 UTC

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

Author: hboutemy
Date: Sat May 12 09:47:17 2012
New Revision: 1337491

URL: http://svn.apache.org/viewvc?rev=1337491&view=rev
Log:
fixed typo

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=1337491&r1=1337490&r2=1337491&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 Sat May 12 09:47:17 2012
@@ -45,19 +45,19 @@ under the License.
           <name>groupId</name>
           <version>1.0.0+</version>
           <type>String</type>
-          <description>The groupId that is directory represents, if any.</description>
+          <description>The groupId that this directory represents, if any.</description>
         </field>
         <field>
           <name>artifactId</name>
           <version>1.0.0+</version>
           <type>String</type>
-          <description>The artifactId that is directory represents, if any.</description>
+          <description>The artifactId that this directory represents, if any.</description>
         </field>
         <field>
           <name>version</name>
           <version>1.0.0+</version>
           <type>String</type>
-          <description>The version that is directory represents, if any.</description>
+          <description>The version that this directory represents, if any.</description>
         </field>
         <field>
           <name>versioning</name>