You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by fe...@apache.org on 2005/01/12 01:56:17 UTC

svn commit: r124931 - /maven/maven-1/plugins/trunk/jar/xdocs/changes.xml /maven/maven-1/plugins/trunk/jar/xdocs/properties.xml

Author: felipeal
Date: Tue Jan 11 16:56:16 2005
New Revision: 124931

URL: http://svn.apache.org/viewcvs?view=rev&rev=124931
Log:
MPJAR-42: fixed typo
Modified:
   maven/maven-1/plugins/trunk/jar/xdocs/changes.xml
   maven/maven-1/plugins/trunk/jar/xdocs/properties.xml

Modified: maven/maven-1/plugins/trunk/jar/xdocs/changes.xml
Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jar/xdocs/changes.xml?view=diff&rev=124931&p1=maven/maven-1/plugins/trunk/jar/xdocs/changes.xml&r1=124930&p2=maven/maven-1/plugins/trunk/jar/xdocs/changes.xml&r2=124931
==============================================================================
--- maven/maven-1/plugins/trunk/jar/xdocs/changes.xml	(original)
+++ maven/maven-1/plugins/trunk/jar/xdocs/changes.xml	Tue Jan 11 16:56:16 2005
@@ -26,6 +26,7 @@
   </properties>
   <body>
     <release version="1.7-SNAPSHOT" date="in CVS">
+      <action dev="felipeal" type="fix" issue="MPJAR-42" due-to="Joseph Benavidez">Fix typo on documentation.</action>
       <action dev="felipeal" type="fix" issue="MPJAR-40" due-to="Shinobu Kawai">Fix typo on documentation.</action>
       <action dev="felipeal" type="add">Added new property <code>maven.jar.final.name</code>.</action>
     </release>

Modified: maven/maven-1/plugins/trunk/jar/xdocs/properties.xml
Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jar/xdocs/properties.xml?view=diff&rev=124931&p1=maven/maven-1/plugins/trunk/jar/xdocs/properties.xml&r1=124930&p2=maven/maven-1/plugins/trunk/jar/xdocs/properties.xml&r2=124931
==============================================================================
--- maven/maven-1/plugins/trunk/jar/xdocs/properties.xml	(original)
+++ maven/maven-1/plugins/trunk/jar/xdocs/properties.xml	Tue Jan 11 16:56:16 2005
@@ -237,7 +237,7 @@
           <td>maven.final.name</td>
           <td>Yes</td>
           <td>
-            Usually this property is set to <code>${project.id}-${project.currentVersion}</code>
+            Usually this property is set to <code>${pom.id}-${pom.currentVersion}</code>
             but the snapshot goal overwrites it to be the snapshot signature
           </td>
         </tr>

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