This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a23ecd5 Automatic Site Publish by Buildbot
a23ecd5 is described below
commit a23ecd5a9307e222068df1bbf8fdd10c73e4770c
Author: buildbot <[email protected]>
AuthorDate: Mon May 31 16:26:15 2021 +0000
Automatic Site Publish by Buildbot
---
output/building.html | 8 ++++----
output/getting-started.html | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/output/building.html b/output/building.html
index cb8dffb..cf8f249 100644
--- a/output/building.html
+++ b/output/building.html
@@ -104,15 +104,15 @@
<ul>
<li>Download and <a href="http://maven.apache.org/download">install
Maven</a>.</li>
<li>Get the latest <a href="source">Source</a></li>
- <li>JDK (1.6 for version <= 5.10, 1.7 for version > 5.10)</li>
+ <li>JDK (11 for version 5.17.0+, 1.8 for version <= 5.17.0, 1.6 for
version <= 5.10, 1.7 for version > 5.10)</li>
</ul>
-<h2 id="using-maven-2-activemq-41x-and-up">Using Maven 2 (ActiveMQ 4.1.x and
Up)</h2>
+<h2 id="using-maven-3">Using Maven 3</h2>
-<p>ActiveMQ 4.1.x and up use Maven 2 to Build. We recommend you download and
install <a href="http://maven.apache.org/download">Maven 2.0.4</a>.</p>
+<p>ActiveMQ uses Maven 3 to Build. We recommend you download and install <a
href="http://maven.apache.org/download">Maven</a>.</p>
<blockquote>
- <p>You should set the MAVEN_OPTS environment variable to -Xmx800m. There are
portions of the ActiveMQ build that are very memory intensive. Increase the
maven memory limit so that the build does not fail for you.</p>
+ <p>You should set the MAVEN_OPTS environment variable to at least -Xmx800m.
There are portions of the ActiveMQ build that are very memory intensive.
Increase the maven memory limit so that the build does not fail for you.</p>
</blockquote>
<h3 id="doing-a-quick-build">Doing a Quick Build</h3>
diff --git a/output/getting-started.html b/output/getting-started.html
index 2991bcc..12f5dd4 100644
--- a/output/getting-started.html
+++ b/output/getting-started.html
@@ -160,7 +160,7 @@
<p><strong>Environment:</strong></p>
<ul>
- <li><a
href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Java
Runtime Environment (JRE)</a> <strong>JRE 1.7</strong> (1.6 for version
<=5.10.0)<br />
+ <li><a
href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Java
Runtime Environment (JRE)</a> <strong>JRE 1.8</strong> or greater (1.7 for
version <=5.15.0, 1.6 for version <=5.10.0)<br />
(a JDK is required if you plan to recompile source code)</li>
<li>The JAVA_HOME environment variable must be set to the directory where
the JRE is installed<br />
(Unix: the binary “java” has to be resolvable by the PATH variable; execute
“which java” to verify)</li>