Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-07 11:34:03 +0000
committerSravan Kumar Lakkimsetti2018-09-10 04:37:35 +0000
commite2ed116931af72688549f8dbbbeb13a7ba6e1036 (patch)
tree5cc8016f1de84aabe2fc6c64e3ceab6bbc9598a6 /README.md
parentf810a21522f0faac0f8e11cf3f4811a992a05c6e (diff)
downloadeclipse.platform.releng.aggregator-e2ed116931af72688549f8dbbbeb13a7ba6e1036.tar.gz
eclipse.platform.releng.aggregator-e2ed116931af72688549f8dbbbeb13a7ba6e1036.tar.xz
eclipse.platform.releng.aggregator-e2ed116931af72688549f8dbbbeb13a7ba6e1036.zip
Bug 538784 - Upgrade Maven to 3.5.4 in build scripts
Change-Id: I40f020410e159dc32134bb3aee23871bab7a0f45 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3bd99d1c4..62d5d6935 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Aggregator repo for Eclipse SDK builds.
To run a complete build, on your local machine, run the commands from ./scripts/build.sh in this folder.
-These commands requires the installation and setup of Java 1.8 or higher and Maven version 3.3.3 or higher Plus, other settings, alternatives, and other recommendations are made in the complete instructions on the [Platform Build wiki](http://wiki.eclipse.org/Platform-releng/Platform_Build "Platform Build"). Note, it is highly recommended to use toolchains.xml and -Pbree-libs as decribed in [Using BREE Libs](https://wiki.eclipse.org/Platform-releng/Platform_Build#Using_BREE_Libs "Using BREE Libs"). If you do use BREE Libs (with proper toolchains.xml file) you can use Java 1.7 to "run the build".
+These commands requires the installation and setup of Java 1.8 or higher and Maven version 3.5.4 or higher Plus, other settings, alternatives, and other recommendations are made in the complete instructions on the [Platform Build wiki](http://wiki.eclipse.org/Platform-releng/Platform_Build "Platform Build"). Note, it is highly recommended to use toolchains.xml and -Pbree-libs as decribed in [Using BREE Libs](https://wiki.eclipse.org/Platform-releng/Platform_Build#Using_BREE_Libs "Using BREE Libs"). If you do use BREE Libs (with proper toolchains.xml file) you can use Java 1.7 to "run the build".
Eclipse Platform Project committers should also read [Automated Platform Builds](http://wiki.eclipse.org/Platform-releng/Automated_Platform_Build "Automated Platform Builds").

Back to the top