Remove Snapshot from version 0.11 Author: Praveen Adlakha <[email protected]>
Reviewers: pallavi <[email protected]> Closes #380 from PraveenAdlakha/0.11 and squashes the following commits: b5f226a [Praveen Adlakha] changed in sub modules fe15807 [Praveen Adlakha] Remove Snapshot from version 0.11 Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/a2ef339a Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/a2ef339a Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/a2ef339a Branch: refs/heads/master Commit: a2ef339a2686454fe51eed2fc2bf363c0dd71d70 Parents: f1a8106 Author: Praveen Adlakha <[email protected]> Authored: Tue Apr 4 15:11:38 2017 +0530 Committer: sandeep <[email protected]> Committed: Tue Apr 4 15:11:38 2017 +0530 ---------------------------------------------------------------------- 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-types/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 +- shell/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 +- 45 files changed, 46 insertions(+), 46 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/acquisition/pom.xml ---------------------------------------------------------------------- diff --git a/acquisition/pom.xml b/acquisition/pom.xml index 3d2f55d..337d0d8 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-acquisition</artifactId> <description>Apache Falcon Acquisition Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/addons/adf/pom.xml ---------------------------------------------------------------------- diff --git a/addons/adf/pom.xml b/addons/adf/pom.xml index 4e407ea..cac2d55 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.11-SNAPSHOT</version> + <version>0.11</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>falcon-adf</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/addons/designer/pom.xml ---------------------------------------------------------------------- diff --git a/addons/designer/pom.xml b/addons/designer/pom.xml index f5b529a..14b8087 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.11-SNAPSHOT</version> + <version>0.11</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/a2ef339a/addons/extensions/hdfs-mirroring/pom.xml ---------------------------------------------------------------------- diff --git a/addons/extensions/hdfs-mirroring/pom.xml b/addons/extensions/hdfs-mirroring/pom.xml index fdb61af..f3f5472 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.11-SNAPSHOT</version> + <version>0.11</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/a2ef339a/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 dad705e..f080cd7 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.11-SNAPSHOT</version> + <version>0.11</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/a2ef339a/addons/extensions/hive-mirroring/pom.xml ---------------------------------------------------------------------- diff --git a/addons/extensions/hive-mirroring/pom.xml b/addons/extensions/hive-mirroring/pom.xml index 340b77c..fb7f0b5 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.11-SNAPSHOT</version> + <version>0.11</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/a2ef339a/addons/hdfs-snapshot-mirroring/pom.xml ---------------------------------------------------------------------- diff --git a/addons/hdfs-snapshot-mirroring/pom.xml b/addons/hdfs-snapshot-mirroring/pom.xml index f9a3fe1..fbfe9f8 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.11-SNAPSHOT</version> + <version>0.11</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>falcon-hdfs-snapshot-mirroring</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/addons/hivedr/pom.xml ---------------------------------------------------------------------- diff --git a/addons/hivedr/pom.xml b/addons/hivedr/pom.xml index 1d74aad..47b5eba 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.11-SNAPSHOT</version> + <version>0.11</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>falcon-hive-replication</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/archival/pom.xml ---------------------------------------------------------------------- diff --git a/archival/pom.xml b/archival/pom.xml index e89792c..fecf078 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-archival</artifactId> <description>Apache Falcon Archival Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 364000d..13c4a08 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <groupId>org.apache.falcon</groupId> <artifactId>build-tools</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/cli/pom.xml ---------------------------------------------------------------------- diff --git a/cli/pom.xml b/cli/pom.xml index a41e6d9..04a43c8 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-cli</artifactId> <description>Apache Falcon CLI client</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 85905aa..0911977 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-client</artifactId> <description>Apache Falcon Java client</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/common-types/pom.xml ---------------------------------------------------------------------- diff --git a/common-types/pom.xml b/common-types/pom.xml index 714b166..7c6e0aa 100644 --- a/common-types/pom.xml +++ b/common-types/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-common-types</artifactId> <description>Apache Falcon Java common types</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index 34822aa..3f03fe2 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-common</artifactId> <description>Apache Falcon Common Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/distro/pom.xml ---------------------------------------------------------------------- diff --git a/distro/pom.xml b/distro/pom.xml index e882903..d30b857 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-distro</artifactId> <description>Apache Falcon Distro</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index d8a9cd2..bf6e17c 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-docs</artifactId> <description>Apache Falcon Documentation</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 4ae9be2..465af93 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-examples</artifactId> <description>Apache Falcon Examples</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/extensions/pom.xml ---------------------------------------------------------------------- diff --git a/extensions/pom.xml b/extensions/pom.xml index df8f35f..7d9fa67 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-extensions</artifactId> <description>Apache Falcon server side extensions Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/falcon-regression/merlin-core/pom.xml ---------------------------------------------------------------------- diff --git a/falcon-regression/merlin-core/pom.xml b/falcon-regression/merlin-core/pom.xml index 4695bf1..b688bf8 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.11-SNAPSHOT</version> + <version>0.11</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/a2ef339a/falcon-regression/merlin/pom.xml ---------------------------------------------------------------------- diff --git a/falcon-regression/merlin/pom.xml b/falcon-regression/merlin/pom.xml index 9ef50cf..1f87490 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.11-SNAPSHOT</version> + <version>0.11</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/a2ef339a/falcon-regression/pom.xml ---------------------------------------------------------------------- diff --git a/falcon-regression/pom.xml b/falcon-regression/pom.xml index 9da72ce..d1d0a91 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <groupId>org.apache.falcon.regression</groupId> <artifactId>falcon-regression</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11</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/a2ef339a/falcon-ui/pom.xml ---------------------------------------------------------------------- diff --git a/falcon-ui/pom.xml b/falcon-ui/pom.xml index 4aed73a..d2ca0a5 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-ui</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/hadoop-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-dependencies/pom.xml b/hadoop-dependencies/pom.xml index 2eabe7a..ffb49f1 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-hadoop-dependencies</artifactId> <description>Apache Falcon Hadoop Dependencies Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/lifecycle/pom.xml ---------------------------------------------------------------------- diff --git a/lifecycle/pom.xml b/lifecycle/pom.xml index 48d6e9d..1796e7d 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-feed-lifecycle</artifactId> <description>Apache Falcon Lifecycle Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/messaging/pom.xml ---------------------------------------------------------------------- diff --git a/messaging/pom.xml b/messaging/pom.xml index 4088ddd..e510357 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-messaging</artifactId> <description>Apache Falcon JMS messaging Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/metrics/pom.xml ---------------------------------------------------------------------- diff --git a/metrics/pom.xml b/metrics/pom.xml index 30aff8d..6ce1155 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-metrics</artifactId> <description>Apache Falcon Metrics</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/oozie-el-extensions/pom.xml ---------------------------------------------------------------------- diff --git a/oozie-el-extensions/pom.xml b/oozie-el-extensions/pom.xml index 596faed..af6e61b 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.11-SNAPSHOT</version> + <version>0.11</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/a2ef339a/oozie/pom.xml ---------------------------------------------------------------------- diff --git a/oozie/pom.xml b/oozie/pom.xml index 2adbba3..a0f06ef 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-oozie-adaptor</artifactId> <description>Apache Falcon Oozie Adaptor Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0bfeea4..e357c3d 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.11-SNAPSHOT</version> + <version>0.11</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/a2ef339a/prism/pom.xml ---------------------------------------------------------------------- diff --git a/prism/pom.xml b/prism/pom.xml index 1735332..a20d03a 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.11-SNAPSHOT</version> + <version>0.11</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>falcon-prism</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/replication/pom.xml ---------------------------------------------------------------------- diff --git a/replication/pom.xml b/replication/pom.xml index 3f47226..b71bd2f 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-distcp-replication</artifactId> <description>Apache Falcon Distcp Replication Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/rerun/pom.xml ---------------------------------------------------------------------- diff --git a/rerun/pom.xml b/rerun/pom.xml index f45580f..1df879b 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-rerun</artifactId> <description>Apache Falcon Rerun Handler</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/retention/pom.xml ---------------------------------------------------------------------- diff --git a/retention/pom.xml b/retention/pom.xml index 1f0ef41..f5be28c 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-retention</artifactId> <description>Apache Falcon Retention Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/scheduler/pom.xml ---------------------------------------------------------------------- diff --git a/scheduler/pom.xml b/scheduler/pom.xml index 390cd29..4a22693 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-scheduler</artifactId> <description>Apache Falcon Scheduler Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/shell/pom.xml ---------------------------------------------------------------------- diff --git a/shell/pom.xml b/shell/pom.xml index fea6b54..b10cb33 100644 --- a/shell/pom.xml +++ b/shell/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-shell</artifactId> <name>Apache Falcon Shell</name> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/test-tools/hadoop-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/test-tools/hadoop-webapp/pom.xml b/test-tools/hadoop-webapp/pom.xml index f9d693f..9a70f11 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.11-SNAPSHOT</version> + <version>0.11</version> <relativePath>../..</relativePath> </parent> <artifactId>falcon-hadoop-webapp</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/test-tools/hcatalog-sharelib/pom.xml ---------------------------------------------------------------------- diff --git a/test-tools/hcatalog-sharelib/pom.xml b/test-tools/hcatalog-sharelib/pom.xml index 707db7f..fdb0c4e 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.11-SNAPSHOT</version> + <version>0.11</version> <relativePath>../..</relativePath> </parent> <artifactId>falcon-sharelib-hcatalog</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/test-tools/hive-sharelib/pom.xml ---------------------------------------------------------------------- diff --git a/test-tools/hive-sharelib/pom.xml b/test-tools/hive-sharelib/pom.xml index fd6ac2f..c0d6fe6 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.11-SNAPSHOT</version> + <version>0.11</version> <relativePath>../..</relativePath> </parent> <artifactId>falcon-sharelib-hive</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/test-tools/oozie-sharelib/pom.xml ---------------------------------------------------------------------- diff --git a/test-tools/oozie-sharelib/pom.xml b/test-tools/oozie-sharelib/pom.xml index 2976d6c..0534769 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.11-SNAPSHOT</version> + <version>0.11</version> <relativePath>../..</relativePath> </parent> <artifactId>falcon-sharelib-oozie</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/test-tools/pig-sharelib/pom.xml ---------------------------------------------------------------------- diff --git a/test-tools/pig-sharelib/pom.xml b/test-tools/pig-sharelib/pom.xml index 71fd1df..d94dace 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.11-SNAPSHOT</version> + <version>0.11</version> <relativePath>../..</relativePath> </parent> <artifactId>falcon-sharelib-pig</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/test-tools/pom.xml ---------------------------------------------------------------------- diff --git a/test-tools/pom.xml b/test-tools/pom.xml index 9865246..2eb23b4 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.11-SNAPSHOT</version> + <version>0.11</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/a2ef339a/test-util/pom.xml ---------------------------------------------------------------------- diff --git a/test-util/pom.xml b/test-util/pom.xml index 6e2303a..4d2bd2b 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-test-util</artifactId> <description>Apache Falcon Test Utility</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/titan/pom.xml ---------------------------------------------------------------------- diff --git a/titan/pom.xml b/titan/pom.xml index 094b58c..e869a64 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.11-SNAPSHOT</version> + <version>0.11</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/a2ef339a/unit/pom.xml ---------------------------------------------------------------------- diff --git a/unit/pom.xml b/unit/pom.xml index 6405460..0159f74 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>falcon-unit</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/a2ef339a/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/pom.xml b/webapp/pom.xml index 9b68744..6472a69 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.11-SNAPSHOT</version> + <version>0.11</version> </parent> <artifactId>falcon-webapp</artifactId> <description>Apache Falcon Web Application</description>
