You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by ve...@apache.org on 2013/11/14 02:58:47 UTC

git commit: FALCON-195 Update version to 0.5-incubating-SNAPSHOT. Contributed by Venkatesh Seetharam FALCON-197 Update release notes in CHANGES.txt in branch and trunk. Contributed by Venkatesh Seetharam

Updated Branches:
  refs/heads/master 9e376c20e -> c91483604


FALCON-195 Update version to 0.5-incubating-SNAPSHOT. Contributed by Venkatesh Seetharam
FALCON-197 Update release notes in CHANGES.txt in branch and trunk. Contributed by Venkatesh Seetharam


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

Branch: refs/heads/master
Commit: c91483604bad271af9515550723dd5df56c29906
Parents: 9e376c2
Author: Venkatesh Seetharam <ve...@apache.org>
Authored: Wed Nov 13 17:58:28 2013 -0800
Committer: Venkatesh Seetharam <ve...@apache.org>
Committed: Wed Nov 13 17:58:28 2013 -0800

----------------------------------------------------------------------
 CHANGES.txt                 | 234 ++++++++++++++++-----------------------
 acquisition/pom.xml         |   2 +-
 archival/pom.xml            |   2 +-
 build-tools/pom.xml         |   2 +-
 client/pom.xml              |   2 +-
 common/pom.xml              |   2 +-
 docs/pom.xml                |   2 +-
 feed/pom.xml                |   2 +-
 hadoop-dependencies/pom.xml |   2 +-
 hadoop-webapp/pom.xml       |   2 +-
 messaging/pom.xml           |   2 +-
 metrics/pom.xml             |   2 +-
 oozie-el-extensions/pom.xml |   2 +-
 oozie/pom.xml               |   2 +-
 pom.xml                     |   2 +-
 prism/pom.xml               |   2 +-
 process/pom.xml             |   2 +-
 replication/pom.xml         |   2 +-
 rerun/pom.xml               |   2 +-
 retention/pom.xml           |   2 +-
 test-util/pom.xml           |   2 +-
 webapp/pom.xml              |   2 +-
 22 files changed, 117 insertions(+), 159 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 182e504..22cef0a 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,218 +6,176 @@ Trunk (Unreleased)
 
   NEW FEATURES
 
-    FALCON-193 Update the documentation to reflect the current
-    work of dashboard (Haohui Mai via Venkatesh Seetharam)
+  IMPROVEMENTS
 
-    FALCON-175 Visualize dependency information
-    (Haohui Mai via Venkatesh Seetharam)
+  OPTIMIZATIONS
 
-    FALCON-178 Implement client-side pagination
-    (Haohui Mai via Venkatesh Seetharam)
+  BUG FIXES
 
-    FALCON-164 Provide Falcon Web UI
-    (Haohui Mai via Venkatesh Seetharam)
 
-    FALCON-85 Hive (HCatalog) integration. (Venkatesh Seetharam
-    via Srikanth Sundarrajan)
+Release Version: 0.4-incubating
 
-    FALCON-163 Merge FALCON-85 branch into main line. (Venkatesh
-    Seetharam via Srikanth Sundarrajan)
+   NEW FEATURES
 
-    FALCON-169 multiple "/" in target for replication for
-    multi target feed. (Venkatesh Seetharam)
+    FALCON-54: Falcon support for hadoop 2.0
 
-    FALCON-168 Different validity of clusters in feed
-    not handled. (Venkatesh Seetharam)
+    FALCON-85: Hive (HCatalog) integration
 
-    FALCON-154 Remove webhcat startup in HadoopStartupListener
-    as its not used. (Venkatesh Seetharam)
+    FALCON-164: Provide Falcon Prism Web UI
 
-    FALCON-161 Feed evictor evicts instances not eligible when
-    pattern has dash. (Venkatesh Seetharam)
+    FALCON-107: Adding extensions
 
-    FALCON-143 Enable Late data handling for hive tables.
-    (Venkatesh Seetharam)
+   IMPROVEMENTS
 
-    FALCON-95 Enable embedding hive scripts directly in a process.
-    (Venkatesh Seetharam)
+    FALCON-73: Remove JUnit dependency as its used only for asserts while TestNG for tests
 
-    FALCON-153 Feed Storage type isn't passed in replication.
-    (Venkatesh Seetharam)
+    FALCON-80: Option in falcon-start to not start embedded activemq
 
-    FALCON-91 Handle feed updates in purview of tables. (Venkatesh
-    Seetharam via Srikanth Sundarrajan) 
+    FALCON-83: Option to build distributed packages
 
