Use project.artifactId
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 17 Jan 2011 10:06:08 +0000 (10:06 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 17 Jan 2011 10:06:08 +0000 (10:06 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@4045 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

pom.xml

diff --git a/pom.xml b/pom.xml
index 36ee276b3f74d07adc18d4396bf324025a823e37..d14a6de261066e7d4810ad1c9046882244d1a62b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@ limitations under the License.
                                                <manifestLocation>target/classes/META-INF</manifestLocation>
                                                <instructions>
                                                        <Bundle-Version>${project.version}-r${buildNumber}</Bundle-Version>
-                                                       <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+                                                       <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                                                        <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
                                                        <_removeheaders>Bnd-LastModified</_removeheaders>
                                                </instructions>