Return-Path: X-Original-To: apmail-hdt-commits-archive@minotaur.apache.org Delivered-To: apmail-hdt-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 79D2011B06 for ; Thu, 26 Jun 2014 08:36:56 +0000 (UTC) Received: (qmail 80698 invoked by uid 500); 26 Jun 2014 08:36:56 -0000 Delivered-To: apmail-hdt-commits-archive@hdt.apache.org Received: (qmail 80668 invoked by uid 500); 26 Jun 2014 08:36:56 -0000 Mailing-List: contact commits-help@hdt.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hdt.incubator.apache.org Delivered-To: mailing list commits@hdt.incubator.apache.org Received: (qmail 80659 invoked by uid 99); 26 Jun 2014 08:36:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2014 08:36:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 26 Jun 2014 08:36:55 +0000 Received: (qmail 79867 invoked by uid 99); 26 Jun 2014 08:36:25 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2014 08:36:25 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5B0B283483E; Thu, 26 Jun 2014 08:36:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rsharma@apache.org To: commits@hdt.incubator.apache.org Date: Thu, 26 Jun 2014 08:36:46 -0000 Message-Id: <4f662057006c4c179b2abe6d3f7ea34c@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [23/27] git commit: - updating release version X-Virus-Checked: Checked by ClamAV on apache.org - updating release version Project: http://git-wip-us.apache.org/repos/asf/incubator-hdt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hdt/commit/2de1a905 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hdt/tree/2de1a905 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hdt/diff/2de1a905 Branch: refs/heads/hadoop-eclipse-merge Commit: 2de1a905cfa73d8e9dc83b9902aa27d1fbe7c4d2 Parents: 4cd0302 Author: Rahul Sharma Authored: Thu Jun 26 12:00:17 2014 +0530 Committer: Rahul Sharma Committed: Thu Jun 26 12:00:17 2014 +0530 ---------------------------------------------------------------------- org.apache.hdt.core/META-INF/MANIFEST.MF | 2 +- org.apache.hdt.core/pom.xml | 2 +- org.apache.hdt.dist/pom.xml | 2 +- org.apache.hdt.feature/feature.xml | 10 +++++----- org.apache.hdt.feature/pom.xml | 2 +- org.apache.hdt.hadoop.release/META-INF/MANIFEST.MF | 2 +- org.apache.hdt.hadoop.release/pom.xml | 2 +- org.apache.hdt.hadoop2.release/META-INF/MANIFEST.MF | 2 +- org.apache.hdt.hadoop2.release/pom.xml | 2 +- org.apache.hdt.ui.test/META-INF/MANIFEST.MF | 2 +- org.apache.hdt.ui.test/pom.xml | 2 +- org.apache.hdt.ui/META-INF/MANIFEST.MF | 2 +- org.apache.hdt.ui/pom.xml | 2 +- org.apache.hdt.updateSite/pom.xml | 2 +- pom.xml | 2 +- 15 files changed, 19 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2de1a905/org.apache.hdt.core/META-INF/MANIFEST.MF ---------------------------------------------------------------------- diff --git a/org.apache.hdt.core/META-INF/MANIFEST.MF b/org.apache.hdt.core/META-INF/MANIFEST.MF index e50301c..bbe6c84 100644 --- a/org.apache.hdt.core/META-INF/MANIFEST.MF +++ b/org.apache.hdt.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Apache Hadoop Eclipse Plugin Bundle-SymbolicName: org.apache.hdt.core;singleton:=true -Bundle-Version: 0.0.2.qualifier +Bundle-Version: 0.0.2.incubating Bundle-Activator: org.apache.hdt.core.Activator Require-Bundle: org.eclipse.core.runtime, org.eclipse.core.filesystem;bundle-version="1.3.0";visibility:=reexport, http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2de1a905/org.apache.hdt.core/pom.xml ---------------------------------------------------------------------- diff --git a/org.apache.hdt.core/pom.xml b/org.apache.hdt.core/pom.xml index 4dfedb1..095e1dc 100644 --- a/org.apache.hdt.core/pom.xml +++ b/org.apache.hdt.core/pom.xml @@ -23,7 +23,7 @@ under the License. ../pom.xml org.apache.hdt hdt.master - 0.0.2-SNAPSHOT + 0.0.2.incubating org.apache.hdt.core http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2de1a905/org.apache.hdt.dist/pom.xml ---------------------------------------------------------------------- diff --git a/org.apache.hdt.dist/pom.xml b/org.apache.hdt.dist/pom.xml index 48c21e7..ef1af8e 100644 --- a/org.apache.hdt.dist/pom.xml +++ b/org.apache.hdt.dist/pom.xml @@ -22,7 +22,7 @@ org.apache.hdt hdt.master - 0.0.2-SNAPSHOT + 0.0.2.incubating org.apache.hdt.dist Apache Hadoop Development Tools Distribution http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2de1a905/org.apache.hdt.feature/feature.xml ---------------------------------------------------------------------- diff --git a/org.apache.hdt.feature/feature.xml b/org.apache.hdt.feature/feature.xml index 120c73f..9a1253a 100644 --- a/org.apache.hdt.feature/feature.xml +++ b/org.apache.hdt.feature/feature.xml @@ -2,7 +2,7 @@ @@ -40,7 +40,7 @@ permissions and limitations under the License. id="org.apache.hdt.hadoop.release" download-size="0" install-size="0" - version="0.0.2.qualifier" + version="0.0.2.incubating" fragment="true" unpack="false"/> @@ -48,7 +48,7 @@ permissions and limitations under the License. id="org.apache.hdt.hadoop2.release" download-size="0" install-size="0" - version="0.0.2.qualifier" + version="0.0.2.incubating" fragment="true" unpack="false"/> @@ -56,14 +56,14 @@ permissions and limitations under the License. id="org.apache.hdt.ui" download-size="0" install-size="0" - version="0.0.2.qualifier" + version="0.0.2.incubating" unpack="false"/> http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2de1a905/org.apache.hdt.feature/pom.xml ---------------------------------------------------------------------- diff --git a/org.apache.hdt.feature/pom.xml b/org.apache.hdt.feature/pom.xml index faa6ab7..19a5a18 100644 --- a/org.apache.hdt.feature/pom.xml +++ b/org.apache.hdt.feature/pom.xml @@ -22,7 +22,7 @@ under the License. ../pom.xml org.apache.hdt hdt.master - 0.0.2-SNAPSHOT + 0.0.2.incubating org.apache.hdt.feature http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2de1a905/org.apache.hdt.hadoop.release/META-INF/MANIFEST.MF ---------------------------------------------------------------------- diff --git a/org.apache.hdt.hadoop.release/META-INF/MANIFEST.MF b/org.apache.hdt.hadoop.release/META-INF/MANIFEST.MF index ec6c80c..0f56f4b 100644 --- a/org.apache.hdt.hadoop.release/META-INF/MANIFEST.MF +++ b/org.apache.hdt.hadoop.release/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Apache Hadoop 0.0.1.qualifier Release Eclipse Plugin Bundle-SymbolicName: org.apache.hdt.hadoop.release;singleton:=true -Bundle-Version: 0.0.2.qualifier +Bundle-Version: 0.0.2.incubating Bundle-Vendor: Apache Hadoop Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Require-Bundle: org.apache.hdt.core, http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2de1a905/org.apache.hdt.hadoop.release/pom.xml ---------------------------------------------------------------------- diff --git a/org.apache.hdt.hadoop.release/pom.xml b/org.apache.hdt.hadoop.release/pom.xml index 8f10f85..e08e28c 100644 --- a/org.apache.hdt.hadoop.release/pom.xml +++ b/org.apache.hdt.hadoop.release/pom.xml @@ -22,7 +22,7 @@ under the License. ../pom.xml org.apache.hdt hdt.master - 0.0.2-SNAPSHOT + 0.0.2.incubating org.apache.hdt.hadoop.release eclipse-plugin http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2de1a905/org.apache.hdt.hadoop2.release/META-INF/MANIFEST.MF ---------------------------------------------------------------------- diff --git a/org.apache.hdt.hadoop2.release/META-INF/MANIFEST.MF b/org.apache.hdt.hadoop2.release/META-INF/MANIFEST.MF index eb51451..3a6e69f 100644 --- a/org.apache.hdt.hadoop2.release/META-INF/MANIFEST.MF +++ b/org.apache.hdt.hadoop2.release/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Apache Hadoop2 Release Eclipse Plugin Bundle-SymbolicName: org.apache.hdt.hadoop2.release;singleton:=true -Bundle-Version: 0.0.2.qualifier +Bundle-Version: 0.0.2.incubating Bundle-Vendor: Apache Hadoop Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Require-Bundle: org.apache.hdt.core, http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2de1a905/org.apache.hdt.hadoop2.release/pom.xml ---------------------------------------------------------------------- diff --git a/org.apache.hdt.hadoop2.release/pom.xml b/org.apache.hdt.hadoop2.release/pom.xml index 8625bae..74db93b 100644 --- a/org.apache.hdt.hadoop2.release/pom.xml +++ b/org.apache.hdt.hadoop2.release/pom.xml @@ -22,7 +22,7 @@ under the License. ../pom.xml org.apache.hdt hdt.master - 0.0.2-SNAPSHOT + 0.0.2.incubating org.apache.hdt.hadoop2.release eclipse-plugin http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2de1a905/org.apache.hdt.ui.test/META-INF/MANIFEST.MF ---------------------------------------------------------------------- diff --git a/org.apache.hdt.ui.test/META-INF/MANIFEST.MF b/org.apache.hdt.ui.test/META-INF/MANIFEST.MF index 021ae55..01bbaee 100644 --- a/org.apache.hdt.ui.test/META-INF/MANIFEST.MF +++ b/org.apache.hdt.ui.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Apache Hadoop UI Test Eclipse Plugin Bundle-SymbolicName: org.apache.hdt.ui.test;singleton:=true -Bundle-Version: 0.0.2.qualifier +Bundle-Version: 0.0.2.incubating Bundle-Activator: org.apache.hdt.ui.test.Activator Bundle-Vendor: Apache Hadoop Require-Bundle: org.eclipse.ui, http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2de1a905/org.apache.hdt.ui.test/pom.xml ---------------------------------------------------------------------- diff --git a/org.apache.hdt.ui.test/pom.xml b/org.apache.hdt.ui.test/pom.xml index 210dd79..5b10a29 100644 --- a/org.apache.hdt.ui.test/pom.xml +++ b/org.apache.hdt.ui.test/pom.xml @@ -24,7 +24,7 @@ under the License. ../pom.xml org.apache.hdt hdt.master - 0.0.2-SNAPSHOT + 0.0.2.incubating org.apache.hdt.ui.test http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2de1a905/org.apache.hdt.ui/META-INF/MANIFEST.MF ---------------------------------------------------------------------- diff --git a/org.apache.hdt.ui/META-INF/MANIFEST.MF b/org.apache.hdt.ui/META-INF/MANIFEST.MF index c34e98a..86b811a 100644 --- a/org.apache.hdt.ui/META-INF/MANIFEST.MF +++ b/org.apache.hdt.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Apache Hadoop UI Eclipse Plugin Bundle-SymbolicName: org.apache.hdt.ui;singleton:=true -Bundle-Version: 0.0.2.qualifier +Bundle-Version: 0.0.2.incubating Bundle-Activator: org.apache.hdt.ui.Activator Bundle-Vendor: Apache Hadoop Require-Bundle: org.eclipse.core.runtime, http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2de1a905/org.apache.hdt.ui/pom.xml ---------------------------------------------------------------------- diff --git a/org.apache.hdt.ui/pom.xml b/org.apache.hdt.ui/pom.xml index 0505e43..0df6a60 100644 --- a/org.apache.hdt.ui/pom.xml +++ b/org.apache.hdt.ui/pom.xml @@ -22,7 +22,7 @@ under the License. ../pom.xml org.apache.hdt hdt.master - 0.0.2-SNAPSHOT + 0.0.2.incubating org.apache.hdt.ui eclipse-plugin http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2de1a905/org.apache.hdt.updateSite/pom.xml ---------------------------------------------------------------------- diff --git a/org.apache.hdt.updateSite/pom.xml b/org.apache.hdt.updateSite/pom.xml index 0c770b2..f3a33e8 100644 --- a/org.apache.hdt.updateSite/pom.xml +++ b/org.apache.hdt.updateSite/pom.xml @@ -23,7 +23,7 @@ under the License. ../pom.xml org.apache.hdt hdt.master - 0.0.2-SNAPSHOT + 0.0.2.incubating org.apache.hdt.updateSite http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2de1a905/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 107a28b..3c1ce87 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.hdt hdt.master - 0.0.2-SNAPSHOT + 0.0.2.incubating pom Apache Hadoop Development Tools Eclipse tools for developing against the Hadoop platform