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/examples/tutorial-maven/hello.service/pom.xml b/ipojo/examples/tutorial-maven/hello.service/pom.xml
index 29e4e6d..352d69c 100644
--- a/ipojo/examples/tutorial-maven/hello.service/pom.xml
+++ b/ipojo/examples/tutorial-maven/hello.service/pom.xml
@@ -50,7 +50,7 @@
         <configuration>

           <instructions>

             <Bundle-SymbolicName>

-              ${pom.artifactId}

+              ${project.artifactId}

             </Bundle-SymbolicName>

             <Export-Package>

               ipojo.example.hello