You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dl...@apache.org on 2018/01/09 19:26:13 UTC

[1/3] incubator-edgent git commit: [maven-release-plugin] prepare for next development iteration

Repository: incubator-edgent
Updated Branches:
  refs/heads/release/9.9 596cc2db2 -> 6d82f9c17


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/spi/graph/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/spi/graph/pom.xml b/platforms/java7/spi/graph/pom.xml
index 94b62c9..8f7a496 100644
--- a/platforms/java7/spi/graph/pom.xml
+++ b/platforms/java7/spi/graph/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-spi</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-spi-graph</artifactId>
@@ -86,12 +86,12 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-graph</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/spi/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/spi/pom.xml b/platforms/java7/spi/pom.xml
index 781379a..cac0801 100644
--- a/platforms/java7/spi/pom.xml
+++ b/platforms/java7/spi/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-platforms-java7</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-spi</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/spi/topology/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/spi/topology/pom.xml b/platforms/java7/spi/topology/pom.xml
index b8f4da5..6f72f07 100644
--- a/platforms/java7/spi/topology/pom.xml
+++ b/platforms/java7/spi/topology/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-spi</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-spi-topology</artifactId>
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/test/appservice-applications/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/test/appservice-applications/pom.xml b/platforms/java7/test/appservice-applications/pom.xml
index 975ee44..97940e6 100644
--- a/platforms/java7/test/appservice-applications/pom.xml
+++ b/platforms/java7/test/appservice-applications/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-test</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-test-appservice-applications</artifactId>
@@ -97,7 +97,7 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/test/fvtiot/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/test/fvtiot/pom.xml b/platforms/java7/test/fvtiot/pom.xml
index 217a3f0..2d8299f 100644
--- a/platforms/java7/test/fvtiot/pom.xml
+++ b/platforms/java7/test/fvtiot/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-test</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-test-fvtiot</artifactId>
@@ -108,38 +108,38 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-pubsub</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-runtime-jsoncontrol</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-apps-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-apps-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/test/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/test/pom.xml b/platforms/java7/test/pom.xml
index 72379f3..62a3cf5 100644
--- a/platforms/java7/test/pom.xml
+++ b/platforms/java7/test/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-platforms-java7</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-test</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/test/svt/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/test/svt/pom.xml b/platforms/java7/test/svt/pom.xml
index f6badf3..34c756c 100644
--- a/platforms/java7/test/svt/pom.xml
+++ b/platforms/java7/test/svt/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-test</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-test-svt</artifactId>
@@ -94,22 +94,22 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-console-server</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-utils-metrics</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-development</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/utils/metrics/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/utils/metrics/pom.xml b/platforms/java7/utils/metrics/pom.xml
index a555cee..ee8b724 100644
--- a/platforms/java7/utils/metrics/pom.xml
+++ b/platforms/java7/utils/metrics/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-utils</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-utils-metrics</artifactId>
@@ -86,14 +86,14 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <!-- TODO: This is only required because of a dependency to TopologyAbstractTest -> Would suggest to move test-util stutt into a dedicated test-utils artifact -->
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/utils/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/utils/pom.xml b/platforms/java7/utils/pom.xml
index a3874a8..f31fb94 100644
--- a/platforms/java7/utils/pom.xml
+++ b/platforms/java7/utils/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-platforms-java7</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-utils</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/utils/streamscope/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/utils/streamscope/pom.xml b/platforms/java7/utils/streamscope/pom.xml
index 6ec7342..1d85296 100644
--- a/platforms/java7/utils/streamscope/pom.xml
+++ b/platforms/java7/utils/streamscope/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-utils</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-utils-streamscope</artifactId>
@@ -82,14 +82,14 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <!-- TODO: This is only required because of a dependency to TopologyAbstractTest -> Would suggest to move test-util stutt into a dedicated test-utils artifact -->
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/pom.xml b/platforms/pom.xml
index aa327f4..fc68751 100644
--- a/platforms/pom.xml
+++ b/platforms/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-parent</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-platforms</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6b737f7..e07acfd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.edgent</groupId>
   <artifactId>edgent-parent</artifactId>
-  <version>9.9.0</version>
+  <version>9.9.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Edgent</name>
@@ -42,7 +42,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-edgent.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-edgent.git</developerConnection>
     <url>https://github.com/apache/incubator-edgent</url>
-    <tag>edgent-9.9.0</tag>
+    <tag>release/9.9</tag>
   </scm>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/providers/development/pom.xml
