Add/Update bundle vendor.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@648974 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/shell.gui/pom.xml b/shell.gui/pom.xml
index 4abd3d2..7f61b16 100644
--- a/shell.gui/pom.xml
+++ b/shell.gui/pom.xml
@@ -49,6 +49,7 @@
             <Bundle-Description>A simple plugin-oriented GUI shell.</Bundle-Description>
             <Bundle-Activator>org.apache.felix.shell.gui.impl.Activator</Bundle-Activator>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Export-Package>org.apache.felix.shell.gui; specification-version="1.0.0"</Export-Package>
             <Private-Package>org.apache.felix.shell.gui.impl</Private-Package>
           </instructions>