Repository: falcon Updated Branches: refs/heads/master e7f1ee393 -> 1e44fe2c7
FALCON-977 Drop incubator/incubating from falcon codebase. Ccontributed by Shwetha GS Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/3efe836c Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/3efe836c Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/3efe836c Branch: refs/heads/master Commit: 3efe836cab9dc545e8ea9341cdb97bcae8e3ab7b Parents: e7f1ee3 Author: srikanth.sundarrajan <srik...@apache.org> Authored: Wed Dec 31 20:25:09 2014 +0530 Committer: srikanth.sundarrajan <srik...@apache.org> Committed: Wed Dec 31 20:25:09 2014 +0530 ---------------------------------------------------------------------- CHANGES.txt | 5 ++++- DISCLAIMER.txt | 16 ---------------- Installation-steps.txt | 2 +- NOTICE.txt | 2 +- acquisition/pom.xml | 2 +- addons/designer/actions/pom.xml | 2 +- addons/designer/checkstyle/pom.xml | 2 +- addons/designer/common/pom.xml | 2 +- addons/designer/core/pom.xml | 2 +- addons/designer/flows/pom.xml | 2 +- addons/designer/pom.xml | 10 +++++----- addons/designer/transforms/pom.xml | 2 +- addons/designer/ui/pom.xml | 2 +- addons/recipes/hdfs-replication/pom.xml | 2 +- archival/pom.xml | 2 +- build-tools/pom.xml | 2 +- checkstyle/pom.xml | 2 +- client/pom.xml | 2 +- common/pom.xml | 2 +- docs/pom.xml | 2 +- docs/src/site/site.xml | 8 +------- docs/src/site/twiki/InstallationSteps.twiki | 2 +- falcon-regression/CHANGES.txt | 2 +- falcon-regression/merlin-core/pom.xml | 2 +- falcon-regression/merlin/pom.xml | 2 +- falcon-regression/pom.xml | 4 ++-- 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 | 10 +++++----- prism/pom.xml | 4 ++-- replication/pom.xml | 2 +- rerun/pom.xml | 2 +- retention/pom.xml | 2 +- test-util/pom.xml | 2 +- webapp/pom.xml | 2 +- webapp/src/main/webapp/index.html | 2 +- 40 files changed, 52 insertions(+), 71 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 299f0b2..9585b36 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -Apache Falcon (incubating) Change log +Apache Falcon Change log Trunk (Unreleased) @@ -7,6 +7,9 @@ Trunk (Unreleased) NEW FEATURES IMPROVEMENTS + FALCON-977 Drop incubator/incubating from falcon codebase. (Shwetha GS + via Srikanth Sundarrajan) + FALCON-952 If hadoop home is set, use $HADOOP_HOME to set falcon classpath (Balu Vellanki via Suhas Vasu) http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/DISCLAIMER.txt ---------------------------------------------------------------------- diff --git a/DISCLAIMER.txt b/DISCLAIMER.txt deleted file mode 100644 index 61f9c40..0000000 --- a/DISCLAIMER.txt +++ /dev/null @@ -1,16 +0,0 @@ -Apache Falcon is an effort undergoing incubation at the Apache -Software Foundation (ASF), sponsored by the Apache Incubator PMC. - -Incubation is required of all newly accepted projects until a further -review indicates that the infrastructure, communications, and decision -making process have stabilized in a manner consistent with other -successful ASF projects. - -While incubation status is not necessarily a reflection of the -completeness or stability of the code, it does indicate that the -project has yet to be fully endorsed by the ASF. - -For more information about the incubation status of the Falcon project -you can go to the following page: - -http://incubator.apache.org/projects/falcon.html \ No newline at end of file http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/Installation-steps.txt ---------------------------------------------------------------------- diff --git a/Installation-steps.txt b/Installation-steps.txt index 8d8622a..2e15805 100644 --- a/Installation-steps.txt +++ b/Installation-steps.txt @@ -44,7 +44,7 @@ a. Building falcon from the source release b. Building falcon from the source repository ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* git clone https://git-wip-us.apache.org/repos/asf/incubator-falcon.git falcon +* git clone https://git-wip-us.apache.org/repos/asf/falcon.git falcon * cd falcon * export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m" && mvn clean install http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/NOTICE.txt ---------------------------------------------------------------------- diff --git a/NOTICE.txt b/NOTICE.txt index 05549c0..cb9fa00 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,4 +1,4 @@ -Apache Falcon (incubating) +Apache Falcon Copyright 2011-2014 The Apache Software Foundation http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/acquisition/pom.xml ---------------------------------------------------------------------- diff --git a/acquisition/pom.xml b/acquisition/pom.xml index 417dfa3..2f72691 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.7-incubating-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> </parent> <artifactId>falcon-acquisition</artifactId> <description>Apache Falcon Acquisition Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/addons/designer/actions/pom.xml ---------------------------------------------------------------------- diff --git a/addons/designer/actions/pom.xml b/addons/designer/actions/pom.xml index bba43fd..64f5ee3 100644 --- a/addons/designer/actions/pom.xml +++ b/addons/designer/actions/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.falcon.designer</groupId> <artifactId>designer-main</artifactId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.6-SNAPSHOT</version> </parent> <artifactId>designer-action</artifactId> <description>Apache Falcon Pipeline Designer - Action Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/addons/designer/checkstyle/pom.xml ---------------------------------------------------------------------- diff --git a/addons/designer/checkstyle/pom.xml b/addons/designer/checkstyle/pom.xml index 591b495..5513685 100644 --- a/addons/designer/checkstyle/pom.xml +++ b/addons/designer/checkstyle/pom.xml @@ -23,6 +23,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.falcon.designer</groupId> <artifactId>checkstyle</artifactId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.6-SNAPSHOT</version> <name>Apache Falcon Pipeline Designer Checkstyle</name> </project> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/addons/designer/common/pom.xml ---------------------------------------------------------------------- diff --git a/addons/designer/common/pom.xml b/addons/designer/common/pom.xml index 8c68c68..d59a376 100644 --- a/addons/designer/common/pom.xml +++ b/addons/designer/common/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.falcon.designer</groupId> <artifactId>designer-main</artifactId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.6-SNAPSHOT</version> </parent> <artifactId>designer-common</artifactId> <description>Apache Falcon Pipeline Designer - Common Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/addons/designer/core/pom.xml ---------------------------------------------------------------------- diff --git a/addons/designer/core/pom.xml b/addons/designer/core/pom.xml index 8ebc79a..9833de0 100644 --- a/addons/designer/core/pom.xml +++ b/addons/designer/core/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.falcon.designer</groupId> <artifactId>designer-main</artifactId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.6-SNAPSHOT</version> </parent> <artifactId>designer-core</artifactId> <description>Apache Falcon Pipeline Designer - Core Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/addons/designer/flows/pom.xml ---------------------------------------------------------------------- diff --git a/addons/designer/flows/pom.xml b/addons/designer/flows/pom.xml index e47154f..07cb35d 100644 --- a/addons/designer/flows/pom.xml +++ b/addons/designer/flows/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.falcon.designer</groupId> <artifactId>designer-main</artifactId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.6-SNAPSHOT</version> </parent> <artifactId>designer-flow</artifactId> <description>Apache Falcon Pipeline Designer - Flows Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/addons/designer/pom.xml ---------------------------------------------------------------------- diff --git a/addons/designer/pom.xml b/addons/designer/pom.xml index 2330682..aee0582 100644 --- a/addons/designer/pom.xml +++ b/addons/designer/pom.xml @@ -21,11 +21,11 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.falcon.designer</groupId> <artifactId>designer-main</artifactId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.6-SNAPSHOT</version> <description>Apache Falcon Pipeline Designer</description> <name>Apache Falcon Pipeline Designer</name> <packaging>pom</packaging> - <url>http://falcon.incubator.apache.org/</url> + <url>http://falcon.apache.org/</url> <licenses> <license> @@ -76,9 +76,9 @@ </mailingLists> <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-falcon.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-falcon.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf/incubator-falcon.git</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/falcon.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/falcon.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf/falcon.git</url> </scm> <distributionManagement> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/addons/designer/transforms/pom.xml ---------------------------------------------------------------------- diff --git a/addons/designer/transforms/pom.xml b/addons/designer/transforms/pom.xml index 6f55129..3c4fd1e 100644 --- a/addons/designer/transforms/pom.xml +++ b/addons/designer/transforms/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.falcon.designer</groupId> <artifactId>designer-main</artifactId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.6-SNAPSHOT</version> </parent> <artifactId>designer-transform</artifactId> <description>Apache Falcon Pipeline Designer - Transform Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/addons/designer/ui/pom.xml ---------------------------------------------------------------------- diff --git a/addons/designer/ui/pom.xml b/addons/designer/ui/pom.xml index 2d4220a..50e134a 100644 --- a/addons/designer/ui/pom.xml +++ b/addons/designer/ui/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.falcon.designer</groupId> <artifactId>designer-main</artifactId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.6-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>designer-ui</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/addons/recipes/hdfs-replication/pom.xml ---------------------------------------------------------------------- diff --git a/addons/recipes/hdfs-replication/pom.xml b/addons/recipes/hdfs-replication/pom.xml index 24ce24a..1926329 100644 --- a/addons/recipes/hdfs-replication/pom.xml +++ b/addons/recipes/hdfs-replication/pom.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.falcon.recipes</groupId> <artifactId>falcon-hdfs-replication-recipe</artifactId> - <version>0.6-incubating-SNAPSHOT</version> + <version>0.6-SNAPSHOT</version> <description>Apache Falcon Sample Hdfs Replicaiton Recipe</description> <name>Apache Falcon Sample Hdfs Replication Recipe</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/archival/pom.xml ---------------------------------------------------------------------- diff --git a/archival/pom.xml b/archival/pom.xml index fd3d215..cc98814 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.7-incubating-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> </parent> <artifactId>falcon-archival</artifactId> <description>Apache Falcon Archival Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/pom.xml b/build-tools/pom.xml index b9bb223..fe308aa 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.7-incubating-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> </parent> <groupId>org.apache.falcon</groupId> <artifactId>build-tools</artifactId> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/checkstyle/pom.xml ---------------------------------------------------------------------- diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 2c56464..822206c 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -23,6 +23,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.falcon</groupId> <artifactId>checkstyle</artifactId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> <name>Checkstyle</name> </project> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 456addd..dcdc792 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.7-incubating-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> </parent> <artifactId>falcon-client</artifactId> <description>Apache Falcon CLI client</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index b349c2f..681b22d 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.7-incubating-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> </parent> <artifactId>falcon-common</artifactId> <description>Apache Falcon Common Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 6748468..24f6790 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.7-incubating-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> </parent> <artifactId>falcon-docs</artifactId> <description>Apache Falcon Documentation</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 6f8c8a5..aeb7a5e 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -34,18 +34,12 @@ </custom> <bannerLeft> - <name>Falcon</name> + <name>Apache Falcon</name> <src>./images/falcon-logo.png</src> <width>200px</width> <height>45px</height> </bannerLeft> - <bannerRight> - <name>Apache Incubator</name> - <src>./images/apache-incubator-logo.png</src> - <href>http://incubator.apache.org</href> - </bannerRight> - <publishDate position="right"/> <version position="right"/> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/docs/src/site/twiki/InstallationSteps.twiki ---------------------------------------------------------------------- diff --git a/docs/src/site/twiki/InstallationSteps.twiki b/docs/src/site/twiki/InstallationSteps.twiki index 726dd9b..ddf2951 100644 --- a/docs/src/site/twiki/InstallationSteps.twiki +++ b/docs/src/site/twiki/InstallationSteps.twiki @@ -4,7 +4,7 @@ ---+++ Building Falcon <verbatim> -git clone https://git-wip-us.apache.org/repos/asf/incubator-falcon.git falcon +git clone https://git-wip-us.apache.org/repos/asf/falcon.git falcon cd falcon http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/falcon-regression/CHANGES.txt ---------------------------------------------------------------------- diff --git a/falcon-regression/CHANGES.txt b/falcon-regression/CHANGES.txt index ad2c13f..0c69eaa 100644 --- a/falcon-regression/CHANGES.txt +++ b/falcon-regression/CHANGES.txt @@ -1,4 +1,4 @@ -Apache Falcon (incubating) Regression Change log +Apache Falcon Regression Change log Trunk (Unreleased) http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/falcon-regression/merlin-core/pom.xml ---------------------------------------------------------------------- diff --git a/falcon-regression/merlin-core/pom.xml b/falcon-regression/merlin-core/pom.xml index 17cc1f9..a83696d 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.7-incubating-SNAPSHOT</version> + <version>0.7-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/3efe836c/falcon-regression/merlin/pom.xml ---------------------------------------------------------------------- diff --git a/falcon-regression/merlin/pom.xml b/falcon-regression/merlin/pom.xml index 9985bfb..7d096b1 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.7-incubating-SNAPSHOT</version> + <version>0.7-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/3efe836c/falcon-regression/pom.xml ---------------------------------------------------------------------- diff --git a/falcon-regression/pom.xml b/falcon-regression/pom.xml index ccfc2f9..a00b456 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.7-incubating-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> </parent> <groupId>org.apache.falcon.regression</groupId> <artifactId>falcon-regression</artifactId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.7-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/3efe836c/hadoop-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-dependencies/pom.xml b/hadoop-dependencies/pom.xml index d53900f..b647077 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.7-incubating-SNAPSHOT</version> + <version>0.7-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/3efe836c/hadoop-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-webapp/pom.xml b/hadoop-webapp/pom.xml index 58ac986..7a2f905 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.7-incubating-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> </parent> <artifactId>falcon-hadoop-webapp</artifactId> <description>Apache Falcon Embedded Hadoop - Test Cluster</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/messaging/pom.xml ---------------------------------------------------------------------- diff --git a/messaging/pom.xml b/messaging/pom.xml index 97e090b..94b7e89 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.7-incubating-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> </parent> <artifactId>falcon-messaging</artifactId> <description>Apache Falcon JMS messaging Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/metrics/pom.xml ---------------------------------------------------------------------- diff --git a/metrics/pom.xml b/metrics/pom.xml index f945969..3d558fc 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.7-incubating-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> </parent> <artifactId>falcon-metrics</artifactId> <description>Apache Falcon Metrics</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/oozie-el-extensions/pom.xml ---------------------------------------------------------------------- diff --git a/oozie-el-extensions/pom.xml b/oozie-el-extensions/pom.xml index 32ff1eb..d43532b 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.7-incubating-SNAPSHOT</version> + <version>0.7-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/3efe836c/oozie/pom.xml ---------------------------------------------------------------------- diff --git a/oozie/pom.xml b/oozie/pom.xml index 12c6431..d5c422f 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.7-incubating-SNAPSHOT</version> + <version>0.7-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/3efe836c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1b3a6c5..e39f250 100644 --- a/pom.xml +++ b/pom.xml @@ -27,11 +27,11 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.falcon</groupId> <artifactId>falcon-main</artifactId> - <version>0.7-incubating-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> <description>Data Management and Processing Platform over Hadoop</description> <name>Apache Falcon</name> <packaging>pom</packaging> - <url>http://falcon.incubator.apache.org/</url> + <url>http://falcon.apache.org/</url> <licenses> <license> @@ -82,9 +82,9 @@ </mailingLists> <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-falcon.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-falcon.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf/incubator-falcon.git</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/falcon.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/falcon.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf/falcon.git</url> </scm> <distributionManagement> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/prism/pom.xml ---------------------------------------------------------------------- diff --git a/prism/pom.xml b/prism/pom.xml index 43cc4b4..4a3054a 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.7-incubating-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>falcon-prism</artifactId> @@ -183,7 +183,7 @@ </execution> </executions> <configuration> - <dname>cn=falcon.incubator.apache.org</dname> + <dname>cn=falcon.apache.org</dname> <keystore>${project.build.directory}/prism.keystore</keystore> <keypass>falcon-prism-passwd</keypass> <storepass>falcon-prism-passwd</storepass> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/replication/pom.xml ---------------------------------------------------------------------- diff --git a/replication/pom.xml b/replication/pom.xml index 9bc0195..8c4d6b4 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.7-incubating-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> </parent> <artifactId>falcon-replication</artifactId> <description>Apache Falcon Replication Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/rerun/pom.xml ---------------------------------------------------------------------- diff --git a/rerun/pom.xml b/rerun/pom.xml index 416f330..2487aea 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.7-incubating-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> </parent> <artifactId>falcon-rerun</artifactId> <description>Apache Falcon Rerun Handler</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/retention/pom.xml ---------------------------------------------------------------------- diff --git a/retention/pom.xml b/retention/pom.xml index 4cfb3a2..75c738c 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.7-incubating-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> </parent> <artifactId>falcon-retention</artifactId> <description>Apache Falcon Retention Module</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/test-util/pom.xml ---------------------------------------------------------------------- diff --git a/test-util/pom.xml b/test-util/pom.xml index a6c7e50..5dbb2e3 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.7-incubating-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> </parent> <artifactId>falcon-test-util</artifactId> <description>Apache Falcon Test Utility</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/pom.xml b/webapp/pom.xml index a28cc91..86fcc2a 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.7-incubating-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> </parent> <artifactId>falcon-webapp</artifactId> <description>Apache Falcon Web Application</description> http://git-wip-us.apache.org/repos/asf/falcon/blob/3efe836c/webapp/src/main/webapp/index.html ---------------------------------------------------------------------- diff --git a/webapp/src/main/webapp/index.html b/webapp/src/main/webapp/index.html index dc7ef42..3dc9c89 100644 --- a/webapp/src/main/webapp/index.html +++ b/webapp/src/main/webapp/index.html @@ -26,6 +26,6 @@ </head> <body class="topBarEnabled"> <h1> Apache Falcon</h1> -More information at: <a href="http://falcon.incubator.apache.org/index.html" title="About">Project Website</a> +More information at: <a href="http://falcon.apache.org/index.html" title="About">Project Website</a> </body> </html>