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 451ae7f3..976a2f55 100644
--- a/README.md
+++ b/README.md
@@ -72,11 +72,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/photon/> as input. Sometimes it is
+repository at <http://download.eclipse.org/staging/2018-09/> 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 Photon repository:
+composite Eclipse 2018-09 repository:
- -Declipse.simultaneous.release.repository="http://download.eclipse.org/releases/photon"
+ -Declipse.simultaneous.release.repository="http://download.eclipse.org/releases/2018-09"

Back to the top