Hi, All!

 1. year - > date
 2. make section ordering uniform:
    let jar:deploy-snapshot come after jar:deploy
    like jar:install-snapshot comes after jar:install

Cheers!

- Anton

--- goals.orig  2003-04-22 16:20:50.000000000 +0400
+++ goals.xml   2003-07-05 11:33:09.000000000 +0400
@@ -35,22 +35,22 @@
                 id - taken from the <code>project.xml</code>
                 of the project being built
               </li>
-              <li>YYYYMMDD - The current year in 8 digit format</li>
+              <li>YYYYMMDD - The current date in 8 digit format</li>
               <li>hhmmss - the current time in 6 digit format</li>
             </ul>
           </td>
         </tr>
         <tr>
-          <td>jar:deploy-snapshot</td>
+          <td>jar:deploy</td>
           <td>
-            Deploy a snapshot jar to the remote repository
+            Deploy a jar to the remote repository. The jar is built using
+            the <code>java:jar</code> goal
           </td>
         </tr>
         <tr>
-          <td>jar:deploy</td>
+          <td>jar:deploy-snapshot</td>
           <td>
-            Deploy a jar to the remote repository. The jar is built using
-            the <code>java:jar</code> goal
+            Deploy a snapshot jar to the remote repository
           </td>
         </tr>
         <tr>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to