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/composite/composite-runtime/pom.xml b/ipojo/tests/composite/composite-runtime/pom.xml
index 9cf023a..4c1b359 100644
--- a/ipojo/tests/composite/composite-runtime/pom.xml
+++ b/ipojo/tests/composite/composite-runtime/pom.xml
@@ -77,7 +77,7 @@
               org.apache.felix.ipojo.test.composite.service, org.apache.felix.ipojo.test.composite.component, org.apache.felix.ipojo.test.composite.util

             </Export-Package>

             <Bundle-SymbolicName>

-              ${pom.artifactId}

+              ${project.artifactId}

             </Bundle-SymbolicName>

             <Private-Package>

               org.apache.felix.ipojo.test.composite.*

diff --git a/ipojo/tests/composite/import-export/pom.xml b/ipojo/tests/composite/import-export/pom.xml
index 51846fe..499eac9 100644
--- a/ipojo/tests/composite/import-export/pom.xml
+++ b/ipojo/tests/composite/import-export/pom.xml
@@ -67,7 +67,7 @@
     <dependency>

       <groupId>ipojo.tests</groupId>

       <artifactId>tests.composite</artifactId>

-      <version>${pom.version}</version>

+      <version>${project.version}</version>

     </dependency>

   </dependencies>

   <build>

@@ -79,7 +79,7 @@
         <configuration>

           <instructions>

             <Bundle-SymbolicName>

-              ${pom.artifactId}

+              ${project.artifactId}

             </Bundle-SymbolicName>

             <Private-Package>

               org.apache.felix.ipojo.test.composite.exporter, org.apache.felix.ipojo.test.composite.importer

diff --git a/ipojo/tests/composite/service-instance/pom.xml b/ipojo/tests/composite/service-instance/pom.xml
index bd6acc6..68140e0 100644
--- a/ipojo/tests/composite/service-instance/pom.xml
+++ b/ipojo/tests/composite/service-instance/pom.xml
@@ -67,7 +67,7 @@
 		<dependency>

 			<groupId>ipojo.tests</groupId>

 			<artifactId>tests.composite</artifactId>

-			<version>${pom.version}</version>

+			<version>${project.version}</version>

 		</dependency>

 	</dependencies>

 	<build>

@@ -79,7 +79,7 @@
 				<configuration>

 					<instructions>

 						<Bundle-SymbolicName>

-							${pom.artifactId}

+							${project.artifactId}

 						</Bundle-SymbolicName>

 						<Private-Package>

 							org.apache.felix.ipojo.test.composite.instantiator*, org.apache.felix.ipojo.test.composite.instance, org.apache.felix.ipojo.test.instance

diff --git a/ipojo/tests/composite/service-providing/pom.xml b/ipojo/tests/composite/service-providing/pom.xml
index eebf766..d6ac4e9 100644
--- a/ipojo/tests/composite/service-providing/pom.xml
+++ b/ipojo/tests/composite/service-providing/pom.xml
@@ -67,7 +67,7 @@
 		<dependency>

 			<groupId>ipojo.tests</groupId>

 			<artifactId>tests.composite</artifactId>

-			<version>${pom.version}</version>

+			<version>${project.version}</version>

 		</dependency>

 	</dependencies>

 	<build>

@@ -79,7 +79,7 @@
 				<configuration>

 					<instructions>

 						<Bundle-SymbolicName>

-							${pom.artifactId}

+							${project.artifactId}

 						</Bundle-SymbolicName>

 						<Private-Package>

 							org.apache.felix.ipojo.test.composite.provides, org.apache.felix.ipojo.test.composite.test