-    FALCON-104 FALCON-86 introduces a backward incompatible change.
-    (Venkatesh Seetharam via Srikanth Sundarrajan)
+    FALCON-131: Remove set -e from falcon scripts
 
-    FALCON-113 Update documentation for Hive integration. (Venkatesh
-    Seetharam via Srikanth Sundarrajan)
+    FALCON-151: Document the REST APIs for Falcon
 
-    FALCON-129 Disable Late data handling for hive tables. (Venkatesh
-    Seetharam via Srikanth Sundarrajan)
+    FALCON-165: simplify packaging to create one package instead of client, falcon and prism packages
 
-    FALCON-90 Propagate hive table through Process mapper. (Venkatesh
-    Seetharam via Srikanth Sundarrajan)
+    FALCON-192: Release falcon 0.4 umbrella
 
-    FALCON-93 Replication to handle hive table replication. (Venkatesh
-    Seetharam via Srikanth Sundarrajan)
+    FALCON-62: Falcon compilation with hadoop 2.0 libs
 
-    FALCON-94 Retention to handle hive table eviction. (Venkatesh 
-    Seetharam via Srikanth Sundarrajan)
+    FALCON-63: Ability to ingest hadoop libs to falcon release package
 
-    FALCON-102 Add integration tests for feed entity parser for table.
-    (Venkatesh Seetharam)
+    FALCON-67: Remove ant dependency in oozie workflows
 
-    FALCON-103 Upgrade oozie to 4.0.x. (Venkatesh Seetharam)
+    FALCON-76: Use cluster readonly endpoint for replication source
 
-    FALCON-96 Hive client to talk to the metastore. (Venkatesh
-    Seetharam via Srikanth Sundarrajan)
+    FALCON-78: Falcon error when prism on one hadoop version and server on another
 
-    FALCON-87 Hive table integration with feed entity. (Venkatesh
-    Seetharam via Srikanth Sundarrajan)
+    FALCON-86: Hive table integration with cluster entity
 
-    FALCON-86 Hive table integration with cluster entity. (Venaktesh
-    Seetharam via Srikanth Sundarrajan)
+    FALCON-87: Hive table integration with feed entity
 
-    FALCON-88 Add embedded hive and webhcat for integration tests. 
-    (Venkatesh Seetharam via Srikanth Sundarrajan)
+    FALCON-88: Add embedded hive and webhcat for integration tests
 
-    FALCON-107 Adding extensions. (Shwetha GS)
+    FALCON-90: Propagate hive table through Process mapper
 
-    FALCON-62 Falcon compilation with hadoop 2.0 libs. (Shwetha GS
-    via Srikanth Sundarrajan)
+    FALCON-91: Handle feed updates in purview of tables
 
-  IMPROVEMENTS
+    FALCON-93: Replication to handle hive table replication
 
-    FALCON-190 Entity list REST API should allow the client to
-    query different fields (Haohui Mai via Venkatesh Seetharam)
+    FALCON-94: Retention to handle hive table eviction
 
-    FALCON-188 hadoop-2 profile is not carried through to
-    oozie package (Haohui Mai via Venkatesh Seetharam)
+    FALCON-95: Enable embedding hive scripts directly in a process
 
-    FALCON-171 Provide status in /api/entities/list.
-    (Haohui Mai via Venkatesh Seetharam)
+    FALCON-96: Hive client to talk to the metastore
 
-    FALCON-187 Update Falcon start script to also redirect
-    stdout to the log file. (Arpit Gupta via Venkatesh Seetharam)
+    FALCON-102: Add integration tests for feed entity parser with table defined
 
-    FALCON-174 Bind activemq to all interfaces rather than
-    just localhost. (Arpit Gupta via Venkatesh Seetharam)
+    FALCON-103: Upgrade oozie to 4.0.x
 
-    FALCON-165 Simplify packaging to create one package instead of
-    client, falcon and prism packages. (Arpit Gupta via Venkatesh Seetharam)
+    FALCON-104: FALCON-86 introduces a backward incompatible change
 
-    FALCON-162 Update falcon scripts to let the user set the log
-    and pid locations. (Arpit Gupta via Venkatesh Seetharam)
+    FALCON-113: Update documentation for Hive integration
 
-    FALCON-151 Document the REST APIs for Falcon. (Raghav Kumar
-    Gautham via Srikanth Sundarrajan) 
+    FALCON-129: Disable Late data handling for hive tables
 
-    FALCON-152 REST API for entity & Admin resources only returns 
-    XML (Venkatesh Seetharam via Srikanth Sundarrajan)
+    FALCON-143: Enable Late data handling for hive tables
 
