You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/09/11 10:21:51 UTC

[1/4] incubator-apex-malhar git commit: Version update 3.1.1-SNAPSHOT

Repository: incubator-apex-malhar
Updated Branches:
  refs/heads/release-3.1 f57674e7a -> 702215dd6


Version update 3.1.1-SNAPSHOT


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/62ae086b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/62ae086b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/62ae086b

Branch: refs/heads/release-3.1
Commit: 62ae086bf39482f766b0f46efd5d9acb554a0216
Parents: f57674e
Author: DataTorrent CI <je...@datatorrent.com>
Authored: Fri Sep 4 16:37:51 2015 +0530
Committer: DataTorrent CI <je...@datatorrent.com>
Committed: Fri Sep 4 16:37:51 2015 +0530

----------------------------------------------------------------------
 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                    |  4 ++--
 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                          | 10 +++++-----
 samples/pom.xml                  |  2 +-
 21 files changed, 43 insertions(+), 43 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/apps/logstream/pom.xml
----------------------------------------------------------------------
diff --git a/apps/logstream/pom.xml b/apps/logstream/pom.xml
index 3d0ccb2..11184b5 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.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <groupId>com.datatorrent</groupId>
-  <version>3.1.0</version>
+  <version>3.1.1-SNAPSHOT</version>
   <artifactId>logstream</artifactId>
   <packaging>jar</packaging>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/apps/pom.xml
----------------------------------------------------------------------
diff --git a/apps/pom.xml b/apps/pom.xml
index a341ec7..96b819e 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.1-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.0</datatorrent.version>
+    <datatorrent.version>3.1.1-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/62ae086b/benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index c6067fb..a2ebb20 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>malhar</artifactId>
     <groupId>com.datatorrent</groupId>
-    <version>3.1.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <groupId>com.datatorrent</groupId>
@@ -501,13 +501,13 @@
     <dependency>
       <groupId>com.datatorrent</groupId>
       <artifactId>dt-engine</artifactId>
-      <version>3.1.0</version>
+      <version>3.1.1-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>com.datatorrent</groupId>
       <artifactId>dt-api</artifactId>
-      <version>3.1.0</version>
+      <version>3.1.1-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/contrib/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 0111018..b6b0cb2 100755
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-contrib</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/demos/distributedistinct/pom.xml
----------------------------------------------------------------------
diff --git a/demos/distributedistinct/pom.xml b/demos/distributedistinct/pom.xml
index dc8521e..e8b121b 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.0</version>
+  <version>3.1.1-SNAPSHOT</version>
   <artifactId>distributedistinct</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/demos/echoserver/pom.xml
----------------------------------------------------------------------
diff --git a/demos/echoserver/pom.xml b/demos/echoserver/pom.xml
index d9b7c6f..f722d25 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.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
   
   <groupId>com.datatorrent</groupId>
-  <version>3.1.0</version>
+  <version>3.1.1-SNAPSHOT</version>
   <artifactId>echoserver</artifactId>
   <packaging>jar</packaging>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/demos/frauddetect/pom.xml
----------------------------------------------------------------------
diff --git a/demos/frauddetect/pom.xml b/demos/frauddetect/pom.xml
index 6eaf185..dc96457 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.0</version>
+  <version>3.1.1-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.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/demos/machinedata/pom.xml
----------------------------------------------------------------------
diff --git a/demos/machinedata/pom.xml b/demos/machinedata/pom.xml
index 5910bef..4cd0d3b 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.0</version>
+  <version>3.1.1-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.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/demos/mobile/pom.xml
----------------------------------------------------------------------
diff --git a/demos/mobile/pom.xml b/demos/mobile/pom.xml
index 473d407..2754557 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.0</version>
+  <version>3.1.1-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.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/demos/mrmonitor/pom.xml
----------------------------------------------------------------------
diff --git a/demos/mrmonitor/pom.xml b/demos/mrmonitor/pom.xml
index 3effd78..f2e8a04 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.0</version>
+  <version>3.1.1-SNAPSHOT</version>
   <artifactId>mrmonitor</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/demos/mroperator/pom.xml
----------------------------------------------------------------------
diff --git a/demos/mroperator/pom.xml b/demos/mroperator/pom.xml
index a600b49..84df875 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.0</version>
+  <version>3.1.1-SNAPSHOT</version>
   <artifactId>mroperator</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/demos/pi/pom.xml
----------------------------------------------------------------------
diff --git a/demos/pi/pom.xml b/demos/pi/pom.xml
index 65179fe..7a51c0c 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.0</version>
+  <version>3.1.1-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.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/demos/pom.xml
----------------------------------------------------------------------
diff --git a/demos/pom.xml b/demos/pom.xml
index 1297938..4267691 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-demos</artifactId>
@@ -28,7 +28,7 @@
   </modules>
 
   <properties>
