Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 10e62e13..a323c5bb 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,6 @@ desired to build against another release (e.g. a different milestone), or agains
mirror of this repository. This can be achieved by setting the Java property
`eclipse.simultaneous.release.repository`to another URL. As an example, by adding the
following argument to the Maven command line, the EPP build will read its input from the
-composite Eclipse Mars repository:
+composite Eclipse Neon repository:
- -Declipse.simultaneous.release.repository="http://download.eclipse.org/releases/mars"
+ -Declipse.simultaneous.release.repository="http://download.eclipse.org/releases/neon"

Back to the top