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/11/12 04:22:58 UTC

[03/22] incubator-apex-malhar git commit: Augment module names to contain (incubating).

Augment module names to contain (incubating).


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

Branch: refs/heads/devel-3
Commit: 0051706feba0c236621c767f1477364d12059c73
Parents: cbafbb8
Author: Thomas Weise <th...@datatorrent.com>
Authored: Thu Nov 5 20:17:25 2015 -0800
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Wed Nov 11 18:13:13 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index d0f6855..a511388 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache Apex (incubating)
+Apache Apex Malhar (incubating)
 Copyright (c) 2015 The Apache Software Foundation
 
 This product includes software developed at

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/apps/logstream/pom.xml
----------------------------------------------------------------------
diff --git a/apps/logstream/pom.xml b/apps/logstream/pom.xml
index 3811317..fb66158 100644
--- a/apps/logstream/pom.xml
+++ b/apps/logstream/pom.xml
@@ -37,7 +37,7 @@
     <semver.plugin.skip>true</semver.plugin.skip>
   </properties>
 
-  <name>Apache Apex Malhar Logstream Application</name>
+  <name>Apache Apex Malhar (incubating) Logstream Application</name>
 
   <build>
     <plugins>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/apps/pom.xml
----------------------------------------------------------------------
diff --git a/apps/pom.xml b/apps/pom.xml
index 65c8ac5..55b1fa4 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>malhar-apps</artifactId>
-  <name>Apache Apex Malhar Apps</name>
+  <name>Apache Apex Malhar (incubating) Apps</name>
   <packaging>pom</packaging>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 414e86f..0f87ad8 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -32,7 +32,7 @@
   <packaging>jar</packaging>
 
   <!-- change these to the appropriate values -->
-  <name>Apache Apex Malhar Benchmark</name>
+  <name>Apache Apex Malhar (incubating) Benchmark</name>
   <description>Benchmark applications package</description>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/contrib/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/pom.xml b/contrib/pom.xml
index fb956dc..0e0a4f6 100755
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>malhar-contrib</artifactId>
-  <name>Apache Apex Malhar Contrib Library</name>
+  <name>Apache Apex Malhar (incubating) Contrib Library</name>
   <packaging>jar</packaging>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/demos/distributedistinct/pom.xml
----------------------------------------------------------------------
diff --git a/demos/distributedistinct/pom.xml b/demos/distributedistinct/pom.xml
index 7077e7c..9ad2671 100644
--- a/demos/distributedistinct/pom.xml
+++ b/demos/distributedistinct/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>distributedistinct</artifactId>
   <packaging>jar</packaging>
 
-  <name>Apache Apex Malhar Distributed Distinct Demo</name>
+  <name>Apache Apex Malhar (incubating) Distributed Distinct Demo</name>
   <description></description>
 
   <parent>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/demos/echoserver/pom.xml
----------------------------------------------------------------------
diff --git a/demos/echoserver/pom.xml b/demos/echoserver/pom.xml
index 68d7fa7..12289cf 100644
--- a/demos/echoserver/pom.xml
+++ b/demos/echoserver/pom.xml
@@ -32,7 +32,7 @@
   <packaging>jar</packaging>
 
   <!-- change these to the appropriate values -->
-  <name>Apache Apex Malhar EchoServer Demo</name>
+  <name>Apache Apex Malhar (incubating) EchoServer Demo</name>
   <description>A demo server that echos data sent by a network client back to it</description>
 </project>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/demos/frauddetect/pom.xml
----------------------------------------------------------------------
diff --git a/demos/frauddetect/pom.xml b/demos/frauddetect/pom.xml
index 13f639c..67ac15d 100644
--- a/demos/frauddetect/pom.xml
+++ b/demos/frauddetect/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>frauddetect-demo</artifactId>
   <packaging>jar</packaging>
 
