You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2011/03/24 17:22:32 UTC

svn commit: r1085028 - /felix/trunk/webconsole/pom.xml

Author: fmeschbe
Date: Thu Mar 24 16:22:32 2011
New Revision: 1085028

URL: http://svn.apache.org/viewvc?rev=1085028&view=rev
Log:
Fix Maven 3 warnings

Modified:
    felix/trunk/webconsole/pom.xml

Modified: felix/trunk/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/pom.xml?rev=1085028&r1=1085027&r2=1085028&view=diff
==============================================================================
--- felix/trunk/webconsole/pom.xml (original)
+++ felix/trunk/webconsole/pom.xml Thu Mar 24 16:22:32 2011
@@ -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