----------------------------------------------------------------------
diff --git a/providers/development/pom.xml b/providers/development/pom.xml
index bd2be5a..d84b84b 100644
--- a/providers/development/pom.xml
+++ b/providers/development/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-providers</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-providers-development</artifactId>
@@ -38,40 +38,40 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-console-server</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-utils-metrics</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-utils-streamscope</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-runtime-jmxcontrol</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-utils-streamscope</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/providers/direct/pom.xml
----------------------------------------------------------------------
diff --git a/providers/direct/pom.xml b/providers/direct/pom.xml
index 4adbb51..c72f397 100644
--- a/providers/direct/pom.xml
+++ b/providers/direct/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-providers</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-providers-direct</artifactId>
@@ -67,51 +67,51 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-spi-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-spi-graph</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-runtime-appservice</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-runtime-etiao</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-runtime-jsoncontrol</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-utils-metrics</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-utils-metrics</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/providers/iot/pom.xml
----------------------------------------------------------------------
diff --git a/providers/iot/pom.xml b/providers/iot/pom.xml
index c3b05d8..35faa93 100644
--- a/providers/iot/pom.xml
+++ b/providers/iot/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-providers</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-providers-iot</artifactId>
@@ -34,37 +34,37 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-runtime-jsoncontrol</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-runtime-appservice</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-pubsub</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-apps-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-apps-runtime</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/providers/pom.xml
----------------------------------------------------------------------
diff --git a/providers/pom.xml b/providers/pom.xml
index f534fd3..6bedb0d 100644
--- a/providers/pom.xml
+++ b/providers/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-parent</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-providers</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/runtime/appservice/pom.xml
----------------------------------------------------------------------
diff --git a/runtime/appservice/pom.xml b/runtime/appservice/pom.xml
index a0c9522..130f31c 100644
--- a/runtime/appservice/pom.xml
+++ b/runtime/appservice/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-runtime</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-runtime-appservice</artifactId>
@@ -34,19 +34,19 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Just needed to make sure it is scheduled before this module in the reactor -->
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-test-appservice-applications</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/runtime/etiao/pom.xml
----------------------------------------------------------------------
diff --git a/runtime/etiao/pom.xml b/runtime/etiao/pom.xml
index 805f4e4..057a6ec 100644
--- a/runtime/etiao/pom.xml
+++ b/runtime/etiao/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-runtime</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-runtime-etiao</artifactId>
@@ -38,23 +38,23 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-graph</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-spi-graph</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-graph</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/runtime/jmxcontrol/pom.xml
----------------------------------------------------------------------
diff --git a/runtime/jmxcontrol/pom.xml b/runtime/jmxcontrol/pom.xml
index 769e09e..fc2d450 100644
--- a/runtime/jmxcontrol/pom.xml
+++ b/runtime/jmxcontrol/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-runtime</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-runtime-jmxcontrol</artifactId>
@@ -38,12 +38,12 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/runtime/jobregistry/pom.xml
----------------------------------------------------------------------
diff --git a/runtime/jobregistry/pom.xml b/runtime/jobregistry/pom.xml
index bba58d3..2582f3f 100644
--- a/runtime/jobregistry/pom.xml
+++ b/runtime/jobregistry/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-runtime</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-runtime-jobregistry</artifactId>
@@ -34,12 +34,12 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/runtime/jsoncontrol/pom.xml
----------------------------------------------------------------------
diff --git a/runtime/jsoncontrol/pom.xml b/runtime/jsoncontrol/pom.xml
index 71e6988..a110478 100644
--- a/runtime/jsoncontrol/pom.xml
+++ b/runtime/jsoncontrol/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-runtime</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-runtime-jsoncontrol</artifactId>
@@ -38,12 +38,12 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/runtime/pom.xml
----------------------------------------------------------------------
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 968a3e9..d81c694 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-parent</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-runtime</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/spi/graph/pom.xml
----------------------------------------------------------------------
diff --git a/spi/graph/pom.xml b/spi/graph/pom.xml
index 5c3e27e..54fbbea 100644
--- a/spi/graph/pom.xml
+++ b/spi/graph/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-spi</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-spi-graph</artifactId>
@@ -38,12 +38,12 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-graph</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/spi/pom.xml
----------------------------------------------------------------------
diff --git a/spi/pom.xml b/spi/pom.xml
index f7eca00..f502d32 100644
--- a/spi/pom.xml
+++ b/spi/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-parent</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-spi</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/spi/topology/pom.xml
----------------------------------------------------------------------
diff --git a/spi/topology/pom.xml b/spi/topology/pom.xml
index 069bb31..3277653 100644
--- a/spi/topology/pom.xml
+++ b/spi/topology/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-spi</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-spi-topology</artifactId>
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/test/appservice-applications/pom.xml
----------------------------------------------------------------------
diff --git a/test/appservice-applications/pom.xml b/test/appservice-applications/pom.xml
index 044edfb..5199d74 100644
--- a/test/appservice-applications/pom.xml
+++ b/test/appservice-applications/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-test</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-test-appservice-applications</artifactId>
@@ -34,7 +34,7 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
   

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/test/fvtiot/pom.xml
----------------------------------------------------------------------
diff --git a/test/fvtiot/pom.xml b/test/fvtiot/pom.xml
index 1465972..779de1c 100644
--- a/test/fvtiot/pom.xml
+++ b/test/fvtiot/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-test</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-test-fvtiot</artifactId>
@@ -71,38 +71,38 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-pubsub</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-runtime-jsoncontrol</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-apps-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-apps-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/test/pom.xml
----------------------------------------------------------------------
diff --git a/test/pom.xml b/test/pom.xml
index 299eee2..8e4917c 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-parent</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-test</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/test/svt/pom.xml
----------------------------------------------------------------------
diff --git a/test/svt/pom.xml b/test/svt/pom.xml
index f7d4f6a..c3aa182 100644
--- a/test/svt/pom.xml
+++ b/test/svt/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-test</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-test-svt</artifactId>
@@ -38,22 +38,22 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-console-server</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-utils-metrics</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-development</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
   

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/utils/metrics/pom.xml
----------------------------------------------------------------------
diff --git a/utils/metrics/pom.xml b/utils/metrics/pom.xml
index 8a6ff7e..e7f7bdb 100644
--- a/utils/metrics/pom.xml
+++ b/utils/metrics/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-utils</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-utils-metrics</artifactId>
@@ -38,14 +38,14 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <!-- TODO: This is only required because of a dependency to TopologyAbstractTest -> Would suggest to move test-util stutt into a dedicated test-utils artifact -->
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/utils/pom.xml
----------------------------------------------------------------------
diff --git a/utils/pom.xml b/utils/pom.xml
index 8874130..0197be0 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-parent</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-utils</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/utils/streamscope/pom.xml
----------------------------------------------------------------------
diff --git a/utils/streamscope/pom.xml b/utils/streamscope/pom.xml
index 9b22be5..c50aab2 100644
--- a/utils/streamscope/pom.xml
+++ b/utils/streamscope/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-utils</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-utils-streamscope</artifactId>
@@ -34,14 +34,14 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <!-- TODO: This is only required because of a dependency to TopologyAbstractTest -> Would suggest to move test-util stutt into a dedicated test-utils artifact -->
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>


[3/3] incubator-edgent git commit: [maven-release-plugin] prepare for next development iteration

Posted by dl...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/6d82f9c1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/6d82f9c1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/6d82f9c1

Branch: refs/heads/release/9.9
Commit: 6d82f9c17412f9520267059d5faf4096aeb81b46
Parents: 596cc2d
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Tue Jan 9 14:26:08 2018 -0500
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Tue Jan 9 14:26:08 2018 -0500

