Use osgi 4.3.0 and revert maven bundle plugin to 2.0.1 since 2.3.4 generated bundle has package uses conflict issue

git-svn-id: https://svn.apache.org/repos/asf/geronimo/yoko/trunk@1341878 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index cc5d3c1..774fb35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,7 +241,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>2.3.4</version>
+                    <version>2.0.1</version>
                     <extensions>true</extensions>
                     <configuration>
                         <instructions>
@@ -281,4 +281,4 @@
         <url>http://svn.apache.org/viewvc/geronimo/yoko/trunk</url>
     </scm>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/yoko-core/pom.xml b/yoko-core/pom.xml
index b65a9a2..aac8f53 100644
--- a/yoko-core/pom.xml
+++ b/yoko-core/pom.xml
@@ -33,7 +33,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <version>4.2.0</version>
+            <version>4.3.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git a/yoko-osgi/pom.xml b/yoko-osgi/pom.xml
index 03c0f06..8d8c5d2 100644
--- a/yoko-osgi/pom.xml
+++ b/yoko-osgi/pom.xml
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <version>4.2.0</version>
+            <version>4.3.0</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>