Update bundles to use new bundles-pom parent snapshot so that builds succeed.

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk/abdera-0.4.0-incubating@827826 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 2e565d4..ef021e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
       <groupId>org.apache.servicemix.bundles</groupId>
       <artifactId>bundles-pom</artifactId>
-      <version>4</version>
+      <version>5-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -101,12 +101,12 @@
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.commons-codec</artifactId>
-            <version>1.3_1</version>
+            <version>1.3_2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.commons-httpclient</artifactId>
-            <version>3.1_2</version>
+            <version>3.1_3-SNAPSHOT</version>
             <optional>true</optional>
         </dependency>
     </dependencies>