Fixed metadata errors. (FELIX-703)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@689828 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/shell.gui.plugin/pom.xml b/shell.gui.plugin/pom.xml
index 7998494..3d91328 100644
--- a/shell.gui.plugin/pom.xml
+++ b/shell.gui.plugin/pom.xml
@@ -69,7 +69,7 @@
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Export-Service>org.apache.felix.shell.gui.Plugin</Export-Service>
-            <Import-Service>org.apache.felix.shell.ShellService,org.apache.felix.bundlerepository.RepostioryAdmin</Import-Service>
+            <Import-Service>org.apache.felix.shell.ShellService,org.osgi.service.obr.RepositoryAdmin</Import-Service>
             <Private-Package>org.apache.felix.shell.gui.plugin.*</Private-Package>
           </instructions>
         </configuration>