You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by no...@apache.org on 2011/03/10 14:36:05 UTC

svn commit: r1080219 - /aries/site/trunk/content/modules/ebamavenpluginproject.mdtext

Author: not
Date: Thu Mar 10 13:36:04 2011
New Revision: 1080219

URL: http://svn.apache.org/viewvc?rev=1080219&view=rev
Log:
ARIES-543 Update to remove references to deprecated properties.

Modified:
    aries/site/trunk/content/modules/ebamavenpluginproject.mdtext

Modified: aries/site/trunk/content/modules/ebamavenpluginproject.mdtext
URL: http://svn.apache.org/viewvc/aries/site/trunk/content/modules/ebamavenpluginproject.mdtext?rev=1080219&r1=1080218&r2=1080219&view=diff
==============================================================================
--- aries/site/trunk/content/modules/ebamavenpluginproject.mdtext (original)
+++ aries/site/trunk/content/modules/ebamavenpluginproject.mdtext Thu Mar 10 13:36:04 2011
@@ -1,4 +1,5 @@
 Title: EBAMavenPluginProject
+
 <a name="EBAMavenPluginProject-EBAMavenPlugin"></a>
 # EBA Maven Plugin
 
@@ -62,13 +63,13 @@ The pom to application manfiest header m
 ## Overriding Application-SymbolicName
 
 The application symbolic name defaults to the
-$\{pom.groupId\}.$\{pom.artifaceId\}.  The following shows how to override
+$\{project.groupId\}.$\{project.artifaceId\}.  The following shows how to override
 this:
 
 
     <configuration>
       <instructions>
-        <Application-SymbolicName>${pom.artifaceId}</Application-SymbolicName>
+        <Application-SymbolicName>${project.artifaceId}</Application-SymbolicName>
       </instructions>
     </configuration>