-    FALCON-134 Remove jsch dependency. (Jean-Baptiste Onofre via 
-    Srikanth Sundarrajan)
+    FALCON-146: Javadoc generation should respect skipCheck property
 
-    FALCON-146 Javadoc generation should respect skipCheck property.
-    (Raghav Kumar Gautam via Srikanth Sundarrajan) 
+    FALCON-153: Feed Storage type isn&#39;t passed in replication for successful post processing
 
-    FALCON-142 Cleanup testng dependency. (Jean Baptiste Onofre via 
-    Srikanth Sundarrajan)
+    FALCON-154: Remove webhcat startup in HadoopStartupListener as its not used
 
-    FALCON-132 assembly plugin for embedded does not generate client
-    artifacts. (Venkatesh Seetharam via Srikanth Sundarrajan)
+    FALCON-161: Feed evictor evicts instances not eligible when pattern has dash
 
-    FALCON-136 Upgrade to commons-codec 1.8. (Jean-Baptiste Onofre 
-    via Srikanth Sundarrajan)
+    FALCON-163: Merge FALCON-85 branch into main line
 
-    FALCON-131 Remove set -e from falcon scripts. (Suresh Srinivas
-    via Srikanth Sundarrajan)
+    FALCON-171: Provide status in /api/entities/list
 
-    FALCON-69 Exception from ConfigurationChangeListener should fail
-    the API. (Shwetha GS via Srikanth Sundarrajan)
+    FALCON-175: Visualize dependency information
 
-    FALCON-63 Ability to ingest hadoop libs to falcon release package.
-    (Suhas Vasu via Shwetha GS)
+    FALCON-178: Implement client-side pagination
 
-    FALCON-83 Option to build distributed packages. (Shwetha GS via
-    Srikanth Sundarrajan)
+    FALCON-190: /api/entities/list should allow the client to query different fields
 
-    FALCON-73 Remove JUnit dependency as its used only for asserts while 
-    TestNG for tests. (Srikanth Sundarrajan)
+    FALCON-193: Update the documentation to reflect the current work of dashboard
 
-    FALCON-80 Option in falcon-start to not start embedded activemq.
-    (Shwetha GS via Srikanth Sundarrajan)
+    FALCON-43: Add Falcon to Sonar for Analysis
 
-  OPTIMIZATIONS
+    FALCON-134: Remove jsch dependency
+
+    FALCON-135: Remove jzlib dependency
+
+    FALCON-136: Upgrade to commons-codec 1.8
+
+    FALCON-137: Remove commons-logging dependency
 
-    FALCON-67 Remove ant dependency in oozie workflows. (Shwetha GS via
-    Srikanth Sundarrajan)
+    FALCON-138: Remove perf4j dependency
 
   BUG FIXES
 
-    FALCON-186 Enable scheduler support for embedded activemq
-    (Shwetha GS via Venkatesh Seetharam)
+    FALCON-24: Allow re-run of timedout instances
 
-    FALCON-185 Timestamp handled as int (Shwetha GS via Venkatesh Seetharam)
+    FALCON-42: Simplify Build and Installation Guide
 
-    FALCON-159 Version API endpoint does not emit valid JSON
-    (Srimanth Gunturi via Venkatesh Seetharam)
+    FALCON-50: Falcon replication having issue to s3
 
-    FALCON-180 Disable table replication for multiple sources. (Venkatesh
-    Seetharam via Srikanth Sundarrajan)
+    FALCON-61: The identifier regex for oozie bundle,coordinator, workflow pattern is incorrect.
 
-    FALCON-179 Table replication must drop partition before import as 
-    late reruns fails. (Venkatesh Seetharam via Srikanth Sundarrajan)
+    FALCON-69: exception from ConfigurationChangeListener should fail the API
 
-    FALCON-182 Disable specifying partitions in inputs with table storage 
-    for process. (Venkatesh Seetharam via Srikanth Sundarrajan)
+    FALCON-71: mvn jetty:run doesn&#39;t work
 
-    FALCON-138 Remove perf4j dependency. (Jean-Baptiste Onofré via
-    Shwetha GS)
+    FALCON-72: Feeds with invalid oozie URI in cluster cannot be deleted
 
-    FALCON-137 Remove commons-logging dependency. (Jean-Baptiste Onofré via
-    Shwetha GS)
+    FALCON-74: Falcon CLI needs to be more robust in handling trailing spaces
 
