Repository: incubator-apex-malhar
Updated Branches:
  refs/heads/release-3.1 3e99bc79b -> 2bf83a840


Preparing for 3.1.2 development


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/2bf83a84
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/2bf83a84
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/2bf83a84

Branch: refs/heads/release-3.1
Commit: 2bf83a8406d14f271a75920d6013492795b70ba7
Parents: 3e99bc7
Author: MalharJenkins <[email protected]>
Authored: Thu Dec 10 09:01:18 2015 -0800
Committer: Thomas Weise <[email protected]>
Committed: Thu Dec 10 09:05:14 2015 -0800

----------------------------------------------------------------------
 apps/logstream/pom.xml           | 4 ++--
 apps/pom.xml                     | 4 ++--
 benchmark/pom.xml                | 6 +++---
 contrib/pom.xml                  | 2 +-
 demos/distributedistinct/pom.xml | 4 ++--
 demos/echoserver/pom.xml         | 4 ++--
 demos/frauddetect/pom.xml        | 4 ++--
 demos/machinedata/pom.xml        | 4 ++--
 demos/mobile/pom.xml             | 4 ++--
 demos/mrmonitor/pom.xml          | 4 ++--
 demos/mroperator/pom.xml         | 4 ++--
 demos/pi/pom.xml                 | 4 ++--
 demos/pom.xml                    | 2 +-
 demos/r/pom.xml                  | 4 ++--
 demos/twitter/pom.xml            | 4 ++--
 demos/uniquecount/pom.xml        | 4 ++--
 demos/wordcount/pom.xml          | 4 ++--
 demos/yahoofinance/pom.xml       | 4 ++--
 library/pom.xml                  | 2 +-
 pom.xml                          | 4 ++--
 samples/pom.xml                  | 2 +-
 21 files changed, 39 insertions(+), 39 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/apps/logstream/pom.xml
----------------------------------------------------------------------
diff --git a/apps/logstream/pom.xml b/apps/logstream/pom.xml
index 29adbb4..dd5e5a2 100644
--- a/apps/logstream/pom.xml
+++ b/apps/logstream/pom.xml
@@ -4,11 +4,11 @@
   <parent>
     <artifactId>malhar-apps</artifactId>
     <groupId>com.datatorrent</groupId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
   <groupId>com.datatorrent</groupId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
   <artifactId>logstream</artifactId>
   <packaging>jar</packaging>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/apps/pom.xml
----------------------------------------------------------------------
diff --git a/apps/pom.xml b/apps/pom.xml
index dbe41f1..563b023 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-apps</artifactId>
@@ -18,7 +18,7 @@
 
   <properties>
     <!-- change this if you desire to use a different version of DataTorrent 
-->
-    <datatorrent.version>3.1.1</datatorrent.version>
+    <datatorrent.version>3.1.2-SNAPSHOT</datatorrent.version>
     
