Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c90e86c4..10599d33 100644
--- a/README.md
+++ b/README.md
@@ -71,11 +71,11 @@ Additional Configuration Possibilities
--------------------------------------
By default, the EPP build uses the content of the Eclipse Simultaneous Release *Staging*
-repository at <http://download.eclipse.org/staging/2019-12/> as input. Sometimes it is
+repository at <http://download.eclipse.org/staging/2020-03/> as input. Sometimes it is
desired to build against another release (e.g. a different milestone), or against a local
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 2019-12 repository:
+composite Eclipse 2020-03 repository:
- -Declipse.simultaneous.release.repository="http://download.eclipse.org/releases/2019-12"
+ -Declipse.simultaneous.release.repository="http://download.eclipse.org/releases/2020-03"

Back to the top