-  <name>Apache Apex Malhar Fraud Detect Demo</name>
+  <name>Apache Apex Malhar (incubating) Fraud Detect Demo</name>
   <description>DataTorrent demo applications that demonstrates real-time pattern detection in the incoming data and alerting. The demo processes streaming credit card transactions and looks for fraudulent transactions.</description>
 
   <parent>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/demos/machinedata/pom.xml
----------------------------------------------------------------------
diff --git a/demos/machinedata/pom.xml b/demos/machinedata/pom.xml
index 3e21ebc..dbbad05 100644
--- a/demos/machinedata/pom.xml
+++ b/demos/machinedata/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>machinedata-demo</artifactId>
   <packaging>jar</packaging>
 
-  <name>Apache Apex Malhar MachineData Demo</name>
+  <name>Apache Apex Malhar (incubating) MachineData Demo</name>
   <description></description>
 
   <parent>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/demos/mobile/pom.xml
----------------------------------------------------------------------
diff --git a/demos/mobile/pom.xml b/demos/mobile/pom.xml
index 927d3e9..d12df5b 100644
--- a/demos/mobile/pom.xml
+++ b/demos/mobile/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>mobile-demo</artifactId>
   <packaging>jar</packaging>
 
-  <name>Apache Apex Malhar Mobile Demo</name>
+  <name>Apache Apex Malhar (incubating) Mobile Demo</name>
   <description></description>
 
   <parent>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/demos/mrmonitor/pom.xml
----------------------------------------------------------------------
diff --git a/demos/mrmonitor/pom.xml b/demos/mrmonitor/pom.xml
index 570b01c..6a1d7ca 100644
--- a/demos/mrmonitor/pom.xml
+++ b/demos/mrmonitor/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>mrmonitor</artifactId>
   <packaging>jar</packaging>
 
-  <name>Apache Apex Malhar MR Monitoring Demo</name>
+  <name>Apache Apex Malhar (incubating) MR Monitoring Demo</name>
   <description></description>
 
   <parent>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/demos/mroperator/pom.xml
----------------------------------------------------------------------
diff --git a/demos/mroperator/pom.xml b/demos/mroperator/pom.xml
index 4bc42b2..99b45bf 100644
--- a/demos/mroperator/pom.xml
+++ b/demos/mroperator/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>mroperator</artifactId>
   <packaging>jar</packaging>
 
-  <name>Apache Apex Malhar MR Operator Demo</name>
+  <name>Apache Apex Malhar (incubating) MR Operator Demo</name>
   <description></description>
 
   <parent>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/demos/pi/pom.xml
----------------------------------------------------------------------
diff --git a/demos/pi/pom.xml b/demos/pi/pom.xml
index 4a8326a..0e787d2 100644
--- a/demos/pi/pom.xml
+++ b/demos/pi/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>pi-demo</artifactId>
   <packaging>jar</packaging>
 
-  <name>Apache Apex Malhar Pi Demo</name>
+  <name>Apache Apex Malhar (incubating) Pi Demo</name>
   <description>DataTorrent demo applications that calculate the value of Pi. This is a starting point to understand how DataTorrent works.</description>
 
   <parent>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/demos/pom.xml
----------------------------------------------------------------------
diff --git a/demos/pom.xml b/demos/pom.xml
index 0a96bfa..7c6c23e 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -30,7 +30,7 @@
 
   <artifactId>malhar-demos</artifactId>
   <packaging>pom</packaging>