----------------------------------------------------------------------
 analytics/math3/pom.xml                         | 10 ++---
 analytics/pom.xml                               |  2 +-
 analytics/sensors/pom.xml                       | 10 ++---
 api/execution/pom.xml                           |  4 +-
 api/function/pom.xml                            |  2 +-
 api/graph/pom.xml                               |  4 +-
 api/oplet/pom.xml                               |  8 ++--
 api/pom.xml                                     |  2 +-
 api/topology/pom.xml                            | 10 ++---
 api/window/pom.xml                              |  4 +-
 apps/iot/pom.xml                                | 10 ++---
 apps/pom.xml                                    |  2 +-
 apps/runtime/pom.xml                            | 10 ++---
 connectors/command/pom.xml                      | 14 +++---
 connectors/common/pom.xml                       | 10 ++---
 connectors/csv/pom.xml                          |  8 ++--
 connectors/file/pom.xml                         | 16 +++----
 connectors/http/pom.xml                         |  8 ++--
 connectors/iot/pom.xml                          |  6 +--
 connectors/iotp/pom.xml                         |  8 ++--
 connectors/jdbc/pom.xml                         | 14 +++---
 connectors/kafka/pom.xml                        | 12 ++---
 connectors/mqtt/pom.xml                         | 16 +++----
 connectors/pom.xml                              |  2 +-
 connectors/pubsub/pom.xml                       |  6 +--
 connectors/serial/pom.xml                       |  4 +-
 connectors/websocket-base/pom.xml               |  4 +-
 connectors/websocket-jetty/pom.xml              |  4 +-
 connectors/websocket-misc/pom.xml               |  2 +-
 connectors/websocket-server/pom.xml             |  4 +-
 connectors/websocket/pom.xml                    | 18 ++++----
 console/pom.xml                                 |  2 +-
 console/server/pom.xml                          |  4 +-
 console/servlets/pom.xml                        |  4 +-
 distribution/pom.xml                            | 46 ++++++++++----------
 platforms/android/analytics/math3/pom.xml       |  4 +-
 platforms/android/analytics/pom.xml             |  2 +-
 platforms/android/analytics/sensors/pom.xml     |  4 +-
 platforms/android/android/hardware/pom.xml      |  4 +-
 platforms/android/android/pom.xml               |  2 +-
 platforms/android/android/topology/pom.xml      |  6 +--
 platforms/android/api/execution/pom.xml         |  4 +-
 platforms/android/api/function/pom.xml          |  2 +-
 platforms/android/api/graph/pom.xml             |  4 +-
 platforms/android/api/oplet/pom.xml             |  8 ++--
 platforms/android/api/pom.xml                   |  2 +-
 platforms/android/api/topology/pom.xml          | 10 ++---
 platforms/android/api/window/pom.xml            |  4 +-
 platforms/android/apps/iot/pom.xml              |  8 ++--
 platforms/android/apps/pom.xml                  |  2 +-
 platforms/android/apps/runtime/pom.xml          |  6 +--
 platforms/android/connectors/command/pom.xml    |  6 +--
 platforms/android/connectors/common/pom.xml     |  4 +-
 platforms/android/connectors/csv/pom.xml        |  2 +-
 platforms/android/connectors/file/pom.xml       |  8 ++--
 platforms/android/connectors/http/pom.xml       |  4 +-
 platforms/android/connectors/iot/pom.xml        |  6 +--
 platforms/android/connectors/iotp/pom.xml       |  8 ++--
 platforms/android/connectors/jdbc/pom.xml       |  6 +--
 platforms/android/connectors/kafka/pom.xml      |  4 +-
 platforms/android/connectors/mqtt/pom.xml       |  8 ++--
 platforms/android/connectors/pom.xml            |  2 +-
 platforms/android/connectors/pubsub/pom.xml     |  4 +-
 platforms/android/connectors/serial/pom.xml     |  4 +-
 .../android/connectors/websocket-base/pom.xml   |  4 +-
 .../android/connectors/websocket-jetty/pom.xml  |  4 +-
 .../android/connectors/websocket-misc/pom.xml   |  2 +-
 .../android/connectors/websocket-server/pom.xml |  4 +-
 platforms/android/connectors/websocket/pom.xml  |  8 ++--
 platforms/android/distribution/pom.xml          | 46 ++++++++++----------
 platforms/android/pom.xml                       |  2 +-
 platforms/android/providers/direct/pom.xml      | 14 +++---
 platforms/android/providers/iot/pom.xml         | 16 +++----
 platforms/android/providers/pom.xml             |  2 +-
 platforms/android/runtime/appservice/pom.xml    |  6 +--
 platforms/android/runtime/etiao/pom.xml         |  8 ++--
 platforms/android/runtime/jobregistry/pom.xml   |  6 +--
 platforms/android/runtime/jsoncontrol/pom.xml   |  6 +--
 platforms/android/runtime/pom.xml               |  2 +-
 platforms/android/spi/graph/pom.xml             |  6 +--
 platforms/android/spi/pom.xml                   |  2 +-
 platforms/android/spi/topology/pom.xml          |  4 +-
 platforms/android/utils/metrics/pom.xml         |  4 +-
 platforms/android/utils/pom.xml                 |  2 +-
 platforms/android/utils/streamscope/pom.xml     |  4 +-
 platforms/java7/analytics/math3/pom.xml         | 10 ++---
 platforms/java7/analytics/pom.xml               |  2 +-
 platforms/java7/analytics/sensors/pom.xml       | 10 ++---
 platforms/java7/api/execution/pom.xml           |  4 +-
 platforms/java7/api/function/pom.xml            |  2 +-
 platforms/java7/api/graph/pom.xml               |  4 +-
 platforms/java7/api/oplet/pom.xml               |  8 ++--
 platforms/java7/api/pom.xml                     |  2 +-
 platforms/java7/api/topology/pom.xml            | 10 ++---
 platforms/java7/api/window/pom.xml              |  4 +-
 platforms/java7/apps/iot/pom.xml                | 10 ++---
 platforms/java7/apps/pom.xml                    |  2 +-
 platforms/java7/apps/runtime/pom.xml            | 10 ++---
 platforms/java7/connectors/command/pom.xml      | 14 +++---
 platforms/java7/connectors/common/pom.xml       | 10 ++---
 platforms/java7/connectors/csv/pom.xml          |  8 ++--
 platforms/java7/connectors/file/pom.xml         | 16 +++----
 platforms/java7/connectors/http/pom.xml         |  8 ++--
 platforms/java7/connectors/iot/pom.xml          |  6 +--
 platforms/java7/connectors/iotp/pom.xml         |  8 ++--
 platforms/java7/connectors/jdbc/pom.xml         | 14 +++---
 platforms/java7/connectors/kafka/pom.xml        | 12 ++---
 platforms/java7/connectors/mqtt/pom.xml         | 16 +++----
 platforms/java7/connectors/pom.xml              |  2 +-
 platforms/java7/connectors/pubsub/pom.xml       |  6 +--
 platforms/java7/connectors/serial/pom.xml       |  4 +-
 .../java7/connectors/websocket-base/pom.xml     |  4 +-
 .../java7/connectors/websocket-jetty/pom.xml    |  4 +-
 .../java7/connectors/websocket-misc/pom.xml     |  2 +-
 .../java7/connectors/websocket-server/pom.xml   |  4 +-
 platforms/java7/connectors/websocket/pom.xml    | 18 ++++----
 platforms/java7/console/pom.xml                 |  2 +-
 platforms/java7/console/server/pom.xml          |  4 +-
 platforms/java7/console/servlets/pom.xml        |  4 +-
 platforms/java7/distribution/pom.xml            | 46 ++++++++++----------
 platforms/java7/pom.xml                         |  2 +-
 platforms/java7/providers/development/pom.xml   | 16 +++----
 platforms/java7/providers/direct/pom.xml        | 20 ++++-----
 platforms/java7/providers/iot/pom.xml           | 16 +++----
 platforms/java7/providers/pom.xml               |  2 +-
 platforms/java7/runtime/appservice/pom.xml      |  8 ++--
 platforms/java7/runtime/etiao/pom.xml           | 10 ++---
 platforms/java7/runtime/jmxcontrol/pom.xml      |  6 +--
 platforms/java7/runtime/jobregistry/pom.xml     |  6 +--
 platforms/java7/runtime/jsoncontrol/pom.xml     |  6 +--
 platforms/java7/runtime/pom.xml                 |  2 +-
 platforms/java7/spi/graph/pom.xml               |  6 +--
 platforms/java7/spi/pom.xml                     |  2 +-
 platforms/java7/spi/topology/pom.xml            |  4 +-
 .../java7/test/appservice-applications/pom.xml  |  4 +-
 platforms/java7/test/fvtiot/pom.xml             | 14 +++---
 platforms/java7/test/pom.xml                    |  2 +-
 platforms/java7/test/svt/pom.xml                | 10 ++---
 platforms/java7/utils/metrics/pom.xml           |  6 +--
 platforms/java7/utils/pom.xml                   |  2 +-
 platforms/java7/utils/streamscope/pom.xml       |  6 +--
 platforms/pom.xml                               |  2 +-
 pom.xml                                         |  4 +-
 providers/development/pom.xml                   | 16 +++----
 providers/direct/pom.xml                        | 20 ++++-----
 providers/iot/pom.xml                           | 16 +++----
 providers/pom.xml                               |  2 +-
 runtime/appservice/pom.xml                      |  8 ++--
 runtime/etiao/pom.xml                           | 10 ++---
 runtime/jmxcontrol/pom.xml                      |  6 +--
 runtime/jobregistry/pom.xml                     |  6 +--
 runtime/jsoncontrol/pom.xml                     |  6 +--
 runtime/pom.xml                                 |  2 +-
 spi/graph/pom.xml                               |  6 +--
 spi/pom.xml                                     |  2 +-
 spi/topology/pom.xml                            |  4 +-
 test/appservice-applications/pom.xml            |  4 +-
 test/fvtiot/pom.xml                             | 14 +++---
 test/pom.xml                                    |  2 +-
 test/svt/pom.xml                                | 10 ++---
 utils/metrics/pom.xml                           |  6 +--
 utils/pom.xml                                   |  2 +-
 utils/streamscope/pom.xml                       |  6 +--
 163 files changed, 587 insertions(+), 587 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/analytics/math3/pom.xml
