Fixing deprecated pom.* property references for Maven 3.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@944771 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/shell/obr/pom.xml b/karaf/shell/obr/pom.xml
index 543b2c3..31efe69 100644
--- a/karaf/shell/obr/pom.xml
+++ b/karaf/shell/obr/pom.xml
@@ -67,10 +67,10 @@
<instructions>
<Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
<Export-Package>
- ${pom.artifactId}*;version=${project.version}
+ ${project.artifactId}*;version=${project.version}
</Export-Package>
<Import-Package>
- !${pom.artifactId}*,
+ !${project.artifactId}*,
org.osgi.service.command,
org.apache.felix.gogo.commands,
org.apache.felix.karaf.shell.console,