http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/android/connectors/websocket-server/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/websocket-server/pom.xml 
b/platforms/android/connectors/websocket-server/pom.xml
index 98f831c..d39ee79 100644
--- a/platforms/android/connectors/websocket-server/pom.xml
+++ b/platforms/android/connectors/websocket-server/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-websocket-server</artifactId>
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-websocket-jetty</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty.websocket</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/android/connectors/websocket/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/websocket/pom.xml 
b/platforms/android/connectors/websocket/pom.xml
index a8f74fd..50e8c35 100644
--- a/platforms/android/connectors/websocket/pom.xml
+++ b/platforms/android/connectors/websocket/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-websocket</artifactId>
@@ -67,17 +67,17 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-websocket-misc</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-websocket-base</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>javax.websocket</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/android/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/distribution/pom.xml 
b/platforms/android/distribution/pom.xml
index 737c7c4..7ee33c1 100644
--- a/platforms/android/distribution/pom.xml
+++ b/platforms/android/distribution/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-platforms-android</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-distribution</artifactId>
@@ -96,120 +96,120 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-providers-iot</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Android platform speficic -->
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-android-hardware</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-android-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Analytics -->
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-analytics-math3</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-analytics-sensors</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Utils -->
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-utils-metrics</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-utils-streamscope</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Connectors -->
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-command</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-csv</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-file</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-http</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-iotp</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-jdbc</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-kafka</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-mqtt</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-pubsub</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-serial</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-websocket</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-websocket-jetty</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Include console-servlets.war to enable a user to run

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/android/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/pom.xml b/platforms/android/pom.xml
index a4b639b..e42da09 100644
--- a/platforms/android/pom.xml
+++ b/platforms/android/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-platforms</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.edgent.android</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/android/providers/direct/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/providers/direct/pom.xml 
b/platforms/android/providers/direct/pom.xml
index 5a43fad..330679d 100644
--- a/platforms/android/providers/direct/pom.xml
+++ b/platforms/android/providers/direct/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-providers</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-providers-direct</artifactId>
@@ -67,32 +67,32 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-spi-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-spi-graph</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-runtime-appservice</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-runtime-etiao</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-runtime-jsoncontrol</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/android/providers/iot/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/providers/iot/pom.xml 
b/platforms/android/providers/iot/pom.xml
index bfeba6d..9b3ca96 100644
--- a/platforms/android/providers/iot/pom.xml
+++ b/platforms/android/providers/iot/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-providers</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-providers-iot</artifactId>
@@ -63,37 +63,37 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-runtime-jsoncontrol</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-runtime-appservice</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-pubsub</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-apps-iot</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-apps-runtime</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/android/providers/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/providers/pom.xml 
b/platforms/android/providers/pom.xml
index 65c9466..e83f86f 100644
--- a/platforms/android/providers/pom.xml
+++ b/platforms/android/providers/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-platforms-android</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-providers</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/android/runtime/appservice/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/runtime/appservice/pom.xml 
b/platforms/android/runtime/appservice/pom.xml
index de05f0d..cc88e03 100644
--- a/platforms/android/runtime/appservice/pom.xml
+++ b/platforms/android/runtime/appservice/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-runtime</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-runtime-appservice</artifactId>
@@ -63,12 +63,12 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/android/runtime/etiao/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/runtime/etiao/pom.xml 
b/platforms/android/runtime/etiao/pom.xml
index 3789e81..f7902da 100644
--- a/platforms/android/runtime/etiao/pom.xml
+++ b/platforms/android/runtime/etiao/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-runtime</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-runtime-etiao</artifactId>
@@ -67,17 +67,17 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-graph</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-spi-graph</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/android/runtime/jobregistry/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/runtime/jobregistry/pom.xml 
b/platforms/android/runtime/jobregistry/pom.xml
index 4de23d2..58d857d 100644
--- a/platforms/android/runtime/jobregistry/pom.xml
+++ b/platforms/android/runtime/jobregistry/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-runtime</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-runtime-jobregistry</artifactId>
@@ -63,12 +63,12 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/android/runtime/jsoncontrol/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/runtime/jsoncontrol/pom.xml 
b/platforms/android/runtime/jsoncontrol/pom.xml
index 369dd4b..9798191 100644
--- a/platforms/android/runtime/jsoncontrol/pom.xml
+++ b/platforms/android/runtime/jsoncontrol/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-runtime</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-runtime-jsoncontrol</artifactId>
@@ -67,12 +67,12 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/android/runtime/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/runtime/pom.xml 
b/platforms/android/runtime/pom.xml
index c07346e..2bb3f44 100644
--- a/platforms/android/runtime/pom.xml
+++ b/platforms/android/runtime/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-platforms-android</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-runtime</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/android/spi/graph/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/spi/graph/pom.xml 
b/platforms/android/spi/graph/pom.xml
index d94ab0c..6a708f9 100644
--- a/platforms/android/spi/graph/pom.xml
+++ b/platforms/android/spi/graph/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-spi</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-spi-graph</artifactId>
@@ -67,12 +67,12 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-graph</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/android/spi/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/spi/pom.xml b/platforms/android/spi/pom.xml
index 6493c6e..0b206fc 100644
--- a/platforms/android/spi/pom.xml
+++ b/platforms/android/spi/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-platforms-android</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-spi</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/android/spi/topology/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/spi/topology/pom.xml 
b/platforms/android/spi/topology/pom.xml
index 1b2a806..afebe45 100644
--- a/platforms/android/spi/topology/pom.xml
+++ b/platforms/android/spi/topology/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-spi</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-spi-topology</artifactId>
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/android/utils/metrics/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/utils/metrics/pom.xml 
b/platforms/android/utils/metrics/pom.xml
index 24c6b94..0159a97 100644
--- a/platforms/android/utils/metrics/pom.xml
+++ b/platforms/android/utils/metrics/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-utils</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-utils-metrics</artifactId>
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/android/utils/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/utils/pom.xml b/platforms/android/utils/pom.xml
index f699b11..c929aab 100644
--- a/platforms/android/utils/pom.xml
+++ b/platforms/android/utils/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-platforms-android</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-utils</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/android/utils/streamscope/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/utils/streamscope/pom.xml 
b/platforms/android/utils/streamscope/pom.xml
index dab03d8..4a62c33 100644
--- a/platforms/android/utils/streamscope/pom.xml
+++ b/platforms/android/utils/streamscope/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-utils</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-utils-streamscope</artifactId>
@@ -63,7 +63,7 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/analytics/math3/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/analytics/math3/pom.xml 
b/platforms/java7/analytics/math3/pom.xml
index ed22f28..cb9338d 100644
--- a/platforms/java7/analytics/math3/pom.xml
+++ b/platforms/java7/analytics/math3/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-analytics</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-analytics-math3</artifactId>
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
@@ -97,20 +97,20 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/analytics/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/analytics/pom.xml 
b/platforms/java7/analytics/pom.xml
index d8bdb46..3ce9aa0 100644
--- a/platforms/java7/analytics/pom.xml
+++ b/platforms/java7/analytics/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-platforms-java7</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-analytics</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/analytics/sensors/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/analytics/sensors/pom.xml 
b/platforms/java7/analytics/sensors/pom.xml
index fb11d57..b88c87f 100644
--- a/platforms/java7/analytics/sensors/pom.xml
+++ b/platforms/java7/analytics/sensors/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-analytics</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-analytics-sensors</artifactId>
@@ -86,26 +86,26 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/api/execution/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/api/execution/pom.xml 
b/platforms/java7/api/execution/pom.xml
index d58a235..615222a 100644
--- a/platforms/java7/api/execution/pom.xml
+++ b/platforms/java7/api/execution/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-api</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-execution</artifactId>
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>com.google.code.gson</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/api/function/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/api/function/pom.xml 
b/platforms/java7/api/function/pom.xml
index 887e0da..56cadaf 100644
--- a/platforms/java7/api/function/pom.xml
+++ b/platforms/java7/api/function/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-api</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-function</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/api/graph/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/api/graph/pom.xml 
b/platforms/java7/api/graph/pom.xml
index d1dcdf8..80b7009 100644
--- a/platforms/java7/api/graph/pom.xml
+++ b/platforms/java7/api/graph/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-api</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-graph</artifactId>
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-oplet</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/api/oplet/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/api/oplet/pom.xml 
b/platforms/java7/api/oplet/pom.xml
index ea6c668..eca5157 100644
--- a/platforms/java7/api/oplet/pom.xml
+++ b/platforms/java7/api/oplet/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-api</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-oplet</artifactId>
@@ -86,17 +86,17 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-window</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/api/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/api/pom.xml b/platforms/java7/api/pom.xml
index 32376d8..d0a919c 100644
--- a/platforms/java7/api/pom.xml
+++ b/platforms/java7/api/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-platforms-java7</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/api/topology/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/api/topology/pom.xml 
b/platforms/java7/api/topology/pom.xml
index 7831580..2777987 100644
--- a/platforms/java7/api/topology/pom.xml
+++ b/platforms/java7/api/topology/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-api</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-topology</artifactId>
@@ -86,22 +86,22 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-graph</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-oplet</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/api/window/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/api/window/pom.xml 
b/platforms/java7/api/window/pom.xml
index 5dcea13..212b8cb 100644
--- a/platforms/java7/api/window/pom.xml
+++ b/platforms/java7/api/window/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-api</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-window</artifactId>
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/apps/iot/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/apps/iot/pom.xml b/platforms/java7/apps/iot/pom.xml
index bcc1c40..827a1c2 100644
--- a/platforms/java7/apps/iot/pom.xml
+++ b/platforms/java7/apps/iot/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-apps</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-apps-iot</artifactId>
@@ -82,23 +82,23 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-pubsub</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/apps/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/apps/pom.xml b/platforms/java7/apps/pom.xml
index 8688e2b..57b2734 100644
--- a/platforms/java7/apps/pom.xml
+++ b/platforms/java7/apps/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-platforms-java7</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-apps</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/apps/runtime/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/apps/runtime/pom.xml 
b/platforms/java7/apps/runtime/pom.xml
index 1d4025a..0b41783 100644
--- a/platforms/java7/apps/runtime/pom.xml
+++ b/platforms/java7/apps/runtime/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-apps</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-apps-runtime</artifactId>
@@ -82,24 +82,24 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-runtime-jobregistry</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-runtime-jmxcontrol</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/connectors/command/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/command/pom.xml 
b/platforms/java7/connectors/command/pom.xml
index 9ed18db..a46143a 100644
--- a/platforms/java7/connectors/command/pom.xml
+++ b/platforms/java7/connectors/command/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-command</artifactId>
@@ -82,38 +82,38 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/connectors/common/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/common/pom.xml 
b/platforms/java7/connectors/common/pom.xml
index eedb1be..0618e33 100644
--- a/platforms/java7/connectors/common/pom.xml
+++ b/platforms/java7/connectors/common/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-common</artifactId>
@@ -86,26 +86,26 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/connectors/csv/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/csv/pom.xml 
b/platforms/java7/connectors/csv/pom.xml
index d6d05f7..5ea469a 100644
--- a/platforms/java7/connectors/csv/pom.xml
+++ b/platforms/java7/connectors/csv/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-csv</artifactId>
@@ -88,20 +88,20 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
       <type>test-jar</type>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/connectors/file/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/file/pom.xml 