-    FALCON-135 Remove jzlib dependency. (Jean-Baptiste Onofré via 
-    Shwetha GS)
+    FALCON-79: Fix typos in Falcon architecture document
 
-    FALCON-24 Allow re-run of timedout instances. (Samarth Gupta via 
-    Shwetha GS)
+    FALCON-100: Build error with mvn 3.0.4
 
-    FALCON-128 Feed replication post processing log mover error. (Shwetha GS)
+    FALCON-101: mvn release:prepare fails because of build order
 
-    FALCON-127 Fix test issues after FALCON-107. (Shwetha GS via Srikanth
-    Sundarrajan)
+    FALCON-127: Fix test issues after FALCON-107
+
+    FALCON-128: Feed replication post processing log mover error
+
+    FALCON-130: Use Geronimo Specs JMS instead of javax.jms
+
+    FALCON-132: assembly plugin for embedded does not generate client artifacts
+
+    FALCON-142: Cleanup testng dependency
+
+    FALCON-152: REST API for entity &amp; Admin resources only returns XML
+
+    FALCON-159: Version API endpoint does not emit valid JSON
+
+    FALCON-162: Update falcon scripts to let the user set the log and pid locations.
+
+    FALCON-168: Different validity of clusters in feed not handled
+
+    FALCON-169: multiple &quot;/&quot; in target for replication for multi target feed
+
+    FALCON-174: bind activemq to all interfaces rather than just localhost
 
-    FALCON-76 Use cluster readonly endpoint for replication source.
-    (Suhas Vasu via Shweth GS)
+    FALCON-179: Table replication must drop partition before import as late reruns fails
 
-    FALCON-101 mvn release:prepare fails because of build order. (Shwetha GS
-    via Srikanth Sundarrajan)
+    FALCON-180: Disable table replication for multiple sources
 
-    FALCON-100 Build error with mvn 3.0.4. (Shwetha GS)
+    FALCON-182: Disable specifying partitions in inputs with table storage for process
 
-    FALCON-43 Add Falcon to Sonar for Analysis. (Srikanth Sundarrajan via
-    Shwetha GS)
+    FALCON-185: Timestamp handled as int
 
-    FALCON-71 mvn jetty:run doesn't work. (Srikanth Sundarrajan via 
-    Shwetha GS)
+    FALCON-186: Enable scheduler support for embedded activemq
 
-    FALCON-79 Fix typos in Falcon architecture document. (Suresh Srinivas
-    via Srikanth Sundarrajan)
+    FALCON-187: Update Falcon start script to also redirect stdout to the log file
 
-    FALCON-72 Feeds with invalid oozie URI in cluster cannot be deleted.
-    (Venkatesh Seetharam vi Shwetha GS)
+    FALCON-188: hadoop-2 profile is not carried through to oozie package
 
-    FALCON-78 Falcon error when prism on one hadoop version and server 
-    on another. (Shwetha GS via Srikanth Sundarrajan)
 
-    FALCON-61 The identifier regex for oozie bundle,coordinator, workflow
-    pattern is incorrect. (Suhas V via Srikanth Sundarrajan)
 
-Release Version: 0.3
+Release Version: 0.3-incubating
 
     FALCON-70 Confirm if v0.3 branch is ready for release as per guideline.
     (Venkatesh Seetharam via Srikanth Sundarrajan)

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/acquisition/pom.xml
----------------------------------------------------------------------
diff --git a/acquisition/pom.xml b/acquisition/pom.xml
index 9d060ab..e2017dd 100644
--- a/acquisition/pom.xml
+++ b/acquisition/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-acquisition</artifactId>
     <description>Apache Falcon Acquisition Module</description>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/archival/pom.xml
----------------------------------------------------------------------
diff --git a/archival/pom.xml b/archival/pom.xml
index 0b99bbb..c43e645 100644
--- a/archival/pom.xml
+++ b/archival/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-archival</artifactId>
     <description>Apache Falcon Archival Module</description>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index 8aae5fd..1a18200 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.falcon</groupId>
     <artifactId>build-tools</artifactId>
-    <version>0.4-incubating-SNAPSHOT</version>
+    <version>0.5-incubating-SNAPSHOT</version>
     <name>Build Tools</name>
 
     <build>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 77baf75..a43f7f5 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-client</artifactId>
     <description>Apache Falcon CLI client</description>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 4a8d446..710290c 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-common</artifactId>
     <description>Apache Falcon Common Module</description>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index 1b0a3cf..3400e81 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-docs</artifactId>
     <description>Apache Falcon Documentation</description>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/feed/pom.xml
