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/configadmin/pom.xml b/ipojo/tests/core/configadmin/pom.xml
index 1c0eb12..114a31a 100644
--- a/ipojo/tests/core/configadmin/pom.xml
+++ b/ipojo/tests/core/configadmin/pom.xml
@@ -72,7 +72,7 @@
 							org.apache.felix.ipojo.test.scenarios.configadmin.service

 						</Export-Package>

 						<Bundle-SymbolicName>

-							${pom.artifactId}

+							${project.artifactId}

 						</Bundle-SymbolicName>

 						<Private-Package>

 							org.apache.felix.ipojo.test*