You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2005/11/23 05:24:54 UTC

svn commit: r348363 - /jakarta/commons/proper/attributes/trunk/site/xdocs/maven_demo.xml

Author: dion
Date: Tue Nov 22 20:24:51 2005
New Revision: 348363

URL: http://svn.apache.org/viewcvs?rev=348363&view=rev
Log:
Use groupId/artifactId consistently instead of simply id

Modified:
    jakarta/commons/proper/attributes/trunk/site/xdocs/maven_demo.xml

Modified: jakarta/commons/proper/attributes/trunk/site/xdocs/maven_demo.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/attributes/trunk/site/xdocs/maven_demo.xml?rev=348363&r1=348362&r2=348363&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/site/xdocs/maven_demo.xml (original)
+++ jakarta/commons/proper/attributes/trunk/site/xdocs/maven_demo.xml Tue Nov 22 20:24:51 2005
@@ -55,13 +55,13 @@
                         Dependencies are declared as you would expect in your project.xml:
                     </p>
                     <source><![CDATA[<dependency>
-    <id>commons-attributes</id>
+    <groupId>commons-attributes</groupId>
     <artifactId>commons-attributes-api</artifactId>
     <version>2.1</version>
 </dependency>
 
 <dependency>
-    <id>commons-attributes</id>
+    <groupId>commons-attributes</groupId>
     <artifactId>commons-attributes-compiler</artifactId>
     <version>2.1</version>
 </dependency>]]></source>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org