Use 1.4.0 bundleplugin, and enable jdk13 classifier build in UPNP basedriver

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@631301 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.osgi.service.obr/pom.xml b/org.osgi.service.obr/pom.xml
index b67a9db..a615003 100644
--- a/org.osgi.service.obr/pom.xml
+++ b/org.osgi.service.obr/pom.xml
@@ -45,13 +45,12 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.2.1</version>
+        <version>1.4.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Export-Package>${pom.artifactId}</Export-Package>
-            <Import-Package>org.osgi.framework;version="[1.3,2)",*</Import-Package>
             <Bundle-Version>1</Bundle-Version>
             <Bundle-Copyright>Copyright (c) OSGi Alliance (2000, 2008). All Rights Reserved.</Bundle-Copyright>
             <Bundle-Category>osgi</Bundle-Category>