Repository: falcon Updated Branches: refs/heads/0.6.1 b62975a6d -> 4bd7b7300
FALCON-1224 cannot build falcon - codehaus close service and repo - fail error 503. Contributed by Suhas Vasu. Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/e3ac1149 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/e3ac1149 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/e3ac1149 Branch: refs/heads/0.6.1 Commit: e3ac11492139a452fb7dda507176704499eda894 Parents: 8ebb2b5 Author: shaik.idris <[email protected]> Authored: Mon May 25 13:06:36 2015 +0530 Committer: shaik.idris <[email protected]> Committed: Mon May 25 13:06:36 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 3 +++ pom.xml | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/e3ac1149/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 7ab0b9f..8fc39e2 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -145,6 +145,9 @@ Branch: 0.6.1 (Proposed Release Version: 0.6.1) (Suhas vasu) BUG FIXES + FALCON-1224 cannot build falcon - codehaus close service and repo + - fail error 503 (Suhas Vasu via Shaik Idris Ali) + FALCON-1195 ClusterEntityParserTest fails intermittently. (Balu Vellanki via Shaik Idris Ali) http://git-wip-us.apache.org/repos/asf/falcon/blob/e3ac1149/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 767a519..9440c08 100644 --- a/pom.xml +++ b/pom.xml @@ -417,13 +417,6 @@ </snapshots> </repository> <repository> - <id>Codehaus repository</id> - <url>http://repository.codehaus.org/</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - <repository> <id>apache.snapshots.repo</id> <url>https://repository.apache.org/content/groups/snapshots</url> <name>Apache Snapshots Repository</name>