<datatorrent.apppackage.classpath>lib/*.jar</datatorrent.apppackage.classpath>
     <maven.deploy.skip>true</maven.deploy.skip>
     <maven.install.skip>true</maven.install.skip>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 20cc587..ca8f7fb 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>malhar</artifactId>
     <groupId>com.datatorrent</groupId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
   <groupId>com.datatorrent</groupId>
@@ -501,13 +501,13 @@
     <dependency>
       <groupId>com.datatorrent</groupId>
       <artifactId>dt-engine</artifactId>
-      <version>3.1.1</version>
+      <version>${dt.framework.version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>com.datatorrent</groupId>
       <artifactId>dt-api</artifactId>
-      <version>3.1.1</version>
+      <version>${dt.framework.version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/contrib/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 67d0c65..74f4cbf 100755
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-contrib</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/demos/distributedistinct/pom.xml
----------------------------------------------------------------------
diff --git a/demos/distributedistinct/pom.xml b/demos/distributedistinct/pom.xml
index e1c3800..54f7538 100644
--- a/demos/distributedistinct/pom.xml
+++ b/demos/distributedistinct/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>com.datatorrent</groupId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
   <artifactId>distributedistinct</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/demos/echoserver/pom.xml
----------------------------------------------------------------------
diff --git a/demos/echoserver/pom.xml b/demos/echoserver/pom.xml
index 77fbd2a..27f8245 100644
--- a/demos/echoserver/pom.xml
+++ b/demos/echoserver/pom.xml
@@ -4,11 +4,11 @@
   <parent>
     <artifactId>malhar-demos</artifactId>
     <groupId>com.datatorrent</groupId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
   
   <groupId>com.datatorrent</groupId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
   <artifactId>echoserver</artifactId>
   <packaging>jar</packaging>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/demos/frauddetect/pom.xml
----------------------------------------------------------------------
diff --git a/demos/frauddetect/pom.xml b/demos/frauddetect/pom.xml
index 3bab72d..7bbcce0 100644
--- a/demos/frauddetect/pom.xml
+++ b/demos/frauddetect/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>com.datatorrent</groupId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
   <artifactId>frauddetect-demo</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/demos/machinedata/pom.xml
----------------------------------------------------------------------
diff --git a/demos/machinedata/pom.xml b/demos/machinedata/pom.xml
index e19c0af..fb3a9e0 100644
--- a/demos/machinedata/pom.xml
+++ b/demos/machinedata/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>com.datatorrent</groupId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
   <artifactId>machinedata-demo</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/demos/mobile/pom.xml
----------------------------------------------------------------------
diff --git a/demos/mobile/pom.xml b/demos/mobile/pom.xml
index feebc95..712f89f 100644
--- a/demos/mobile/pom.xml
+++ b/demos/mobile/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>com.datatorrent</groupId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
   <artifactId>mobile-demo</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/demos/mrmonitor/pom.xml
----------------------------------------------------------------------
diff --git a/demos/mrmonitor/pom.xml b/demos/mrmonitor/pom.xml
index c40442d..b0b7241 100644
--- a/demos/mrmonitor/pom.xml
+++ b/demos/mrmonitor/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>com.datatorrent</groupId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
   <artifactId>mrmonitor</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/demos/mroperator/pom.xml
----------------------------------------------------------------------
diff --git a/demos/mroperator/pom.xml b/demos/mroperator/pom.xml
index c28fe02..99988cf 100644
--- a/demos/mroperator/pom.xml
+++ b/demos/mroperator/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>com.datatorrent</groupId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
   <artifactId>mroperator</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/demos/pi/pom.xml
----------------------------------------------------------------------
diff --git a/demos/pi/pom.xml b/demos/pi/pom.xml
index 5b9bbd2..57dd684 100644
--- a/demos/pi/pom.xml
+++ b/demos/pi/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>com.datatorrent</groupId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
   <artifactId>pi-demo</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/demos/pom.xml
----------------------------------------------------------------------
diff --git a/demos/pom.xml b/demos/pom.xml
index b97b99b..b7a63e2 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-demos</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/demos/r/pom.xml
----------------------------------------------------------------------
diff --git a/demos/r/pom.xml b/demos/r/pom.xml
index ff5f1b9..9add8ea 100644
--- a/demos/r/pom.xml
+++ b/demos/r/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>com.datatorrent</groupId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
   <artifactId>r-demo</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/demos/twitter/pom.xml
----------------------------------------------------------------------
diff --git a/demos/twitter/pom.xml b/demos/twitter/pom.xml
index 3641795..f1fefc8 100644
--- a/demos/twitter/pom.xml
+++ b/demos/twitter/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>com.datatorrent</groupId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
   <artifactId>twitter-demo</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/demos/uniquecount/pom.xml
----------------------------------------------------------------------
diff --git a/demos/uniquecount/pom.xml b/demos/uniquecount/pom.xml
index 92f4a2a..ac8ca78 100644
--- a/demos/uniquecount/pom.xml
+++ b/demos/uniquecount/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>com.datatorrent</groupId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
   <artifactId>uniquecount</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/demos/wordcount/pom.xml
----------------------------------------------------------------------
diff --git a/demos/wordcount/pom.xml b/demos/wordcount/pom.xml
index 055a135..0fa8f8f 100644
--- a/demos/wordcount/pom.xml
+++ b/demos/wordcount/pom.xml
@@ -4,7 +4,7 @@
   
     
   <groupId>com.datatorrent</groupId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
   <artifactId>wordcount-demo</artifactId>
   <packaging>jar</packaging>
 
@@ -14,7 +14,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/demos/yahoofinance/pom.xml
----------------------------------------------------------------------
diff --git a/demos/yahoofinance/pom.xml b/demos/yahoofinance/pom.xml
index 086f420..33638a5 100644
--- a/demos/yahoofinance/pom.xml
+++ b/demos/yahoofinance/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>com.datatorrent</groupId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
   <artifactId>yahoo-finance-demo</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/library/pom.xml
----------------------------------------------------------------------
diff --git a/library/pom.xml b/library/pom.xml
index fba7e78..c0cddc4 100644
--- a/library/pom.xml
+++ b/library/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-library</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 061a20e..085cecb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
   </parent>
 
   <artifactId>malhar</artifactId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Malhar Open Source</name>
   <url>https://www.datatorrent.com/</url>
@@ -64,7 +64,7 @@
                 <dependency>
                   <groupId>com.datatorrent</groupId>
                   <artifactId>${project.artifactId}</artifactId>
-                  <version>3.1.1</version>
+                  <version>3.1.2-SNAPSHOT</version>
                 </dependency>
               </oldVersion>
               <newVersion>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/2bf83a84/samples/pom.xml
----------------------------------------------------------------------
diff --git a/samples/pom.xml b/samples/pom.xml
index 6390a2f..ae8d18a 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-samples</artifactId>

Reply via email to