----------------------------------------------------------------------
diff --git a/feed/pom.xml b/feed/pom.xml
index f578791..17f7055 100644
--- a/feed/pom.xml
+++ b/feed/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-feed</artifactId>
     <description>Apache Falcon Feed Module</description>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/hadoop-dependencies/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-dependencies/pom.xml b/hadoop-dependencies/pom.xml
index 98f5a29..f53dbb6 100644
--- a/hadoop-dependencies/pom.xml
+++ b/hadoop-dependencies/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-hadoop-dependencies</artifactId>
     <description>Apache Falcon Hadoop Dependencies Module</description>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/hadoop-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-webapp/pom.xml b/hadoop-webapp/pom.xml
index 9770312..896b52e 100644
--- a/hadoop-webapp/pom.xml
+++ b/hadoop-webapp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-hadoop-webapp</artifactId>
     <description>Apache Falcon Embedded Hadoop - Test Cluster</description>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/messaging/pom.xml
----------------------------------------------------------------------
diff --git a/messaging/pom.xml b/messaging/pom.xml
index 4cbf06f..3aa6fc3 100644
--- a/messaging/pom.xml
+++ b/messaging/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-messaging</artifactId>
     <description>Apache Falcon JMS messaging Module</description>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/metrics/pom.xml
----------------------------------------------------------------------
diff --git a/metrics/pom.xml b/metrics/pom.xml
index 9c38489..1ed4f6b 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-metrics</artifactId>
     <description>Apache Falcon Metrics</description>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/oozie-el-extensions/pom.xml
----------------------------------------------------------------------
diff --git a/oozie-el-extensions/pom.xml b/oozie-el-extensions/pom.xml
index cb89fc9..50aecc8 100644
--- a/oozie-el-extensions/pom.xml
+++ b/oozie-el-extensions/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-oozie-el-extension</artifactId>
     <description>Apache Falcon Oozie EL Extension</description>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/oozie/pom.xml
----------------------------------------------------------------------
diff --git a/oozie/pom.xml b/oozie/pom.xml
index 41f74b5..cf3ef07 100644
--- a/oozie/pom.xml
+++ b/oozie/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-oozie-adaptor</artifactId>
     <description>Apache Falcon Oozie Adaptor Module</description>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c05de77..e1b2e32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.falcon</groupId>
     <artifactId>falcon-main</artifactId>
-    <version>0.4-incubating-SNAPSHOT</version>
+    <version>0.5-incubating-SNAPSHOT</version>
     <description>Data Management and Processing Platform over Hadoop</description>
     <name>Apache Falcon</name>
     <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/prism/pom.xml
----------------------------------------------------------------------
diff --git a/prism/pom.xml b/prism/pom.xml
index 2ca6330..ffda9a8 100644
--- a/prism/pom.xml
+++ b/prism/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-prism</artifactId>
     <description>Apache Falcon Prism</description>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/process/pom.xml
----------------------------------------------------------------------
diff --git a/process/pom.xml b/process/pom.xml
index 9cf028a..88505fd 100644
--- a/process/pom.xml
+++ b/process/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-process</artifactId>
     <description>Apache Falcon Process Module</description>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/replication/pom.xml
----------------------------------------------------------------------
diff --git a/replication/pom.xml b/replication/pom.xml
index 07175e6..da3ed0d 100644
--- a/replication/pom.xml
+++ b/replication/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-replication</artifactId>
     <description>Apache Falcon Replication Module</description>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/rerun/pom.xml
----------------------------------------------------------------------
diff --git a/rerun/pom.xml b/rerun/pom.xml
index a5d1d8c..9e2632b 100644
--- a/rerun/pom.xml
+++ b/rerun/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-rerun</artifactId>
     <description>Apache Falcon Rerun Handler</description>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/retention/pom.xml
----------------------------------------------------------------------
diff --git a/retention/pom.xml b/retention/pom.xml
index 763b752..ec3470f 100644
--- a/retention/pom.xml
+++ b/retention/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-retention</artifactId>
     <description>Apache Falcon Retention Module</description>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/test-util/pom.xml
----------------------------------------------------------------------
diff --git a/test-util/pom.xml b/test-util/pom.xml
index 92bf9d1..c00730b 100644
--- a/test-util/pom.xml
+++ b/test-util/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-test-util</artifactId>
     <description>Apache Falcon Test Utility</description>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/c9148360/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/pom.xml b/webapp/pom.xml
index e14b261..acdd857 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.falcon</groupId>
         <artifactId>falcon-main</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>falcon-webapp</artifactId>
     <description>Apache Falcon Web Application</description>