You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hdt.apache.org by rs...@apache.org on 2014/04/01 05:29:43 UTC

[02/11] git commit: bumping up to next development versoin

bumping up to next development versoin


Project: http://git-wip-us.apache.org/repos/asf/incubator-hdt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hdt/commit/9edc6327
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hdt/tree/9edc6327
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hdt/diff/9edc6327

Branch: refs/heads/hadoop-eclipse-merge
Commit: 9edc63275616c7fcd4cc1f25e69de81e07d3cd0e
Parents: 5333b70
Author: Rahul Sharma <rs...@apache.org>
Authored: Tue Nov 26 10:03:35 2013 +0530
Committer: Rahul Sharma <rs...@apache.org>
Committed: Tue Nov 26 10:03:35 2013 +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                 | 8 ++++----
 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.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 +-
 13 files changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/9edc6327/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 620e9ba..6234625 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.1.incubating
+Bundle-Version: 0.0.2.qualifier
 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/9edc6327/org.apache.hdt.core/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.core/pom.xml b/org.apache.hdt.core/pom.xml
index a5bbc5e..4dfedb1 100644
--- a/org.apache.hdt.core/pom.xml
+++ b/org.apache.hdt.core/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <relativePath>../pom.xml</relativePath>
     <groupId>org.apache.hdt</groupId>
     <artifactId>hdt.master</artifactId>
-    <version>0.0.1.incubating</version>
+    <version>0.0.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.apache.hdt.core</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/9edc6327/org.apache.hdt.dist/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.dist/pom.xml b/org.apache.hdt.dist/pom.xml
index 7e06e62..48c21e7 100644
--- a/org.apache.hdt.dist/pom.xml
+++ b/org.apache.hdt.dist/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.hdt</groupId>
     <artifactId>hdt.master</artifactId>
-    <version>0.0.1.incubating</version>
+    <version>0.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.hdt.dist</artifactId>
   <name>Apache Hadoop Development Tools Distribution</name>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/9edc6327/org.apache.hdt.feature/feature.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.feature/feature.xml b/org.apache.hdt.feature/feature.xml
index 6d351e2..0f13637 100644
--- a/org.apache.hdt.feature/feature.xml
+++ b/org.apache.hdt.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.apache.hdt.feature"
       label="Hadoop Development Tools"
-      version="0.0.1.incubating"
+      version="0.0.2.qualifier"
       provider-name="Apache Software Foundation">
 
    <description url="http://hdt.incubator.apache.org/">
@@ -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.1.incubating"
+         version="0.0.2.qualifier"
          fragment="true"
          unpack="false"/>
 
@@ -48,14 +48,14 @@ permissions and limitations under the License.
          id="org.apache.hdt.ui"
          download-size="0"
          install-size="0"
-         version="0.0.1.incubating"
+         version="0.0.2.qualifier"
          unpack="false"/>
          
    <plugin
          id="org.apache.hdt.core"
          download-size="0"
          install-size="0"
-         version="0.0.1.incubating"
+         version="0.0.2.qualifier"
          unpack="false"/>
 
 </feature>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/9edc6327/org.apache.hdt.feature/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.feature/pom.xml b/org.apache.hdt.feature/pom.xml
index de6f2dd..faa6ab7 100644
--- a/org.apache.hdt.feature/pom.xml
+++ b/org.apache.hdt.feature/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <relativePath>../pom.xml</relativePath>
     <groupId>org.apache.hdt</groupId>
     <artifactId>hdt.master</artifactId>
-    <version>0.0.1.incubating</version>
+    <version>0.0.2-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.apache.hdt.feature</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/9edc6327/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 1e0d762..005ca9b 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.1.incubating
+Bundle-Version: 0.0.2.qualifier
 Bundle-Vendor: Apache Hadoop
 Fragment-Host: org.apache.hdt.core
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/9edc6327/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 279d131..69c61f2 100644
--- a/org.apache.hdt.hadoop.release/pom.xml
+++ b/org.apache.hdt.hadoop.release/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <relativePath>../pom.xml</relativePath>
     <groupId>org.apache.hdt</groupId>
     <artifactId>hdt.master</artifactId>
-    <version>0.0.1.incubating</version>
+    <version>0.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.hdt.hadoop.release</artifactId>
   <packaging>eclipse-plugin</packaging>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/9edc6327/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 baa7145..021ae55 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.1.incubating
+Bundle-Version: 0.0.2.qualifier
 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/9edc6327/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 1cbb8d0..b029539 100644
--- a/org.apache.hdt.ui.test/pom.xml
+++ b/org.apache.hdt.ui.test/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <relativePath>../pom.xml</relativePath>
     <groupId>org.apache.hdt</groupId>
     <artifactId>hdt.master</artifactId>
-    <version>0.0.1.incubating</version>
+    <version>0.0.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.apache.hdt.ui.test</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/9edc6327/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 3825bf1..ac39e07 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.1.incubating
+Bundle-Version: 0.0.2.qualifier
 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/9edc6327/org.apache.hdt.ui/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui/pom.xml b/org.apache.hdt.ui/pom.xml
index f275c81..0505e43 100644
--- a/org.apache.hdt.ui/pom.xml
+++ b/org.apache.hdt.ui/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <relativePath>../pom.xml</relativePath>
     <groupId>org.apache.hdt</groupId>
     <artifactId>hdt.master</artifactId>
-    <version>0.0.1.incubating</version>
+    <version>0.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.hdt.ui</artifactId>
   <packaging>eclipse-plugin</packaging>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/9edc6327/org.apache.hdt.updateSite/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.updateSite/pom.xml b/org.apache.hdt.updateSite/pom.xml
index bffad22..0c770b2 100644
--- a/org.apache.hdt.updateSite/pom.xml
+++ b/org.apache.hdt.updateSite/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <relativePath>../pom.xml</relativePath>
     <groupId>org.apache.hdt</groupId>
     <artifactId>hdt.master</artifactId>
-    <version>0.0.1.incubating</version>
+    <version>0.0.2-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.apache.hdt.updateSite</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/9edc6327/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b2b1738..19b9ec5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   </parent>
   <groupId>org.apache.hdt</groupId>
   <artifactId>hdt.master</artifactId>
-  <version>0.0.1.incubating</version>
+  <version>0.0.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Hadoop Development Tools</name>
   <description>Eclipse tools for developing against the Hadoop platform</description>