Repository: falcon Updated Branches: refs/heads/master ea2122b6c -> e6526d829
FALCON-2013 Upgrade master POM files, version from 0.10-SNAPSHOT to 0.11-SNAPSHOT Author: bvellanki <[email protected]> Reviewers: "Sowmya Ramesh <[email protected]>" Closes #173 from bvellanki/FALCON-2013 Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/e6526d82 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/e6526d82 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/e6526d82 Branch: refs/heads/master Commit: e6526d8294b80e57abefef6afb26e2e03db968fd Parents: ea2122b Author: bvellanki <[email protected]> Authored: Mon Jun 6 16:39:37 2016 -0700 Committer: bvellanki <[email protected]> Committed: Mon Jun 6 16:39:37 2016 -0700 ---------------------------------------------------------------------- acquisition/pom.xml | 2 +- addons/adf/pom.xml | 2 +- addons/designer/pom.xml | 2 +- addons/extensions/hdfs-mirroring/pom.xml | 2 +- addons/extensions/hdfs-snapshot-mirroring/pom.xml | 2 +- addons/extensions/hive-mirroring/pom.xml | 2 +- addons/hdfs-snapshot-mirroring/pom.xml | 2 +- addons/hivedr/pom.xml | 2 +- archival/pom.xml | 2 +- build-tools/pom.xml | 2 +- cli/pom.xml | 2 +- client/pom.xml | 2 +- common/pom.xml | 2 +- distro/pom.xml | 2 +- docs/pom.xml | 2 +- examples/pom.xml | 2 +- extensions/pom.xml | 2 +- falcon-regression/merlin-core/pom.xml | 2 +- falcon-regression/merlin/pom.xml | 2 +- falcon-regression/pom.xml | 4 ++-- falcon-ui/pom.xml | 2 +- hadoop-dependencies/pom.xml | 2 +- lifecycle/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 +- replication/pom.xml | 2 +- rerun/pom.xml | 2 +- retention/pom.xml | 2 +- scheduler/pom.xml | 2 +- test-tools/hadoop-webapp/pom.xml | 2 +- test-tools/hcatalog-sharelib/pom.xml | 2 +- test-tools/hive-sharelib/pom.xml | 2 +- test-tools/oozie-sharelib/pom.xml | 2 +- test-tools/pig-sharelib/pom.xml | 2 +- test-tools/pom.xml | 2 +- test-util/pom.xml | 2 +- titan/pom.xml | 2 +- unit/pom.xml | 2 +- webapp/pom.xml | 2 +- 43 files changed, 44 insertions(+), 44 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/acquisition/pom.xml ---------------------------------------------------------------------- diff --git a/acquisition/pom.xml b/acquisition/pom.xml index 38ea259..3d2f55d 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.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-acquisition</artifactId> <description>Apache Falcon Acquisition Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/addons/adf/pom.xml ---------------------------------------------------------------------- diff --git a/addons/adf/pom.xml b/addons/adf/pom.xml index 0042f5c..4e407ea 100644 --- a/addons/adf/pom.xml +++ b/addons/adf/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>falcon-adf</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/addons/designer/pom.xml ---------------------------------------------------------------------- diff --git a/addons/designer/pom.xml b/addons/designer/pom.xml index 4be24c3..f5b529a 100644 --- a/addons/designer/pom.xml +++ b/addons/designer/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.falcon.designer</groupId> <artifactId>designer-main</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> <description>Apache Falcon Pipeline Designer</description> <name>Apache Falcon Pipeline Designer</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/addons/extensions/hdfs-mirroring/pom.xml ---------------------------------------------------------------------- diff --git a/addons/extensions/hdfs-mirroring/pom.xml b/addons/extensions/hdfs-mirroring/pom.xml index cb9304e..fdb61af 100644 --- a/addons/extensions/hdfs-mirroring/pom.xml +++ b/addons/extensions/hdfs-mirroring/pom.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.falcon.extensions</groupId> <artifactId>falcon-hdfs-mirroring-extension</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> <description>Apache Falcon sample Hdfs mirroring extension</description> <name>Apache Falcon sample Hdfs mirroring extension</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/addons/extensions/hdfs-snapshot-mirroring/pom.xml ---------------------------------------------------------------------- diff --git a/addons/extensions/hdfs-snapshot-mirroring/pom.xml b/addons/extensions/hdfs-snapshot-mirroring/pom.xml index b0b4819..dad705e 100644 --- a/addons/extensions/hdfs-snapshot-mirroring/pom.xml +++ b/addons/extensions/hdfs-snapshot-mirroring/pom.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.falcon.extensions</groupId> <artifactId>falcon-hdfs-snapshot-mirroring-extension</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> <description>Apache Falcon HDFS Snapshot Mirroring Extension</description> <name>Apache Falcon Sample HDFS Snapshot Mirroring Extension</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/addons/extensions/hive-mirroring/pom.xml ---------------------------------------------------------------------- diff --git a/addons/extensions/hive-mirroring/pom.xml b/addons/extensions/hive-mirroring/pom.xml index adfb0be..340b77c 100644 --- a/addons/extensions/hive-mirroring/pom.xml +++ b/addons/extensions/hive-mirroring/pom.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.falcon.extensions</groupId> <artifactId>falcon-hive-mirroring-extension</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> <description>Apache Falcon sample Hive mirroring extension</description> <name>Apache Falcon sample Hive mirroring extension</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/addons/hdfs-snapshot-mirroring/pom.xml ---------------------------------------------------------------------- diff --git a/addons/hdfs-snapshot-mirroring/pom.xml b/addons/hdfs-snapshot-mirroring/pom.xml index 5689f44..f9a3fe1 100644 --- a/addons/hdfs-snapshot-mirroring/pom.xml +++ b/addons/hdfs-snapshot-mirroring/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>falcon-hdfs-snapshot-mirroring</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/addons/hivedr/pom.xml ---------------------------------------------------------------------- diff --git a/addons/hivedr/pom.xml b/addons/hivedr/pom.xml index 0d1c3f3..1d74aad 100644 --- a/addons/hivedr/pom.xml +++ b/addons/hivedr/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>falcon-hive-replication</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/archival/pom.xml ---------------------------------------------------------------------- diff --git a/archival/pom.xml b/archival/pom.xml index b117d9d..e89792c 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.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-archival</artifactId> <description>Apache Falcon Archival Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 6c8801e..364000d 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <groupId>org.apache.falcon</groupId> <artifactId>build-tools</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/cli/pom.xml ---------------------------------------------------------------------- diff --git a/cli/pom.xml b/cli/pom.xml index 91d0897..8eb853c 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-cli</artifactId> <description>Apache Falcon CLI client</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 3aa1091..6f35ca0 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.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-client</artifactId> <description>Apache Falcon Java client</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index debb615..5b0188f 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.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-common</artifactId> <description>Apache Falcon Common Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/distro/pom.xml ---------------------------------------------------------------------- diff --git a/distro/pom.xml b/distro/pom.xml index 4351400..5b23952 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -23,7 +23,7 @@ limitations under the License. <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-distro</artifactId> <description>Apache Falcon Distro</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 766f408..d8a9cd2 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.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-docs</artifactId> <description>Apache Falcon Documentation</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 69d8af9..5e1dea4 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-examples</artifactId> <description>Apache Falcon Examples</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/extensions/pom.xml ---------------------------------------------------------------------- diff --git a/extensions/pom.xml b/extensions/pom.xml index 4243dee..34fbad1 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-extensions</artifactId> <description>Apache Falcon server side extensions Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/falcon-regression/merlin-core/pom.xml ---------------------------------------------------------------------- diff --git a/falcon-regression/merlin-core/pom.xml b/falcon-regression/merlin-core/pom.xml index fa3c939..d0c651d 100644 --- a/falcon-regression/merlin-core/pom.xml +++ b/falcon-regression/merlin-core/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.falcon.regression</groupId> <artifactId>falcon-regression</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-merlin-core</artifactId> <description>merlin-core - utilities for Apache Falcon regression suite</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/falcon-regression/merlin/pom.xml ---------------------------------------------------------------------- diff --git a/falcon-regression/merlin/pom.xml b/falcon-regression/merlin/pom.xml index 73be13e..9ef50cf 100644 --- a/falcon-regression/merlin/pom.xml +++ b/falcon-regression/merlin/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.falcon.regression</groupId> <artifactId>falcon-regression</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-merlin</artifactId> <description>Merlin - Regression test suite for Apache Falcon</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/falcon-regression/pom.xml ---------------------------------------------------------------------- diff --git a/falcon-regression/pom.xml b/falcon-regression/pom.xml index daa88cb..b11cd83 100644 --- a/falcon-regression/pom.xml +++ b/falcon-regression/pom.xml @@ -24,11 +24,11 @@ <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <groupId>org.apache.falcon.regression</groupId> <artifactId>falcon-regression</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> <description>Regression Framework for Falcon</description> <name>Apache Falcon Regression</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/falcon-ui/pom.xml ---------------------------------------------------------------------- diff --git a/falcon-ui/pom.xml b/falcon-ui/pom.xml index 93ed9bb..4aed73a 100644 --- a/falcon-ui/pom.xml +++ b/falcon-ui/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-ui</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/hadoop-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-dependencies/pom.xml b/hadoop-dependencies/pom.xml index e2529f1..2eabe7a 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.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-hadoop-dependencies</artifactId> <description>Apache Falcon Hadoop Dependencies Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/lifecycle/pom.xml ---------------------------------------------------------------------- diff --git a/lifecycle/pom.xml b/lifecycle/pom.xml index 725f1e6..48d6e9d 100644 --- a/lifecycle/pom.xml +++ b/lifecycle/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-feed-lifecycle</artifactId> <description>Apache Falcon Lifecycle Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/messaging/pom.xml ---------------------------------------------------------------------- diff --git a/messaging/pom.xml b/messaging/pom.xml index 667c5d1..4088ddd 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.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-messaging</artifactId> <description>Apache Falcon JMS messaging Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/metrics/pom.xml ---------------------------------------------------------------------- diff --git a/metrics/pom.xml b/metrics/pom.xml index 48cf80d..8188e74 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.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-metrics</artifactId> <description>Apache Falcon Metrics</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/oozie-el-extensions/pom.xml ---------------------------------------------------------------------- diff --git a/oozie-el-extensions/pom.xml b/oozie-el-extensions/pom.xml index 71ae45d..dfac626 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.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-oozie-el-extension</artifactId> <description>Apache Falcon Oozie EL Extension</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/oozie/pom.xml ---------------------------------------------------------------------- diff --git a/oozie/pom.xml b/oozie/pom.xml index c83daf6..7bfb086 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.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-oozie-adaptor</artifactId> <description>Apache Falcon Oozie Adaptor Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b011a36..dc2ffaf 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-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/falcon/blob/e6526d82/prism/pom.xml ---------------------------------------------------------------------- diff --git a/prism/pom.xml b/prism/pom.xml index 2eddbc1..d9ef98b 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.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>falcon-prism</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/replication/pom.xml ---------------------------------------------------------------------- diff --git a/replication/pom.xml b/replication/pom.xml index 1e80173..ff66e52 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.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-distcp-replication</artifactId> <description>Apache Falcon Distcp Replication Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/rerun/pom.xml ---------------------------------------------------------------------- diff --git a/rerun/pom.xml b/rerun/pom.xml index 8694e1d..f45580f 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.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-rerun</artifactId> <description>Apache Falcon Rerun Handler</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/retention/pom.xml ---------------------------------------------------------------------- diff --git a/retention/pom.xml b/retention/pom.xml index d59ed81..1f0ef41 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.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-retention</artifactId> <description>Apache Falcon Retention Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/scheduler/pom.xml ---------------------------------------------------------------------- diff --git a/scheduler/pom.xml b/scheduler/pom.xml index f69dc93..e113bd5 100644 --- a/scheduler/pom.xml +++ b/scheduler/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-scheduler</artifactId> <description>Apache Falcon Scheduler Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/test-tools/hadoop-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/test-tools/hadoop-webapp/pom.xml b/test-tools/hadoop-webapp/pom.xml index 213668e..556241c 100644 --- a/test-tools/hadoop-webapp/pom.xml +++ b/test-tools/hadoop-webapp/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>falcon-hadoop-webapp</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/test-tools/hcatalog-sharelib/pom.xml ---------------------------------------------------------------------- diff --git a/test-tools/hcatalog-sharelib/pom.xml b/test-tools/hcatalog-sharelib/pom.xml index 46d6c96..707db7f 100644 --- a/test-tools/hcatalog-sharelib/pom.xml +++ b/test-tools/hcatalog-sharelib/pom.xml @@ -22,7 +22,7 @@ limitations under the License. <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>falcon-sharelib-hcatalog</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/test-tools/hive-sharelib/pom.xml ---------------------------------------------------------------------- diff --git a/test-tools/hive-sharelib/pom.xml b/test-tools/hive-sharelib/pom.xml index 7cea8ed..fd6ac2f 100644 --- a/test-tools/hive-sharelib/pom.xml +++ b/test-tools/hive-sharelib/pom.xml @@ -22,7 +22,7 @@ limitations under the License. <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>falcon-sharelib-hive</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/test-tools/oozie-sharelib/pom.xml ---------------------------------------------------------------------- diff --git a/test-tools/oozie-sharelib/pom.xml b/test-tools/oozie-sharelib/pom.xml index 37bc062..2976d6c 100644 --- a/test-tools/oozie-sharelib/pom.xml +++ b/test-tools/oozie-sharelib/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>falcon-sharelib-oozie</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/test-tools/pig-sharelib/pom.xml ---------------------------------------------------------------------- diff --git a/test-tools/pig-sharelib/pom.xml b/test-tools/pig-sharelib/pom.xml index ae6de96..71fd1df 100644 --- a/test-tools/pig-sharelib/pom.xml +++ b/test-tools/pig-sharelib/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>falcon-sharelib-pig</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/test-tools/pom.xml ---------------------------------------------------------------------- diff --git a/test-tools/pom.xml b/test-tools/pom.xml index 1ec7bbe..9865246 100644 --- a/test-tools/pom.xml +++ b/test-tools/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-test-tools</artifactId> <description>Apache Falcon Test Tools - Test Cluster</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/test-util/pom.xml ---------------------------------------------------------------------- diff --git a/test-util/pom.xml b/test-util/pom.xml index baff8c3..2a0fd6f 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.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-test-util</artifactId> <description>Apache Falcon Test Utility</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/titan/pom.xml ---------------------------------------------------------------------- diff --git a/titan/pom.xml b/titan/pom.xml index 1409cfa..3026d3a 100644 --- a/titan/pom.xml +++ b/titan/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>falcon-main</artifactId> <groupId>org.apache.falcon</groupId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-titan</artifactId> <description>Titan HBase 1.0 shaded libraries for 0.5.4 for Falcon</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/unit/pom.xml ---------------------------------------------------------------------- diff --git a/unit/pom.xml b/unit/pom.xml index 4902fcc..8f01bdd 100644 --- a/unit/pom.xml +++ b/unit/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>falcon-main</artifactId> <groupId>org.apache.falcon</groupId> - <version>0.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>falcon-unit</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/e6526d82/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/pom.xml b/webapp/pom.xml index 996b5f7..9674e9b 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.10-SNAPSHOT</version> + <version>0.11-SNAPSHOT</version> </parent> <artifactId>falcon-webapp</artifactId> <description>Apache Falcon Web Application</description>