----------------------------------------------------------------------
diff --git a/analytics/math3/pom.xml b/analytics/math3/pom.xml
index 7b17822..9f5ea00 100644
--- a/analytics/math3/pom.xml
+++ b/analytics/math3/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-analytics</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-analytics-math3</artifactId>
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
@@ -49,20 +49,20 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/analytics/pom.xml
----------------------------------------------------------------------
diff --git a/analytics/pom.xml b/analytics/pom.xml
index afe28b4..dc209ff 100644
--- a/analytics/pom.xml
+++ b/analytics/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-parent</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-analytics</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/analytics/sensors/pom.xml
----------------------------------------------------------------------
diff --git a/analytics/sensors/pom.xml b/analytics/sensors/pom.xml
index 2912332..6b2ce79 100644
--- a/analytics/sensors/pom.xml
+++ b/analytics/sensors/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-analytics</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-analytics-sensors</artifactId>
@@ -38,26 +38,26 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/api/execution/pom.xml
----------------------------------------------------------------------
diff --git a/api/execution/pom.xml b/api/execution/pom.xml
index 8372cfc..1e417f9 100644
--- a/api/execution/pom.xml
+++ b/api/execution/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-api</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-execution</artifactId>
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>com.google.code.gson</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/api/function/pom.xml
----------------------------------------------------------------------
diff --git a/api/function/pom.xml b/api/function/pom.xml
index 26e1bb2..ff51ad3 100644
--- a/api/function/pom.xml
+++ b/api/function/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-api</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-function</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/api/graph/pom.xml
----------------------------------------------------------------------
diff --git a/api/graph/pom.xml b/api/graph/pom.xml
index 2c59078..36f729a 100644
--- a/api/graph/pom.xml
+++ b/api/graph/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-api</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-graph</artifactId>
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-oplet</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/api/oplet/pom.xml
----------------------------------------------------------------------
diff --git a/api/oplet/pom.xml b/api/oplet/pom.xml
index c809027..b45b5bc 100644
--- a/api/oplet/pom.xml
+++ b/api/oplet/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-api</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-oplet</artifactId>
@@ -38,17 +38,17 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-window</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 1303776..99de07b 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-parent</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/api/topology/pom.xml
----------------------------------------------------------------------
diff --git a/api/topology/pom.xml b/api/topology/pom.xml
index 65b1a66..db1b008 100644
--- a/api/topology/pom.xml
+++ b/api/topology/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-api</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-topology</artifactId>
@@ -38,22 +38,22 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-graph</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-oplet</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/api/window/pom.xml
----------------------------------------------------------------------
diff --git a/api/window/pom.xml b/api/window/pom.xml
index 6f907dd..0bec410 100644
--- a/api/window/pom.xml
+++ b/api/window/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-api</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-window</artifactId>
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/apps/iot/pom.xml
----------------------------------------------------------------------
diff --git a/apps/iot/pom.xml b/apps/iot/pom.xml
index f317838..05857c1 100644
--- a/apps/iot/pom.xml
+++ b/apps/iot/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-apps</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-apps-iot</artifactId>
@@ -34,23 +34,23 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-pubsub</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/apps/pom.xml
----------------------------------------------------------------------
diff --git a/apps/pom.xml b/apps/pom.xml
index f12127b..2220ac1 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-parent</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-apps</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/apps/runtime/pom.xml
----------------------------------------------------------------------
diff --git a/apps/runtime/pom.xml b/apps/runtime/pom.xml
index ba6b943..7865c5d 100644
--- a/apps/runtime/pom.xml
+++ b/apps/runtime/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-apps</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-apps-runtime</artifactId>
@@ -34,24 +34,24 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-runtime-jobregistry</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-runtime-jmxcontrol</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/connectors/command/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/command/pom.xml b/connectors/command/pom.xml
index 24efdc9..a593893 100644
--- a/connectors/command/pom.xml
+++ b/connectors/command/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-command</artifactId>
@@ -34,38 +34,38 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/connectors/common/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/common/pom.xml b/connectors/common/pom.xml
index 9ea9a33..226ab06 100644
--- a/connectors/common/pom.xml
+++ b/connectors/common/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-common</artifactId>
@@ -38,26 +38,26 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/connectors/csv/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/csv/pom.xml b/connectors/csv/pom.xml
index 0642a2c..79dde00 100644
--- a/connectors/csv/pom.xml
+++ b/connectors/csv/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-csv</artifactId>
@@ -40,20 +40,20 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
       <type>test-jar</type>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/connectors/file/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/file/pom.xml b/connectors/file/pom.xml
