You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by hi...@apache.org on 2013/11/25 23:12:48 UTC

[2/2] git commit: TEZ-594. Ready release 0.2.0 (hitesh)

TEZ-594. Ready release 0.2.0 (hitesh)


Project: http://git-wip-us.apache.org/repos/asf/incubator-tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tez/commit/269fc4ee
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tez/tree/269fc4ee
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tez/diff/269fc4ee

Branch: refs/heads/branch-0.2.0
Commit: 269fc4ee90d210e89d8a13b471520ea76c84c13f
Parents: 86c7025
Author: Hitesh Shah <hi...@apache.org>
Authored: Mon Nov 25 14:07:58 2013 -0800
Committer: Hitesh Shah <hi...@apache.org>
Committed: Mon Nov 25 14:12:16 2013 -0800

----------------------------------------------------------------------
 docs/pom.xml                  | 1 +
 tez-api/pom.xml               | 1 +
 tez-common/pom.xml            | 1 +
 tez-dag/pom.xml               | 1 +
 tez-dist/pom.xml              | 7 +++++++
 tez-mapreduce/pom.xml         | 1 +
 tez-runtime-internals/pom.xml | 1 +
 tez-runtime-library/pom.xml   | 1 +
 tez-tests/pom.xml             | 1 +
 9 files changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/269fc4ee/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index 85adb18..99c211f 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -30,6 +30,7 @@
       <version>0.2.0-SNAPSHOT</version>
     </parent>
     <artifactId>tez-docs</artifactId>
+    <version>0.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <licenses>

http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/269fc4ee/tez-api/pom.xml
----------------------------------------------------------------------
diff --git a/tez-api/pom.xml b/tez-api/pom.xml
index a861eb3..63320e2 100644
--- a/tez-api/pom.xml
+++ b/tez-api/pom.xml
@@ -23,6 +23,7 @@
     <version>0.2.0-SNAPSHOT</version>
   </parent>
   <artifactId>tez-api</artifactId>
+  <version>0.2.0-SNAPSHOT</version>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/269fc4ee/tez-common/pom.xml
----------------------------------------------------------------------
diff --git a/tez-common/pom.xml b/tez-common/pom.xml
index 91c9d91..fcac374 100644
--- a/tez-common/pom.xml
+++ b/tez-common/pom.xml
@@ -23,6 +23,7 @@
     <version>0.2.0-SNAPSHOT</version>
   </parent>
   <artifactId>tez-common</artifactId>
+  <version>0.2.0-SNAPSHOT</version>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/269fc4ee/tez-dag/pom.xml
----------------------------------------------------------------------
diff --git a/tez-dag/pom.xml b/tez-dag/pom.xml
index b43f7d6..617b533 100644
--- a/tez-dag/pom.xml
+++ b/tez-dag/pom.xml
@@ -25,6 +25,7 @@
     <tez.component>tez-dag</tez.component>
   </properties>
   <artifactId>tez-dag</artifactId>
+  <version>0.2.0-SNAPSHOT</version>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/269fc4ee/tez-dist/pom.xml
----------------------------------------------------------------------
diff --git a/tez-dist/pom.xml b/tez-dist/pom.xml
index dc72598..3acaa84 100644
--- a/tez-dist/pom.xml
+++ b/tez-dist/pom.xml
@@ -74,6 +74,13 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <tarLongFileMode>gnu</tarLongFileMode>

http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/269fc4ee/tez-mapreduce/pom.xml
----------------------------------------------------------------------
diff --git a/tez-mapreduce/pom.xml b/tez-mapreduce/pom.xml
index 5298195..3c16197 100644
--- a/tez-mapreduce/pom.xml
+++ b/tez-mapreduce/pom.xml
@@ -23,6 +23,7 @@
     <version>0.2.0-SNAPSHOT</version>
   </parent>
   <artifactId>tez-mapreduce</artifactId>
+  <version>0.2.0-SNAPSHOT</version>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/269fc4ee/tez-runtime-internals/pom.xml
----------------------------------------------------------------------
diff --git a/tez-runtime-internals/pom.xml b/tez-runtime-internals/pom.xml
index 4cbf256..de9c3b4 100644
--- a/tez-runtime-internals/pom.xml
+++ b/tez-runtime-internals/pom.xml
@@ -23,6 +23,7 @@
     <version>0.2.0-SNAPSHOT</version>
   </parent>
   <artifactId>tez-runtime-internals</artifactId>
+  <version>0.2.0-SNAPSHOT</version>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/269fc4ee/tez-runtime-library/pom.xml
----------------------------------------------------------------------
diff --git a/tez-runtime-library/pom.xml b/tez-runtime-library/pom.xml
index f76c82d..3752fb9 100644
--- a/tez-runtime-library/pom.xml
+++ b/tez-runtime-library/pom.xml
@@ -23,6 +23,7 @@
     <version>0.2.0-SNAPSHOT</version>
   </parent>
   <artifactId>tez-runtime-library</artifactId>
+  <version>0.2.0-SNAPSHOT</version>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/269fc4ee/tez-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tez-tests/pom.xml b/tez-tests/pom.xml
index b3c247a..365ef6b 100644
--- a/tez-tests/pom.xml
+++ b/tez-tests/pom.xml
@@ -23,6 +23,7 @@
     <version>0.2.0-SNAPSHOT</version>
   </parent>
   <artifactId>tez-tests</artifactId>
+  <version>0.2.0-SNAPSHOT</version>
 
   <dependencies>
     <dependency>