-    <datatorrent.version>3.1.0</datatorrent.version>
+    <datatorrent.version>3.1.1-SNAPSHOT</datatorrent.version>
     <datatorrent.apppackage.classpath>lib/*.jar</datatorrent.apppackage.classpath>
     <semver.plugin.skip>true</semver.plugin.skip>
   </properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/demos/r/pom.xml
----------------------------------------------------------------------
diff --git a/demos/r/pom.xml b/demos/r/pom.xml
index 8b54abc..e793f3d 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.0</version>
+  <version>3.1.1-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.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/demos/twitter/pom.xml
----------------------------------------------------------------------
diff --git a/demos/twitter/pom.xml b/demos/twitter/pom.xml
index 62dc0e2..c368433 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.0</version>
+  <version>3.1.1-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.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/demos/uniquecount/pom.xml
----------------------------------------------------------------------
diff --git a/demos/uniquecount/pom.xml b/demos/uniquecount/pom.xml
index c1f07ca..8a02825 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.0</version>
+  <version>3.1.1-SNAPSHOT</version>
   <artifactId>uniquecount</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/demos/wordcount/pom.xml
----------------------------------------------------------------------
diff --git a/demos/wordcount/pom.xml b/demos/wordcount/pom.xml
index 843baf5..3320d35 100644
--- a/demos/wordcount/pom.xml
+++ b/demos/wordcount/pom.xml
@@ -4,7 +4,7 @@
   
     
   <groupId>com.datatorrent</groupId>
-  <version>3.1.0</version>
+  <version>3.1.1-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.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/demos/yahoofinance/pom.xml
----------------------------------------------------------------------
diff --git a/demos/yahoofinance/pom.xml b/demos/yahoofinance/pom.xml
index bfb8494..3a907d0 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.0</version>
+  <version>3.1.1-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.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/library/pom.xml
----------------------------------------------------------------------
diff --git a/library/pom.xml b/library/pom.xml
index f25b3eb..e63696c 100644
--- a/library/pom.xml
+++ b/library/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-library</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7e5166c..9c34fb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,11 +5,11 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar</artifactId>
-  <version>3.1.0</version>
+  <version>3.1.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Malhar Open Source</name>
   <url>https://www.datatorrent.com/</url>
@@ -31,14 +31,14 @@
   </repositories>
 
   <prerequisites>
-    <maven>3.1.0</maven>
+    <maven>3.1.1-SNAPSHOT</maven>
   </prerequisites>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <netbeans.hint.license>malhar-inc</netbeans.hint.license>
     <maven.deploy.skip>false</maven.deploy.skip>
-    <dt.framework.version>3.1.0</dt.framework.version>
+    <dt.framework.version>3.1.1-SNAPSHOT</dt.framework.version>
     <!-- the following properties match the properties defined in core/pom.xml -->
     <jackson.version>1.9.2</jackson.version>
     <jersey.version>1.9</jersey.version>
@@ -64,7 +64,7 @@
                 <dependency>
                   <groupId>com.datatorrent</groupId>
                   <artifactId>${project.artifactId}</artifactId>
-                  <version>3.1.0</version>
+                  <version>3.1.1-SNAPSHOT</version>
                 </dependency>
               </oldVersion>
               <newVersion>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/62ae086b/samples/pom.xml
----------------------------------------------------------------------
diff --git a/samples/pom.xml b/samples/pom.xml
index 96dace5..3c4b67e 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-samples</artifactId>


[3/4] incubator-apex-malhar git commit: Fixed Prerequisites

Posted by th...@apache.org.
Fixed Prerequisites


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/73d4daab
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/73d4daab
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/73d4daab

Branch: refs/heads/release-3.1
Commit: 73d4daab72cf476839baa442d0ef096f29c5c02b
Parents: e876cb2
Author: DataTorrent CI <je...@datatorrent.com>
Authored: Thu Sep 10 17:45:35 2015 +0530
Committer: DataTorrent CI <je...@datatorrent.com>
Committed: Thu Sep 10 17:45:35 2015 +0530

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/73d4daab/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6aefe4e..35fdac1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   </repositories>
 
   <prerequisites>
-    <maven>3.1.1-RC1</maven>
+    <maven>3.1.0</maven>
   </prerequisites>
 
   <properties>


[2/4] incubator-apex-malhar git commit: Preparing for Release 3.1.1-RC1

Posted by th...@apache.org.
Preparing for Release 3.1.1-RC1


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/e876cb21
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/e876cb21
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/e876cb21

Branch: refs/heads/release-3.1
Commit: e876cb214236ef555444f0c83713ef26ae6bf880
Parents: 62ae086
Author: DataTorrent CI <je...@datatorrent.com>
Authored: Fri Sep 4 17:51:37 2015 +0530
Committer: DataTorrent CI <je...@datatorrent.com>
Committed: Fri Sep 4 17:51:37 2015 +0530

----------------------------------------------------------------------
 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                    |  4 ++--
 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                          | 10 +++++-----
 samples/pom.xml                  |  2 +-
 21 files changed, 43 insertions(+), 43 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/apps/logstream/pom.xml
----------------------------------------------------------------------
diff --git a/apps/logstream/pom.xml b/apps/logstream/pom.xml
index 11184b5..d83a160 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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <groupId>com.datatorrent</groupId>
-  <version>3.1.1-SNAPSHOT</version>
+  <version>3.1.1-RC1</version>
   <artifactId>logstream</artifactId>
   <packaging>jar</packaging>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/apps/pom.xml
----------------------------------------------------------------------
diff --git a/apps/pom.xml b/apps/pom.xml
index 96b819e..4cfac99 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-SNAPSHOT</version>
+    <version>3.1.1-RC1</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-SNAPSHOT</datatorrent.version>
+    <datatorrent.version>3.1.1-RC1</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/e876cb21/benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index a2ebb20..04dbc0d 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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <groupId>com.datatorrent</groupId>
@@ -501,13 +501,13 @@
     <dependency>
       <groupId>com.datatorrent</groupId>
       <artifactId>dt-engine</artifactId>
-      <version>3.1.1-SNAPSHOT</version>
+      <version>3.1.1-RC1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>com.datatorrent</groupId>
       <artifactId>dt-api</artifactId>
-      <version>3.1.1-SNAPSHOT</version>
+      <version>3.1.1-RC1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/contrib/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/pom.xml b/contrib/pom.xml
index b6b0cb2..b1ea1e7 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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <artifactId>malhar-contrib</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/demos/distributedistinct/pom.xml
----------------------------------------------------------------------
diff --git a/demos/distributedistinct/pom.xml b/demos/distributedistinct/pom.xml
index e8b121b..98e5fc4 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-SNAPSHOT</version>
+  <version>3.1.1-RC1</version>
   <artifactId>distributedistinct</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/demos/echoserver/pom.xml
----------------------------------------------------------------------
diff --git a/demos/echoserver/pom.xml b/demos/echoserver/pom.xml
index f722d25..08772cc 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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
   
   <groupId>com.datatorrent</groupId>
-  <version>3.1.1-SNAPSHOT</version>
+  <version>3.1.1-RC1</version>
   <artifactId>echoserver</artifactId>
   <packaging>jar</packaging>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/demos/frauddetect/pom.xml
----------------------------------------------------------------------
diff --git a/demos/frauddetect/pom.xml b/demos/frauddetect/pom.xml
index dc96457..dc28996 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-SNAPSHOT</version>
+  <version>3.1.1-RC1</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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/demos/machinedata/pom.xml
----------------------------------------------------------------------
diff --git a/demos/machinedata/pom.xml b/demos/machinedata/pom.xml
index 4cd0d3b..52c56a4 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-SNAPSHOT</version>
+  <version>3.1.1-RC1</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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/demos/mobile/pom.xml
----------------------------------------------------------------------
diff --git a/demos/mobile/pom.xml b/demos/mobile/pom.xml
index 2754557..0e45ab7 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-SNAPSHOT</version>
+  <version>3.1.1-RC1</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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/demos/mrmonitor/pom.xml
----------------------------------------------------------------------
diff --git a/demos/mrmonitor/pom.xml b/demos/mrmonitor/pom.xml
index f2e8a04..2ecb96d 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-SNAPSHOT</version>
+  <version>3.1.1-RC1</version>
   <artifactId>mrmonitor</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/demos/mroperator/pom.xml
----------------------------------------------------------------------
diff --git a/demos/mroperator/pom.xml b/demos/mroperator/pom.xml
index 84df875..e975cc4 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-SNAPSHOT</version>
+  <version>3.1.1-RC1</version>
   <artifactId>mroperator</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/demos/pi/pom.xml
----------------------------------------------------------------------
diff --git a/demos/pi/pom.xml b/demos/pi/pom.xml
index 7a51c0c..a31312f 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-SNAPSHOT</version>
+  <version>3.1.1-RC1</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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/demos/pom.xml
----------------------------------------------------------------------
diff --git a/demos/pom.xml b/demos/pom.xml
index 4267691..9c62b70 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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <artifactId>malhar-demos</artifactId>
@@ -28,7 +28,7 @@
   </modules>
 
   <properties>
-    <datatorrent.version>3.1.1-SNAPSHOT</datatorrent.version>
+    <datatorrent.version>3.1.1-RC1</datatorrent.version>
     <datatorrent.apppackage.classpath>lib/*.jar</datatorrent.apppackage.classpath>
     <semver.plugin.skip>true</semver.plugin.skip>
   </properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/demos/r/pom.xml
----------------------------------------------------------------------
diff --git a/demos/r/pom.xml b/demos/r/pom.xml
index e793f3d..c5b9616 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-SNAPSHOT</version>
+  <version>3.1.1-RC1</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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/demos/twitter/pom.xml
----------------------------------------------------------------------
diff --git a/demos/twitter/pom.xml b/demos/twitter/pom.xml
index c368433..bd25a79 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-SNAPSHOT</version>
+  <version>3.1.1-RC1</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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/demos/uniquecount/pom.xml
----------------------------------------------------------------------
diff --git a/demos/uniquecount/pom.xml b/demos/uniquecount/pom.xml
index 8a02825..db19ea6 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-SNAPSHOT</version>
+  <version>3.1.1-RC1</version>
   <artifactId>uniquecount</artifactId>
   <packaging>jar</packaging>
 
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-demos</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/demos/wordcount/pom.xml
----------------------------------------------------------------------
diff --git a/demos/wordcount/pom.xml b/demos/wordcount/pom.xml
index 3320d35..202b8fa 100644
--- a/demos/wordcount/pom.xml
+++ b/demos/wordcount/pom.xml
@@ -4,7 +4,7 @@
   
     
   <groupId>com.datatorrent</groupId>
-  <version>3.1.1-SNAPSHOT</version>
+  <version>3.1.1-RC1</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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/demos/yahoofinance/pom.xml
----------------------------------------------------------------------
diff --git a/demos/yahoofinance/pom.xml b/demos/yahoofinance/pom.xml
index 3a907d0..2b464b1 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-SNAPSHOT</version>
+  <version>3.1.1-RC1</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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/library/pom.xml
----------------------------------------------------------------------
diff --git a/library/pom.xml b/library/pom.xml
index e63696c..2e57b48 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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <artifactId>malhar-library</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9c34fb9..6aefe4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,11 +5,11 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <artifactId>malhar</artifactId>
-  <version>3.1.1-SNAPSHOT</version>
+  <version>3.1.1-RC1</version>
   <packaging>pom</packaging>
   <name>Malhar Open Source</name>
   <url>https://www.datatorrent.com/</url>
@@ -31,14 +31,14 @@
   </repositories>
 
   <prerequisites>
-    <maven>3.1.1-SNAPSHOT</maven>
+    <maven>3.1.1-RC1</maven>
   </prerequisites>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <netbeans.hint.license>malhar-inc</netbeans.hint.license>
     <maven.deploy.skip>false</maven.deploy.skip>
-    <dt.framework.version>3.1.1-SNAPSHOT</dt.framework.version>
+    <dt.framework.version>3.1.1-RC1</dt.framework.version>
     <!-- the following properties match the properties defined in core/pom.xml -->
     <jackson.version>1.9.2</jackson.version>
     <jersey.version>1.9</jersey.version>
@@ -64,7 +64,7 @@
                 <dependency>
                   <groupId>com.datatorrent</groupId>
                   <artifactId>${project.artifactId}</artifactId>
-                  <version>3.1.1-SNAPSHOT</version>
+                  <version>3.1.1-RC1</version>
                 </dependency>
               </oldVersion>
               <newVersion>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e876cb21/samples/pom.xml
----------------------------------------------------------------------
diff --git a/samples/pom.xml b/samples/pom.xml
index 3c4b67e..59e52bd 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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <artifactId>malhar-samples</artifactId>


[4/4] incubator-apex-malhar git commit: Maven prerequisite is 3.0.5

Posted by th...@apache.org.
Maven prerequisite is 3.0.5


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/702215dd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/702215dd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/702215dd

Branch: refs/heads/release-3.1
Commit: 702215dd6e567f638970cefbc295fca9ff4c6200
Parents: 73d4daa
Author: Thomas Weise <th...@datatorrent.com>
Authored: Fri Sep 11 01:21:23 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Fri Sep 11 01:21:23 2015 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/702215dd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 35fdac1..63a8789 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   </repositories>
 
   <prerequisites>
-    <maven>3.1.0</maven>
+    <maven>3.0.5</maven>
   </prerequisites>
 
   <properties>