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/configuration/pom.xml b/ipojo/tests/core/configuration/pom.xml
index f916852..9e411fa 100644
--- a/ipojo/tests/core/configuration/pom.xml
+++ b/ipojo/tests/core/configuration/pom.xml
@@ -72,7 +72,7 @@
               org.apache.felix.ipojo.test.scenarios.configuration.service

             </Export-Package>

             <Bundle-SymbolicName>

-              ${pom.artifactId}

+              ${project.artifactId}

             </Bundle-SymbolicName>

             <Private-Package>

               org.apache.felix.ipojo.test*