b/platforms/java7/connectors/file/pom.xml
index 84872ea..74ce991 100644
--- a/platforms/java7/connectors/file/pom.xml
+++ b/platforms/java7/connectors/file/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-file</artifactId>
@@ -86,43 +86,43 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-oplet</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/connectors/http/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/http/pom.xml 
b/platforms/java7/connectors/http/pom.xml
index 4859e3d..88ad3a1 100644
--- a/platforms/java7/connectors/http/pom.xml
+++ b/platforms/java7/connectors/http/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-http</artifactId>
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
@@ -102,13 +102,13 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/connectors/iot/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/iot/pom.xml 
b/platforms/java7/connectors/iot/pom.xml
index e174e8d..85fb2a0 100644
--- a/platforms/java7/connectors/iot/pom.xml
+++ b/platforms/java7/connectors/iot/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-iot</artifactId>
@@ -86,12 +86,12 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/connectors/iotp/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/iotp/pom.xml 
b/platforms/java7/connectors/iotp/pom.xml
index 6c43a81..55aad73 100644
--- a/platforms/java7/connectors/iotp/pom.xml
+++ b/platforms/java7/connectors/iotp/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-iotp</artifactId>
@@ -86,17 +86,17 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>com.ibm.messaging</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/connectors/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/jdbc/pom.xml 
b/platforms/java7/connectors/jdbc/pom.xml
index 5369fe9..da9ab8d 100644
--- a/platforms/java7/connectors/jdbc/pom.xml
+++ b/platforms/java7/connectors/jdbc/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-jdbc</artifactId>
@@ -107,38 +107,38 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/connectors/kafka/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/kafka/pom.xml 
b/platforms/java7/connectors/kafka/pom.xml
index 672c263..c33c0be 100644
--- a/platforms/java7/connectors/kafka/pom.xml
+++ b/platforms/java7/connectors/kafka/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-kafka</artifactId>
@@ -100,7 +100,7 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>
@@ -183,27 +183,27 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/connectors/mqtt/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/mqtt/pom.xml 
b/platforms/java7/connectors/mqtt/pom.xml
index c35c363..5ff595d 100644
--- a/platforms/java7/connectors/mqtt/pom.xml
+++ b/platforms/java7/connectors/mqtt/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-mqtt</artifactId>
@@ -86,17 +86,17 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.paho</groupId>
@@ -107,27 +107,27 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/connectors/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/pom.xml 
b/platforms/java7/connectors/pom.xml
index 572dd36..39c1c7b 100644
--- a/platforms/java7/connectors/pom.xml
+++ b/platforms/java7/connectors/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-platforms-java7</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/connectors/pubsub/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/pubsub/pom.xml 
b/platforms/java7/connectors/pubsub/pom.xml
index b95c362..3fa723c 100644
--- a/platforms/java7/connectors/pubsub/pom.xml
+++ b/platforms/java7/connectors/pubsub/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-pubsub</artifactId>
@@ -82,13 +82,13 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/connectors/serial/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/serial/pom.xml 
b/platforms/java7/connectors/serial/pom.xml
index 3a61a08..e26fbcb 100644
--- a/platforms/java7/connectors/serial/pom.xml
+++ b/platforms/java7/connectors/serial/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-serial</artifactId>
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/connectors/websocket-base/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/websocket-base/pom.xml 
b/platforms/java7/connectors/websocket-base/pom.xml
index fad33c6..3ef0e47 100644
--- a/platforms/java7/connectors/websocket-base/pom.xml
+++ b/platforms/java7/connectors/websocket-base/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-websocket-base</artifactId>
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/connectors/websocket-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/websocket-jetty/pom.xml 
b/platforms/java7/connectors/websocket-jetty/pom.xml
index 46f148a..eba0a87 100644
--- a/platforms/java7/connectors/websocket-jetty/pom.xml
+++ b/platforms/java7/connectors/websocket-jetty/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-websocket-jetty</artifactId>
@@ -93,7 +93,7 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-websocket-misc</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty.websocket</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/connectors/websocket-misc/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/websocket-misc/pom.xml 
b/platforms/java7/connectors/websocket-misc/pom.xml
index 155071d..9d4ddd6 100644
--- a/platforms/java7/connectors/websocket-misc/pom.xml
+++ b/platforms/java7/connectors/websocket-misc/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-websocket-misc</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/connectors/websocket-server/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/websocket-server/pom.xml 
b/platforms/java7/connectors/websocket-server/pom.xml
index 1ad951e..693a849 100644
--- a/platforms/java7/connectors/websocket-server/pom.xml
+++ b/platforms/java7/connectors/websocket-server/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-websocket-server</artifactId>
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-websocket-jetty</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty.websocket</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/connectors/websocket/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/websocket/pom.xml 
b/platforms/java7/connectors/websocket/pom.xml
index c4d36c7..a6efd90 100644
--- a/platforms/java7/connectors/websocket/pom.xml
+++ b/platforms/java7/connectors/websocket/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-websocket</artifactId>
@@ -86,17 +86,17 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-websocket-misc</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-websocket-base</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>javax.websocket</groupId>
@@ -131,34 +131,34 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-websocket-jetty</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/console/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/console/pom.xml b/platforms/java7/console/pom.xml
index c527f14..1dad8e4 100644
--- a/platforms/java7/console/pom.xml
+++ b/platforms/java7/console/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-platforms-java7</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-console</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/console/server/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/console/server/pom.xml 
b/platforms/java7/console/server/pom.xml
index 49ca0d1..d24ff84 100644
--- a/platforms/java7/console/server/pom.xml
+++ b/platforms/java7/console/server/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-console</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-console-server</artifactId>
@@ -189,7 +189,7 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-console-servlets</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>war</type>
       <optional>true</optional>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/console/servlets/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/console/servlets/pom.xml 
