This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new 1fca591 installation guide updates on specs 1fca591 is described below commit 1fca591ad5df1cc2a6f3cb106ab5031f2417a783 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Mon Aug 16 08:17:32 2021 -1000 installation guide updates on specs --- src/site/xdoc/docs/installationguide.xml.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/xdoc/docs/installationguide.xml.vm b/src/site/xdoc/docs/installationguide.xml.vm index f0a0279..833e010 100644 --- a/src/site/xdoc/docs/installationguide.xml.vm +++ b/src/site/xdoc/docs/installationguide.xml.vm @@ -360,14 +360,14 @@ distribution</a>) can be built using Maven commands. <p>Required jar files do not come with the distribution and they will also have to be built by running the maven command. Before we go any further, it is necessary to install <a href= -"http://maven.apache.org/">Maven2</a> and +"http://maven.apache.org/">Maven3</a> and set up its environment, as explained below.</p> <a name="env-src" id="env-src"></a> <h3>Setting Up the Environment and Tools</h3> <a name="maven" id="maven"></a> <h4>Maven</h4> <p>The Axis2 build is based on <a href= -"http://maven.apache.org/">Maven2</a> . +"http://maven.apache.org/">Maven3</a> . Hence the only prerequisite to build Axis2 from the source distribution is to have Maven installed. Extensive instruction guides are available at the Maven site. This guide however contains