-  <name>Apache Apex Malhar Demos</name>
+  <name>Apache Apex Malhar (incubating) Demos</name>
 
   <properties>
     <datatorrent.apppackage.classpath>lib/*.jar</datatorrent.apppackage.classpath>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/demos/r/pom.xml
----------------------------------------------------------------------
diff --git a/demos/r/pom.xml b/demos/r/pom.xml
index 4fbbb66..219d865 100644
--- a/demos/r/pom.xml
+++ b/demos/r/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>r-demo</artifactId>
   <packaging>jar</packaging>
 
- <name>Apache Apex Malhar R Demo</name>
+ <name>Apache Apex Malhar (incubating) R Demo</name>
   <description>DataTorrent demo applications for using R.</description>
 
   <parent>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/demos/twitter/pom.xml
----------------------------------------------------------------------
diff --git a/demos/twitter/pom.xml b/demos/twitter/pom.xml
index d52f066..905e856 100644
--- a/demos/twitter/pom.xml
+++ b/demos/twitter/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>twitter-demo</artifactId>
   <packaging>jar</packaging>
 
-  <name>Apache Apex Malhar Twitter Demo</name>
+  <name>Apache Apex Malhar (incubating) Twitter Demo</name>
   <description>Twitter Rolling Top Words application demonstrates real-time computations over a sliding window.</description>
 
   <parent>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/demos/uniquecount/pom.xml
----------------------------------------------------------------------
diff --git a/demos/uniquecount/pom.xml b/demos/uniquecount/pom.xml
index b55e2c7..944f9e0 100644
--- a/demos/uniquecount/pom.xml
+++ b/demos/uniquecount/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>uniquecount</artifactId>
   <packaging>jar</packaging>
 
-  <name>Apache Apex Malhar Unique Count Demo</name>
+  <name>Apache Apex Malhar (incubating) Unique Count Demo</name>
   <description></description>
 
   <parent>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/demos/wordcount/pom.xml
----------------------------------------------------------------------
diff --git a/demos/wordcount/pom.xml b/demos/wordcount/pom.xml
index dd13641..b8afcba 100644
--- a/demos/wordcount/pom.xml
+++ b/demos/wordcount/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>wordcount-demo</artifactId>
   <packaging>jar</packaging>
 
-  <name>Apache Apex Malhar Wordcount Demo</name>
+  <name>Apache Apex Malhar (incubating) Wordcount Demo</name>
   <description>A very simple application that demonstrates DataTorrent Platform’s streaming window feature.</description>
 
   <parent>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/demos/yahoofinance/pom.xml
----------------------------------------------------------------------
diff --git a/demos/yahoofinance/pom.xml b/demos/yahoofinance/pom.xml
index c6595b1..0402143 100644
--- a/demos/yahoofinance/pom.xml
+++ b/demos/yahoofinance/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>yahoo-finance-demo</artifactId>
   <packaging>jar</packaging>
 
-  <name>Apache Apex Malhar Yahoo! Finance Demo</name>
+  <name>Apache Apex Malhar (incubating) Yahoo! Finance Demo</name>
   <description>DataTorrent demo applications that get Yahoo finance feed and calculate minute price range, minute volume and simple moving average.</description>
 
   <parent>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/library/pom.xml
----------------------------------------------------------------------
diff --git a/library/pom.xml b/library/pom.xml
index b149001..636dc7c 100644
--- a/library/pom.xml
+++ b/library/pom.xml
@@ -32,7 +32,7 @@
   <artifactId>malhar-library</artifactId>
   <packaging>jar</packaging>
 
-  <name>Apache Apex Malhar Library</name>
+  <name>Apache Apex Malhar (incubating) Library</name>
 
   <properties>
     <maven.deploy.skip>false</maven.deploy.skip>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2819bd8..52588f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   <artifactId>malhar</artifactId>
   <version>3.3.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>Apache Apex Malhar</name>
+  <name>Apache Apex Malhar (incubating)</name>
   <url>http://apex.apache.org</url>
 
   <licenses>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/0051706f/samples/pom.xml
----------------------------------------------------------------------
diff --git a/samples/pom.xml b/samples/pom.xml
index a4aaf8a..f4f42be 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -32,7 +32,7 @@
   <artifactId>malhar-samples</artifactId>
   <packaging>jar</packaging>
 
-  <name>Apache Apex Malhar Samples</name>
+  <name>Apache Apex Malhar (incubating) Samples</name>
 
   <dependencies>
     <dependency>