Added OBR descriptor and updated to latest bundle plugin. (FELIX-669)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk/shell@685215 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/obr.xml b/obr.xml
new file mode 100644
index 0000000..6d60e74
--- /dev/null
+++ b/obr.xml
@@ -0,0 +1,31 @@
+<!-- 
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+ 
+    http://www.apache.org/licenses/LICENSE-2.0
+ 
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License. 
+-->
+<obr>
+  <require extend="false" filter="(service=org.apache.felix.shell.Command)" multiple="true" name="service" optional="true">Import Service org.apache.felix.shell.Command</require>
+  <require extend="false" filter="(service=org.ungoverned.osgi.service.shell.Command)" multiple="true" name="service" optional="true">Import Service org.ungoverned.osgi.service.shell.Command</require>
+  <capability name="service">
+    <p n="service" v="org.apache.felix.shell.Command"/>
+  </capability>
+  <capability name="service">
+    <p n="service" v="org.apache.felix.shell.ShellService"/>
+  </capability>
+  <capability name="service">
+    <p n="service" v="org.ungoverned.osgi.service.shell.ShellService"/>
+  </capability>
+</obr>
diff --git a/pom.xml b/pom.xml
index 3691918..a5bf805 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.4.0</version>
+        <version>1.4.3</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>