Repository: incubator-atlas Updated Branches: refs/heads/master f6d57f726 -> 474bf7a89
ATLAS-14 Change the github repo url in installation steps to point to Apache repo (ajayyadava via shwethags) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/474bf7a8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/474bf7a8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/474bf7a8 Branch: refs/heads/master Commit: 474bf7a89dc73169f8f33d034b80a2f1042287dc Parents: f6d57f7 Author: Shwetha GS <[email protected]> Authored: Tue Jun 16 11:35:01 2015 +0530 Committer: Shwetha GS <[email protected]> Committed: Tue Jun 16 11:35:01 2015 +0530 ---------------------------------------------------------------------- InstallationSteps.txt | 2 +- release-log.txt | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/474bf7a8/InstallationSteps.txt ---------------------------------------------------------------------- diff --git a/InstallationSteps.txt b/InstallationSteps.txt index b32de6b..9ffac1d 100755 --- a/InstallationSteps.txt +++ b/InstallationSteps.txt @@ -32,7 +32,7 @@ You would need the following installed: Building Atlas from the source repository ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* git clone [email protected]:hortonworks/atlas.git atlas +* git clone https://git-wip-us.apache.org/repos/asf/incubator-atlas.git atlas * cd atlas * export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m" && mvn clean install http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/474bf7a8/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt new file mode 100644 index 0000000..1ced371 --- /dev/null +++ b/release-log.txt @@ -0,0 +1,14 @@ +Apache Atlas Release Notes +========================== + +--trunk - unreleased + +INCOMPATIBLE CHANGES: + +ALL CHANGES: + + +--Release 0.5-incubating + +ALL CHANGES: +ATLAS-14 Change the github repo url in installation steps to point to Apache repo (ajayyadava via shwethags)