b/platforms/java7/console/servlets/pom.xml
index 4459937..eabc731 100644
--- a/platforms/java7/console/servlets/pom.xml
+++ b/platforms/java7/console/servlets/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-console</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-console-servlets</artifactId>
@@ -124,7 +124,7 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-utils-streamscope</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/distribution/pom.xml 
b/platforms/java7/distribution/pom.xml
index 68e3ff5..853e3e2 100644
--- a/platforms/java7/distribution/pom.xml
+++ b/platforms/java7/distribution/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-platforms-java7</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-distribution</artifactId>
@@ -89,113 +89,113 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-development</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-iot</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Analytics -->
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-analytics-math3</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-analytics-sensors</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Utils -->
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-utils-metrics</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-utils-streamscope</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Connectors -->
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-command</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-csv</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-file</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-http</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-iotp</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-jdbc</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-kafka</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-mqtt</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-pubsub</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-serial</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-websocket</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-websocket-jetty</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Include console-servlets.war to enable a user to run
@@ -207,7 +207,7 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-console-servlets</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>war</type>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/pom.xml b/platforms/java7/pom.xml
index b100c75..7e68b8d 100644
--- a/platforms/java7/pom.xml
+++ b/platforms/java7/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-platforms</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.edgent.java7</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/providers/development/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/providers/development/pom.xml 
b/platforms/java7/providers/development/pom.xml
index 346246f..92cc262 100644
--- a/platforms/java7/providers/development/pom.xml
+++ b/platforms/java7/providers/development/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-providers</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-providers-development</artifactId>
@@ -86,40 +86,40 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-console-server</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-utils-metrics</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-utils-streamscope</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-runtime-jmxcontrol</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-utils-streamscope</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/providers/direct/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/providers/direct/pom.xml 
b/platforms/java7/providers/direct/pom.xml
index 53ded79..911d51b 100644
--- a/platforms/java7/providers/direct/pom.xml
+++ b/platforms/java7/providers/direct/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-providers</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-providers-direct</artifactId>
@@ -104,51 +104,51 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-spi-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-spi-graph</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-runtime-appservice</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-runtime-etiao</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-runtime-jsoncontrol</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-utils-metrics</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-utils-metrics</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/providers/iot/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/providers/iot/pom.xml 
b/platforms/java7/providers/iot/pom.xml
index 4c03d56..34f9c9a 100644
--- a/platforms/java7/providers/iot/pom.xml
+++ b/platforms/java7/providers/iot/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-providers</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-providers-iot</artifactId>
@@ -82,37 +82,37 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-runtime-jsoncontrol</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-runtime-appservice</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-pubsub</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-apps-iot</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-apps-runtime</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/providers/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/providers/pom.xml 
b/platforms/java7/providers/pom.xml
index 654c8de..d1f4c01 100644
--- a/platforms/java7/providers/pom.xml
+++ b/platforms/java7/providers/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-platforms-java7</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-providers</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/runtime/appservice/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/runtime/appservice/pom.xml 
b/platforms/java7/runtime/appservice/pom.xml
index 26daeeb..abf2099 100644
--- a/platforms/java7/runtime/appservice/pom.xml
+++ b/platforms/java7/runtime/appservice/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-runtime</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-runtime-appservice</artifactId>
@@ -82,19 +82,19 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Just needed to make sure it is scheduled before this module in the 
reactor -->
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-test-appservice-applications</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/runtime/etiao/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/runtime/etiao/pom.xml 
b/platforms/java7/runtime/etiao/pom.xml
index b1be285..fad2468 100644
--- a/platforms/java7/runtime/etiao/pom.xml
+++ b/platforms/java7/runtime/etiao/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-runtime</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-runtime-etiao</artifactId>
@@ -86,23 +86,23 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-graph</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-spi-graph</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-graph</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/runtime/jmxcontrol/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/runtime/jmxcontrol/pom.xml 
b/platforms/java7/runtime/jmxcontrol/pom.xml
index 12e9f59..e6667d2 100644
--- a/platforms/java7/runtime/jmxcontrol/pom.xml
+++ b/platforms/java7/runtime/jmxcontrol/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-runtime</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-runtime-jmxcontrol</artifactId>
@@ -86,12 +86,12 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/runtime/jobregistry/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/runtime/jobregistry/pom.xml 
b/platforms/java7/runtime/jobregistry/pom.xml
index 571328e..2c08739 100644
--- a/platforms/java7/runtime/jobregistry/pom.xml
+++ b/platforms/java7/runtime/jobregistry/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-runtime</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-runtime-jobregistry</artifactId>
@@ -82,12 +82,12 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/295b2d20/platforms/java7/runtime/jsoncontrol/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/runtime/jsoncontrol/pom.xml 
b/platforms/java7/runtime/jsoncontrol/pom.xml
index 48a4ff1..9f5f160 100644
--- a/platforms/java7/runtime/jsoncontrol/pom.xml
+++ b/platforms/java7/runtime/jsoncontrol/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-runtime</artifactId>
-    <version>9.10.0</version>
+    <version>9.10.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-runtime-jsoncontrol</artifactId>
@@ -86,12 +86,12 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.10.0</version>
+      <version>9.10.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 


Reply via email to