index 87b4377..b5a2ecd 100644
--- a/connectors/file/pom.xml
+++ b/connectors/file/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-file</artifactId>
@@ -38,43 +38,43 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-oplet</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/connectors/http/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/http/pom.xml b/connectors/http/pom.xml
index 1fe2966..933042c 100644
--- a/connectors/http/pom.xml
+++ b/connectors/http/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-http</artifactId>
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
@@ -54,13 +54,13 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/connectors/iot/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/iot/pom.xml b/connectors/iot/pom.xml
index 07ec613..1e420fb 100644
--- a/connectors/iot/pom.xml
+++ b/connectors/iot/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-iot</artifactId>
@@ -38,12 +38,12 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/connectors/iotp/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/iotp/pom.xml b/connectors/iotp/pom.xml
index 58fb0ab..cdb3eff 100644
--- a/connectors/iotp/pom.xml
+++ b/connectors/iotp/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-iotp</artifactId>
@@ -38,17 +38,17 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>com.ibm.messaging</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/connectors/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/jdbc/pom.xml b/connectors/jdbc/pom.xml
index 3200744..4a0a195 100644
--- a/connectors/jdbc/pom.xml
+++ b/connectors/jdbc/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-jdbc</artifactId>
@@ -64,38 +64,38 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/connectors/kafka/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/kafka/pom.xml b/connectors/kafka/pom.xml
index 54f92d5..c789347 100644
--- a/connectors/kafka/pom.xml
+++ b/connectors/kafka/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-kafka</artifactId>
@@ -51,7 +51,7 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>
@@ -134,27 +134,27 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/connectors/mqtt/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/mqtt/pom.xml b/connectors/mqtt/pom.xml
index c3c515b..7636967 100644
--- a/connectors/mqtt/pom.xml
+++ b/connectors/mqtt/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-mqtt</artifactId>
@@ -67,17 +67,17 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.paho</groupId>
@@ -88,27 +88,27 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/connectors/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/pom.xml b/connectors/pom.xml
index bb4fb84..8ef13b1 100644
--- a/connectors/pom.xml
+++ b/connectors/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-parent</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/connectors/pubsub/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/pubsub/pom.xml b/connectors/pubsub/pom.xml
index e026755..5f888fc 100644
--- a/connectors/pubsub/pom.xml
+++ b/connectors/pubsub/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-pubsub</artifactId>
@@ -34,13 +34,13 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/connectors/serial/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/serial/pom.xml b/connectors/serial/pom.xml
index a4addda..3bd048c 100644
--- a/connectors/serial/pom.xml
+++ b/connectors/serial/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-serial</artifactId>
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/connectors/websocket-base/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/websocket-base/pom.xml b/connectors/websocket-base/pom.xml
index de26c7a..28d1a3a 100644
--- a/connectors/websocket-base/pom.xml
+++ b/connectors/websocket-base/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-websocket-base</artifactId>
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/connectors/websocket-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/websocket-jetty/pom.xml b/connectors/websocket-jetty/pom.xml
index dc9ac9d..99c94fc 100644
--- a/connectors/websocket-jetty/pom.xml
+++ b/connectors/websocket-jetty/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-websocket-jetty</artifactId>
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-websocket-misc</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty.websocket</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/connectors/websocket-misc/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/websocket-misc/pom.xml b/connectors/websocket-misc/pom.xml
index 5c637be..7ea2b3a 100644
--- a/connectors/websocket-misc/pom.xml
+++ b/connectors/websocket-misc/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-websocket-misc</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/connectors/websocket-server/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/websocket-server/pom.xml b/connectors/websocket-server/pom.xml
index 0bcbfaa..40409ee 100644
--- a/connectors/websocket-server/pom.xml
+++ b/connectors/websocket-server/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-websocket-server</artifactId>
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-websocket-jetty</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty.websocket</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/connectors/websocket/pom.xml
----------------------------------------------------------------------
diff --git a/connectors/websocket/pom.xml b/connectors/websocket/pom.xml
index 8ad1a52..252bc0d 100644
--- a/connectors/websocket/pom.xml
+++ b/connectors/websocket/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-websocket</artifactId>
@@ -38,17 +38,17 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-websocket-misc</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-websocket-base</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>javax.websocket</groupId>
@@ -83,34 +83,34 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-connectors-websocket-jetty</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/console/pom.xml
----------------------------------------------------------------------
diff --git a/console/pom.xml b/console/pom.xml
index a0b6322..f187f0f 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-parent</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-console</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/console/server/pom.xml
----------------------------------------------------------------------
diff --git a/console/server/pom.xml b/console/server/pom.xml
index db1a1d8..0dc2c1b 100644
--- a/console/server/pom.xml
+++ b/console/server/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-console</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-console-server</artifactId>
@@ -151,7 +151,7 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-console-servlets</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>war</type>
       <optional>true</optional>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/console/servlets/pom.xml
