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/manipulator/creation/pom.xml b/ipojo/tests/manipulator/creation/pom.xml
index b69c6f4..027daaf 100644
--- a/ipojo/tests/manipulator/creation/pom.xml
+++ b/ipojo/tests/manipulator/creation/pom.xml
@@ -71,7 +71,7 @@
org.apache.felix.ipojo.test.scenarios.manipulation.service
</Export-Package>
<Bundle-SymbolicName>
- ${pom.artifactId}
+ ${project.artifactId}
</Bundle-SymbolicName>
<Private-Package>
org.apache.felix.ipojo.test*
diff --git a/ipojo/tests/manipulator/manipulation/pom.xml b/ipojo/tests/manipulator/manipulation/pom.xml
index a6b2c8f..d48811c 100644
--- a/ipojo/tests/manipulator/manipulation/pom.xml
+++ b/ipojo/tests/manipulator/manipulation/pom.xml
@@ -71,7 +71,7 @@
org.apache.felix.ipojo.test.scenarios.manipulation.service
</Export-Package>
<Bundle-SymbolicName>
- ${pom.artifactId}
+ ${project.artifactId}
</Bundle-SymbolicName>
<Private-Package>
org.apache.felix.ipojo.test*
diff --git a/ipojo/tests/manipulator/manipulator-java5/pom.xml b/ipojo/tests/manipulator/manipulator-java5/pom.xml
index ff2a824..218346f 100644
--- a/ipojo/tests/manipulator/manipulator-java5/pom.xml
+++ b/ipojo/tests/manipulator/manipulator-java5/pom.xml
@@ -71,7 +71,7 @@
org.apache.felix.ipojo.test.scenarios.manipulation.service
</Export-Package>
<Bundle-SymbolicName>
- ${pom.artifactId}
+ ${project.artifactId}
</Bundle-SymbolicName>
<Private-Package>
org.apache.felix.ipojo.test*
diff --git a/ipojo/tests/manipulator/metadata/pom.xml b/ipojo/tests/manipulator/metadata/pom.xml
index 34df90a..56bcfc7 100644
--- a/ipojo/tests/manipulator/metadata/pom.xml
+++ b/ipojo/tests/manipulator/metadata/pom.xml
@@ -71,7 +71,7 @@
org.apache.felix.ipojo.test.scenarios.manipulation.service
</Export-Package>
<Bundle-SymbolicName>
- ${pom.artifactId}
+ ${project.artifactId}
</Bundle-SymbolicName>
<Private-Package>
org.apache.felix.ipojo.test*
diff --git a/ipojo/tests/manipulator/primitives/pom.xml b/ipojo/tests/manipulator/primitives/pom.xml
index b69376f..2e24d24 100644
--- a/ipojo/tests/manipulator/primitives/pom.xml
+++ b/ipojo/tests/manipulator/primitives/pom.xml
@@ -71,7 +71,7 @@
org.apache.felix.ipojo.test.scenarios.manipulation.service
</Export-Package>
<Bundle-SymbolicName>
- ${pom.artifactId}
+ ${project.artifactId}
</Bundle-SymbolicName>
<Private-Package>
org.apache.felix.ipojo.test*