Fix Maven 3 warnings

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1085028 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index 922a921..feed741 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -89,7 +89,7 @@
                 <configuration>
                     <instructions>
                         <Bundle-SymbolicName>
-                            ${artifactId}
+                            ${project.artifactId}
                         </Bundle-SymbolicName>
                         <Bundle-Vendor>
                             The Apache Software Foundation
@@ -177,7 +177,7 @@
                                     <classifier>bare</classifier>
                                     <instructions>
                                         <Bundle-SymbolicName>
-                                            ${artifactId}.bare
+                                            ${project.artifactId}.bare
                                         </Bundle-SymbolicName>
                                         <Include-Resource>
                                             {maven-resources},META-INF=src/main/bare-resources