----------------------------------------------------------------------
diff --git a/console/servlets/pom.xml b/console/servlets/pom.xml
index a03b00f..08f3218 100644
--- a/console/servlets/pom.xml
+++ b/console/servlets/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-console</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-console-servlets</artifactId>
@@ -164,7 +164,7 @@
     <dependency>
       <groupId>org.apache.edgent</groupId>
       <artifactId>edgent-utils-streamscope</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>

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

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/analytics/math3/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/analytics/math3/pom.xml b/platforms/android/analytics/math3/pom.xml
index 0b123d2..65bcd04 100644
--- a/platforms/android/analytics/math3/pom.xml
+++ b/platforms/android/analytics/math3/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-analytics</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-analytics-math3</artifactId>
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/analytics/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/analytics/pom.xml b/platforms/android/analytics/pom.xml
index 729d14d..031e9d2 100644
--- a/platforms/android/analytics/pom.xml
+++ b/platforms/android/analytics/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-platforms-android</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-analytics</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/analytics/sensors/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/analytics/sensors/pom.xml b/platforms/android/analytics/sensors/pom.xml
index a02d47b..2845876 100644
--- a/platforms/android/analytics/sensors/pom.xml
+++ b/platforms/android/analytics/sensors/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-analytics</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-analytics-sensors</artifactId>
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/android/hardware/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/android/hardware/pom.xml b/platforms/android/android/hardware/pom.xml
index 5d5ae41..f383026 100644
--- a/platforms/android/android/hardware/pom.xml
+++ b/platforms/android/android/hardware/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-android</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-android-hardware</artifactId>
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>com.google.android</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/android/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/android/pom.xml b/platforms/android/android/pom.xml
index 0713f6a..ac05956 100644
--- a/platforms/android/android/pom.xml
+++ b/platforms/android/android/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-platforms-android</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-android</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/android/topology/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/android/topology/pom.xml b/platforms/android/android/topology/pom.xml
index c24315d..c6924dd 100644
--- a/platforms/android/android/topology/pom.xml
+++ b/platforms/android/android/topology/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-android</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-android-topology</artifactId>
@@ -38,12 +38,12 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-oplet</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>com.google.android</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/api/execution/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/api/execution/pom.xml b/platforms/android/api/execution/pom.xml
index 8314717..475bc95 100644
--- a/platforms/android/api/execution/pom.xml
+++ b/platforms/android/api/execution/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-api</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-execution</artifactId>
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>com.google.code.gson</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/api/function/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/api/function/pom.xml b/platforms/android/api/function/pom.xml
index b7f879a..0590393 100644
--- a/platforms/android/api/function/pom.xml
+++ b/platforms/android/api/function/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-api</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-function</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/api/graph/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/api/graph/pom.xml b/platforms/android/api/graph/pom.xml
index 7e3b2b0..f5ac83e 100644
--- a/platforms/android/api/graph/pom.xml
+++ b/platforms/android/api/graph/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-api</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-graph</artifactId>
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-oplet</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/api/oplet/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/api/oplet/pom.xml b/platforms/android/api/oplet/pom.xml
index 36aed13..7dc1f8c 100644
--- a/platforms/android/api/oplet/pom.xml
+++ b/platforms/android/api/oplet/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-api</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-oplet</artifactId>
@@ -67,17 +67,17 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-window</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/api/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/api/pom.xml b/platforms/android/api/pom.xml
index 769478c..eb26bec 100644
--- a/platforms/android/api/pom.xml
+++ b/platforms/android/api/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-platforms-android</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/api/topology/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/api/topology/pom.xml b/platforms/android/api/topology/pom.xml
index c041d15..7cbb32b 100644
--- a/platforms/android/api/topology/pom.xml
+++ b/platforms/android/api/topology/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-api</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-topology</artifactId>
@@ -67,22 +67,22 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-graph</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-oplet</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/api/window/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/api/window/pom.xml b/platforms/android/api/window/pom.xml
index e56ad27..381004b 100644
--- a/platforms/android/api/window/pom.xml
+++ b/platforms/android/api/window/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-api</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-window</artifactId>
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/apps/iot/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/apps/iot/pom.xml b/platforms/android/apps/iot/pom.xml
index 010941f..8206cdc 100644
--- a/platforms/android/apps/iot/pom.xml
+++ b/platforms/android/apps/iot/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-apps</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-apps-iot</artifactId>
@@ -63,17 +63,17 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-pubsub</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/apps/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/apps/pom.xml b/platforms/android/apps/pom.xml
index 9e64406..44502a8 100644
--- a/platforms/android/apps/pom.xml
+++ b/platforms/android/apps/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-platforms-android</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-apps</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/apps/runtime/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/apps/runtime/pom.xml b/platforms/android/apps/runtime/pom.xml
index d3940b6..8999c6a 100644
--- a/platforms/android/apps/runtime/pom.xml
+++ b/platforms/android/apps/runtime/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-apps</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-apps-runtime</artifactId>
@@ -63,12 +63,12 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-runtime-jobregistry</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/connectors/command/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/command/pom.xml b/platforms/android/connectors/command/pom.xml
index dbcca4e..650f1f4 100644
--- a/platforms/android/connectors/command/pom.xml
+++ b/platforms/android/connectors/command/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-command</artifactId>
@@ -63,12 +63,12 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/connectors/common/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/common/pom.xml b/platforms/android/connectors/common/pom.xml
index 0c06f07..c4e4b82 100644
--- a/platforms/android/connectors/common/pom.xml
+++ b/platforms/android/connectors/common/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-common</artifactId>
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/connectors/csv/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/csv/pom.xml b/platforms/android/connectors/csv/pom.xml
index 166fd6e..0a3f13d 100644
--- a/platforms/android/connectors/csv/pom.xml
+++ b/platforms/android/connectors/csv/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-csv</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/connectors/file/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/file/pom.xml b/platforms/android/connectors/file/pom.xml
index 7b5420a..ed10ebd 100644
--- a/platforms/android/connectors/file/pom.xml
+++ b/platforms/android/connectors/file/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-file</artifactId>
@@ -67,17 +67,17 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-oplet</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/connectors/http/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/http/pom.xml b/platforms/android/connectors/http/pom.xml
index 39456f0..3fa7467 100644
--- a/platforms/android/connectors/http/pom.xml
+++ b/platforms/android/connectors/http/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-http</artifactId>
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/connectors/iot/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/iot/pom.xml b/platforms/android/connectors/iot/pom.xml
index 099c50f..9e8f0b1 100644
--- a/platforms/android/connectors/iot/pom.xml
+++ b/platforms/android/connectors/iot/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-iot</artifactId>
@@ -67,12 +67,12 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/connectors/iotp/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/iotp/pom.xml b/platforms/android/connectors/iotp/pom.xml
index 284f7dd..74b208c 100644
--- a/platforms/android/connectors/iotp/pom.xml
+++ b/platforms/android/connectors/iotp/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-iotp</artifactId>
@@ -67,17 +67,17 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>com.ibm.messaging</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/connectors/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/jdbc/pom.xml b/platforms/android/connectors/jdbc/pom.xml
index 83b3560..ab882d0 100644
--- a/platforms/android/connectors/jdbc/pom.xml
+++ b/platforms/android/connectors/jdbc/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-jdbc</artifactId>
@@ -67,12 +67,12 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/connectors/kafka/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/kafka/pom.xml b/platforms/android/connectors/kafka/pom.xml
index b4bb846..60f4251 100644
--- a/platforms/android/connectors/kafka/pom.xml
+++ b/platforms/android/connectors/kafka/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-kafka</artifactId>
@@ -81,7 +81,7 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/connectors/mqtt/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/mqtt/pom.xml b/platforms/android/connectors/mqtt/pom.xml
index b70dd48..c98c411 100644
--- a/platforms/android/connectors/mqtt/pom.xml
+++ b/platforms/android/connectors/mqtt/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-mqtt</artifactId>
@@ -67,17 +67,17 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.paho</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/connectors/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/pom.xml b/platforms/android/connectors/pom.xml
index ae1c2c9..6c4ed00 100644
--- a/platforms/android/connectors/pom.xml
+++ b/platforms/android/connectors/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-platforms-android</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/connectors/pubsub/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/pubsub/pom.xml b/platforms/android/connectors/pubsub/pom.xml
index 7955b9b..58c6f07 100644
--- a/platforms/android/connectors/pubsub/pom.xml
+++ b/platforms/android/connectors/pubsub/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-pubsub</artifactId>
@@ -63,7 +63,7 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/connectors/serial/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/serial/pom.xml b/platforms/android/connectors/serial/pom.xml
index 4205f7f..17afc19 100644
--- a/platforms/android/connectors/serial/pom.xml
+++ b/platforms/android/connectors/serial/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-serial</artifactId>
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/connectors/websocket-base/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/websocket-base/pom.xml b/platforms/android/connectors/websocket-base/pom.xml
index dcda3aa..d180418 100644
--- a/platforms/android/connectors/websocket-base/pom.xml
+++ b/platforms/android/connectors/websocket-base/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-websocket-base</artifactId>
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/connectors/websocket-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/websocket-jetty/pom.xml b/platforms/android/connectors/websocket-jetty/pom.xml
index 2d95a29..71fdcdc 100644
--- a/platforms/android/connectors/websocket-jetty/pom.xml
+++ b/platforms/android/connectors/websocket-jetty/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-websocket-jetty</artifactId>
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-websocket-misc</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty.websocket</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/connectors/websocket-misc/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/websocket-misc/pom.xml b/platforms/android/connectors/websocket-misc/pom.xml
index 171a02b..130b2ae 100644
--- a/platforms/android/connectors/websocket-misc/pom.xml
+++ b/platforms/android/connectors/websocket-misc/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.android</groupId>
     <artifactId>edgent-connectors</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-websocket-misc</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/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 3aa922b..7c5e6e4 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty.websocket</groupId>



