This is an automated email from the ASF dual-hosted git repository. isudana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/synapse.git
The following commit(s) were added to refs/heads/master by this push: new a842ae2bf Update installation instruction docs new d0d008a79 Merge pull request #83 from n-jay/release2 a842ae2bf is described below commit a842ae2bfb462e32c5a21e759254e9f60f3e9d7c Author: n-jay <nuwanjayaward...@gmail.com> AuthorDate: Thu Apr 27 16:00:07 2023 +0530 Update installation instruction docs --- modules/documentation/src/site/xdoc/userguide/installation.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/documentation/src/site/xdoc/userguide/installation.xml b/modules/documentation/src/site/xdoc/userguide/installation.xml index 244489c48..0a735bd5e 100644 --- a/modules/documentation/src/site/xdoc/userguide/installation.xml +++ b/modules/documentation/src/site/xdoc/userguide/installation.xml @@ -64,7 +64,7 @@ </a> </td> <td> - 1.6.0_23 or higher (For instructions on setting up the JDK on different + 1.8.0_141 or higher (For instructions on setting up the JDK on different operating systems, visit<a href="http://www.oracle.com/technetwork/java/index.html"> Java homepage. @@ -225,9 +225,12 @@ the source distribution, which is available as a zip archive. All the necessary build scripts are included with this distribution. + Alternatively Synapse can be cloned from the Github <a href="https://github.com/apache/synapse"> + repository</a>. </li> <li> - Extract the source archive to a directory of your choice. + Extract the source archive to a directory of your choice. If cloned from Github repository, + change directories into downloaded project root. </li> <li> Run <strong>mvn clean install</strong> command inside that directory to build