Replace ${pom.*} by ${project.*}

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@939971 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/core/annotations/pom.xml b/ipojo/tests/core/annotations/pom.xml
index 4e4501e..a7f69ff 100644
--- a/ipojo/tests/core/annotations/pom.xml
+++ b/ipojo/tests/core/annotations/pom.xml
@@ -99,7 +99,7 @@
               org.apache.felix.ipojo.test.scenarios.annotations.service

             </Export-Package>

             <Bundle-SymbolicName>

-              ${pom.artifactId}

+              ${project.artifactId}

             </Bundle-SymbolicName>

             <Private-Package>

               org.apache.felix.ipojo.test*