[2/3] incubator-edgent git commit: [maven-release-plugin] prepare for next development iteration

Posted by dl...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/connectors/websocket/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/connectors/websocket/pom.xml b/platforms/android/connectors/websocket/pom.xml
index b90395f..3076816 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-websocket-misc</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-websocket-base</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>javax.websocket</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/distribution/pom.xml b/platforms/android/distribution/pom.xml
index a2ccc76..dfde7c4 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-providers-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Android platform speficic -->
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-android-hardware</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-android-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Analytics -->
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-analytics-math3</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-analytics-sensors</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Utils -->
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-utils-metrics</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-utils-streamscope</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Connectors -->
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-command</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-csv</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-file</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-http</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-iotp</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-jdbc</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-kafka</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-mqtt</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-pubsub</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-serial</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-websocket</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-websocket-jetty</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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/6d82f9c1/platforms/android/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/pom.xml b/platforms/android/pom.xml
index 070717c..0ef029c 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.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.edgent.android</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/providers/direct/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/providers/direct/pom.xml b/platforms/android/providers/direct/pom.xml
index d88cbee..faa2074 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-spi-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-spi-graph</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-runtime-appservice</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-runtime-etiao</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-runtime-jsoncontrol</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/providers/iot/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/providers/iot/pom.xml b/platforms/android/providers/iot/pom.xml
index 9c2a5bc..59c9dc4 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-runtime-jsoncontrol</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-runtime-appservice</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-connectors-pubsub</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-apps-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-apps-runtime</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/providers/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/providers/pom.xml b/platforms/android/providers/pom.xml
index 26d05de..a686296 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.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-providers</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/runtime/appservice/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/runtime/appservice/pom.xml b/platforms/android/runtime/appservice/pom.xml
index 55be33e..fdb1a50 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/runtime/etiao/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/runtime/etiao/pom.xml b/platforms/android/runtime/etiao/pom.xml
index 5c6531b..2180ae0 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-graph</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-spi-graph</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/runtime/jobregistry/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/runtime/jobregistry/pom.xml b/platforms/android/runtime/jobregistry/pom.xml
index 9b9d062..16a508c 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/runtime/jsoncontrol/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/runtime/jsoncontrol/pom.xml b/platforms/android/runtime/jsoncontrol/pom.xml
index aafbd32..35d6b26 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/runtime/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/runtime/pom.xml b/platforms/android/runtime/pom.xml
index 602d43c..3edf82a 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.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-runtime</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/spi/graph/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/spi/graph/pom.xml b/platforms/android/spi/graph/pom.xml
index cf23dcb..996df8c 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.android</groupId>
       <artifactId>edgent-api-graph</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/spi/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/spi/pom.xml b/platforms/android/spi/pom.xml
index 7b677bf..a53e342 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.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-spi</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/spi/topology/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/spi/topology/pom.xml b/platforms/android/spi/topology/pom.xml
index 81537c5..3da2358 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/utils/metrics/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/utils/metrics/pom.xml b/platforms/android/utils/metrics/pom.xml
index 1201725..cafb740 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/utils/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/utils/pom.xml b/platforms/android/utils/pom.xml
index a89df67..a917c5e 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.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-utils</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/android/utils/streamscope/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/android/utils/streamscope/pom.xml b/platforms/android/utils/streamscope/pom.xml
index 1cc37ab..53bd911 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/analytics/math3/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/analytics/math3/pom.xml b/platforms/java7/analytics/math3/pom.xml
index a8a3b23..f03c941 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/analytics/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/analytics/pom.xml b/platforms/java7/analytics/pom.xml
index 5274355..bdb344c 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.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-analytics</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/analytics/sensors/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/analytics/sensors/pom.xml b/platforms/java7/analytics/sensors/pom.xml
index b745c2b..8665aac 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/api/execution/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/api/execution/pom.xml b/platforms/java7/api/execution/pom.xml
index f4a1cf3..0edeeac 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>com.google.code.gson</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/api/function/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/api/function/pom.xml b/platforms/java7/api/function/pom.xml
index ac232ed..de7cb6e 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.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api-function</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/api/graph/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/api/graph/pom.xml b/platforms/java7/api/graph/pom.xml
index 3cf4eeb..188f964 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/api/oplet/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/api/oplet/pom.xml b/platforms/java7/api/oplet/pom.xml
index 102d677..7872bad 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-execution</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-window</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/api/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/api/pom.xml b/platforms/java7/api/pom.xml
index b0ba991..bdb76c7 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.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-api</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/api/topology/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/api/topology/pom.xml b/platforms/java7/api/topology/pom.xml
index dcc7023..cff3103 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-graph</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-oplet</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/api/window/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/api/window/pom.xml b/platforms/java7/api/window/pom.xml
index 141b37f..0bf229f 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/apps/iot/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/apps/iot/pom.xml b/platforms/java7/apps/iot/pom.xml
index dc21ec2..26099da 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-pubsub</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/apps/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/apps/pom.xml b/platforms/java7/apps/pom.xml
index 7a4e971..07259bb 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.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-apps</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/apps/runtime/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/apps/runtime/pom.xml b/platforms/java7/apps/runtime/pom.xml
index a79a960..3adceb8 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-runtime-jobregistry</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-runtime-jmxcontrol</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/connectors/command/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/command/pom.xml b/platforms/java7/connectors/command/pom.xml
index f2f3503..0e730b5 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/connectors/common/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/common/pom.xml b/platforms/java7/connectors/common/pom.xml
index b275221..775d784 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/connectors/csv/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/csv/pom.xml b/platforms/java7/connectors/csv/pom.xml
index e346bef..7ea3c7e 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
       <type>test-jar</type>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/connectors/file/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/file/pom.xml b/platforms/java7/connectors/file/pom.xml
