This is an automated email from the ASF dual-hosted git repository. madhan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push: new 9c1413067 ATLAS-4950: updated Atlas version in BuildInstructions.md from 1.0.0 with 2.4.0 9c1413067 is described below commit 9c1413067df69155f392fb4f4c9aaec560ae465c Author: Madhan Neethiraj <mad...@apache.org> AuthorDate: Thu Jan 2 09:18:15 2025 -0800 ATLAS-4950: updated Atlas version in BuildInstructions.md from 1.0.0 with 2.4.0 --- docs/docz-lib/config/versions.js | 2 +- docs/src/documents/Setup/BuildInstruction.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docz-lib/config/versions.js b/docs/docz-lib/config/versions.js index fea87bf8d..2e0d466c4 100644 --- a/docs/docz-lib/config/versions.js +++ b/docs/docz-lib/config/versions.js @@ -1,5 +1,5 @@ export default [ - { id: 1, href: "/2.4.0/index.html", title: "2.4.0", label: "2.4.0" }, + { id: 1, href: "/2.4.0/index.html", title: "2.4.0", label: "2.4.0" }, { id: 2, href: "/2.3.0/index.html", title: "2.3.0", label: "2.3.0" }, { id: 3, href: "/2.2.0/index.html", title: "2.2.0", label: "2.2.0" }, { id: 4, href: "/2.1.0/index.html", title: "2.1.0", label: "2.1.0" }, diff --git a/docs/src/documents/Setup/BuildInstruction.md b/docs/src/documents/Setup/BuildInstruction.md index 5d8605482..7025fc232 100644 --- a/docs/src/documents/Setup/BuildInstruction.md +++ b/docs/src/documents/Setup/BuildInstruction.md @@ -12,14 +12,14 @@ import SyntaxHighlighter from 'react-syntax-highlighter'; ## Building & Installing Apache Atlas ### Building Apache Atlas -Download Apache Atlas 1.0.0 release sources, apache-atlas-1.0.0-sources.tar.gz, from the [downloads](#/Downloads) page. +Download Apache Atlas 2.4.0 release sources, apache-atlas-2.4.0-sources.tar.gz, from the [downloads](#/Downloads) page. Then follow the instructions below to build Apache Atlas. <SyntaxHighlighter wrapLines={true} language="powershell" style={theme.dark}> -{`tar xvfz apache-atlas-1.0.0-sources.tar.gz -cd apache-atlas-sources-1.0.0/ +{`tar xvfz apache-atlas-2.4.0-sources.tar.gz +cd apache-atlas-sources-2.4.0/ export MAVEN_OPTS="-Xms2g -Xmx2g" mvn clean -DskipTests install`} </SyntaxHighlighter>