Close, but no cigars....<artifactId>${roject.artifactId}</artifactId>
(see, a missing 'p') -Robert From: [email protected]
To: [email protected]
Date: Thu, 21 Jul 2011 08:47:03 -0500
Subject: [mojo-scm]  [14337] 
trunk/sandbox/jardiff-maven-plugin/src/site/apt/usage.apt: fix docs






 [14337] trunk/sandbox/jardiff-maven-plugin/src/site/apt/usage.apt: fix docs





Revision 14337
Author mkleint
Date 2011-07-21 08:47:01 -0500 (Thu, 21 Jul 2011)


Log Message
fix docs

Modified Paths

trunk/sandbox/jardiff-maven-plugin/src/site/apt/usage.apt




Diff

Modified: trunk/sandbox/jardiff-maven-plugin/src/site/apt/usage.apt (14336 => 
14337)
--- trunk/sandbox/jardiff-maven-plugin/src/site/apt/usage.apt   2011-07-20 
20:13:59 UTC (rev 14336)
+++ trunk/sandbox/jardiff-maven-plugin/src/site/apt/usage.apt   2011-07-21 
13:47:01 UTC (rev 14337)
@@ -27,14 +27,14 @@
             <comparison>incremental</comparison> <!-- Or "individual"-->
             <artifacts>
                 <artifact>
-                    <groupId>${pom.groupId}</groupId>
-                    <artifactId>${pom.artifactId}</artifactId>
-                    <artifactId>1.1</artifactId>
+                    <groupId>${project.groupId}</groupId>
+                    <artifactId>${roject.artifactId}</artifactId>
+                    <version>1.1</version>
                 </artifact>
                 <artifact>
-                    <groupId>${pom.groupId}</groupId>
-                    <artifactId>${pom.artifactId}</artifactId>
-                    <artifactId>1.0</artifactId>
+                    <groupId>${project.groupId}</groupId>
+                    <artifactId>${project.artifactId}</artifactId>
+                    <version>1.0</version>
                 </artifact>
             </oldVersion>
           </configuration>










To unsubscribe from this list please visit:


    http://xircles.codehaus.org/manage_email                                    
  

Reply via email to