index 17f0859..6c4ee11 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-oplet</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/connectors/http/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/http/pom.xml b/platforms/java7/connectors/http/pom.xml
index 88ead52..04eb0ed 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/connectors/iot/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/iot/pom.xml b/platforms/java7/connectors/iot/pom.xml
index b72ff7c..e3cce50 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/connectors/iotp/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/iotp/pom.xml b/platforms/java7/connectors/iotp/pom.xml
index 48da54e..449e95a 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>com.ibm.messaging</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/connectors/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/jdbc/pom.xml b/platforms/java7/connectors/jdbc/pom.xml
index c3cda44..615c223 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/connectors/kafka/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/kafka/pom.xml b/platforms/java7/connectors/kafka/pom.xml
index 87cc5f8..d3c86e3 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/connectors/mqtt/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/mqtt/pom.xml b/platforms/java7/connectors/mqtt/pom.xml
index 89e6721..c160d64 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/connectors/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/pom.xml b/platforms/java7/connectors/pom.xml
index d836679..731e0a1 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.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/connectors/pubsub/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/pubsub/pom.xml b/platforms/java7/connectors/pubsub/pom.xml
index 84a4984..509f479 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/connectors/serial/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/serial/pom.xml b/platforms/java7/connectors/serial/pom.xml
index 05a28d8..74fc35f 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/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 aabbaae..ead1b1f 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/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 50f6bba..028ac27 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty.websocket</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/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 0c02ff7..a66daac 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.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-connectors-websocket-misc</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/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 17c10c1..1813ca3 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty.websocket</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/connectors/websocket/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/connectors/websocket/pom.xml b/platforms/java7/connectors/websocket/pom.xml
index 7b59d87..d3e589b 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-websocket-misc</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-websocket-base</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/console/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/console/pom.xml b/platforms/java7/console/pom.xml
index 5b7561e..a0f57ce 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.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-console</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/console/server/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/console/server/pom.xml b/platforms/java7/console/server/pom.xml
index e12b4d1..47e4217 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.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-console-server</artifactId>
@@ -181,7 +181,7 @@
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-console-servlets</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>war</type>
       <optional>true</optional>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/console/servlets/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/console/servlets/pom.xml b/platforms/java7/console/servlets/pom.xml
index 0c598a7..1bc43d7 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/distribution/pom.xml b/platforms/java7/distribution/pom.xml
index 91cfcfa..f92f20b 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-direct</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-providers-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Analytics -->
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-analytics-math3</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-analytics-sensors</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Utils -->
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-utils-metrics</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-utils-streamscope</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Connectors -->
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-command</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-common</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-csv</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-file</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-http</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-iotp</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-jdbc</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-kafka</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-mqtt</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-pubsub</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-serial</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-websocket</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-websocket-jetty</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>war</type>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/pom.xml b/platforms/java7/pom.xml
index 4cea790..ab885fe 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.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.edgent.java7</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/providers/development/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/providers/development/pom.xml b/platforms/java7/providers/development/pom.xml
index f99ca4b..0866ec9 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-console-server</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-utils-metrics</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-utils-streamscope</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-runtime-jmxcontrol</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/providers/direct/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/providers/direct/pom.xml b/platforms/java7/providers/direct/pom.xml
index c1f08fb..7b84b6b 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-spi-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-spi-graph</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-runtime-appservice</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-runtime-etiao</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-runtime-jsoncontrol</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-utils-metrics</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-utils-metrics</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/providers/iot/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/providers/iot/pom.xml b/platforms/java7/providers/iot/pom.xml
index f2dd84d..527536c 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-runtime-jsoncontrol</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-runtime-appservice</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-connectors-pubsub</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-apps-iot</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-apps-runtime</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/providers/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/providers/pom.xml b/platforms/java7/providers/pom.xml
index 5ef0e3c..7c97454 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.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-providers</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/runtime/appservice/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/runtime/appservice/pom.xml b/platforms/java7/runtime/appservice/pom.xml
index a5ca11a..1488c9f 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/runtime/etiao/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/runtime/etiao/pom.xml b/platforms/java7/runtime/etiao/pom.xml
index 7167dbc..ad0f904 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-graph</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-spi-graph</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-graph</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/runtime/jmxcontrol/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/runtime/jmxcontrol/pom.xml b/platforms/java7/runtime/jmxcontrol/pom.xml
index f9142e8..859c5d2 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/runtime/jobregistry/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/runtime/jobregistry/pom.xml b/platforms/java7/runtime/jobregistry/pom.xml
index 39433c2..217c6ec 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-topology</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/runtime/jsoncontrol/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/runtime/jsoncontrol/pom.xml b/platforms/java7/runtime/jsoncontrol/pom.xml
index b66fce0..47a30bd 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.9.0</version>
+    <version>9.9.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.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.edgent.java7</groupId>
       <artifactId>edgent-api-function</artifactId>
-      <version>9.9.0</version>
+      <version>9.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6d82f9c1/platforms/java7/runtime/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/runtime/pom.xml b/platforms/java7/runtime/pom.xml
index b6caf8a..5cd08c8 100644
--- a/platforms/java7/runtime/pom.xml
+++ b/platforms/java7/runtime/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.edgent.java7</groupId>
     <artifactId>edgent-platforms-java7</artifactId>
-    <version>9.9.0</version>
+    <version>9.9.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>edgent-runtime</artifactId>