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/15 14:43:23 UTC

svn commit: r1081782 - /aries/site/trunk/content/modules/jpaproject.mdtext

Author: not
Date: Tue Mar 15 13:43:22 2011
New Revision: 1081782

URL: http://svn.apache.org/viewvc?rev=1081782&view=rev
Log:
ARIES-597 Stop using ${pom.artifactId} and replace with ${project.artifactId}

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

Modified: aries/site/trunk/content/modules/jpaproject.mdtext
URL: http://svn.apache.org/viewvc/aries/site/trunk/content/modules/jpaproject.mdtext?rev=1081782&r1=1081781&r2=1081782&view=diff
==============================================================================
--- aries/site/trunk/content/modules/jpaproject.mdtext (original)
+++ aries/site/trunk/content/modules/jpaproject.mdtext Tue Mar 15 13:43:22 2011
@@ -39,7 +39,7 @@ Remark : the modification to be made (pa
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
             <instructions>
-                <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+                <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                 <Private-Package>org.apache.aries.samples.blog.persistence.jpa.*</Private-Package>
                 <Export-Package>!org.apache.aries.samples.blog.persistence.jpa.*</Export-Package>
             </instructions>