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

[12/50] [abbrv] incubator-apex-malhar git commit: Rename parent pom.

Rename parent pom.

Conflicts:
	apps/pom.xml
	contrib/pom.xml
	demos/pom.xml
	library/pom.xml
	pom.xml
	samples/pom.xml


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

Branch: refs/heads/master
Commit: c966479a1abd79ea1af2d1b997f5d1307858c3c1
Parents: 6d7c4bc
Author: thomas <th...@datatorrent.com>
Authored: Tue Jul 28 15:52:13 2015 -0700
Committer: David Yan <da...@datatorrent.com>
Committed: Tue Jul 28 16:21:19 2015 -0700

----------------------------------------------------------------------
 apps/pom.xml      | 2 +-
 benchmark/pom.xml | 2 +-
 contrib/pom.xml   | 2 +-
 demos/pom.xml     | 2 +-
 library/pom.xml   | 2 +-
 pom.xml           | 2 +-
 samples/pom.xml   | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/c966479a/apps/pom.xml
----------------------------------------------------------------------
diff --git a/apps/pom.xml b/apps/pom.xml
index 360cc23..8eb18ff 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -4,7 +4,7 @@
 
   <parent>
     <groupId>com.datatorrent</groupId>
-    <artifactId>malhar-all</artifactId>
+    <artifactId>malhar</artifactId>
     <version>3.0.0-RC4</version>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/c966479a/benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 1df29e2..514a8c6 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -2,7 +2,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <artifactId>malhar-all</artifactId>
+    <artifactId>malhar</artifactId>
     <groupId>com.datatorrent</groupId>
     <version>3.0.0-RC4</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/c966479a/contrib/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 4687627..3616f84 100755
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -4,7 +4,7 @@
 
   <parent>
     <groupId>com.datatorrent</groupId>
-    <artifactId>malhar-all</artifactId>
+    <artifactId>malhar</artifactId>
     <version>3.0.0-RC4</version>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/c966479a/demos/pom.xml
----------------------------------------------------------------------
diff --git a/demos/pom.xml b/demos/pom.xml
index c73ad27..64eebd6 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -4,7 +4,7 @@
 
   <parent>
     <groupId>com.datatorrent</groupId>
-    <artifactId>malhar-all</artifactId>
+    <artifactId>malhar</artifactId>
     <version>3.0.0-RC4</version>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/c966479a/library/pom.xml
----------------------------------------------------------------------
diff --git a/library/pom.xml b/library/pom.xml
index 85940a1..4e93399 100644
--- a/library/pom.xml
+++ b/library/pom.xml
@@ -5,7 +5,7 @@
 
   <parent>
     <groupId>com.datatorrent</groupId>
-    <artifactId>malhar-all</artifactId>
+    <artifactId>malhar</artifactId>
     <version>3.0.0-RC4</version>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/c966479a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3c6f3c1..1ddc96a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     <version>3.0.0-RC4</version>
   </parent>
 
-  <artifactId>malhar-all</artifactId>
+  <artifactId>malhar</artifactId>
   <version>3.0.0-RC4</version>
   <packaging>pom</packaging>
   <name>Malhar Open Source</name>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/c966479a/samples/pom.xml
----------------------------------------------------------------------
diff --git a/samples/pom.xml b/samples/pom.xml
index fa6ab15..27fbd0f 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -5,7 +5,7 @@
 
   <parent>
     <groupId>com.datatorrent</groupId>
-    <artifactId>malhar-all</artifactId>
+    <artifactId>malhar</artifactId>
     <version>3.0.0-RC4</version>
   </parent>