Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2019-10-17 14:51:54 +0000
committerMarkus Knauer2019-10-17 14:51:54 +0000
commit3fc1ab3032bb9ae5fc1045da2bdf2ecadc7451d6 (patch)
treef8984273c817b0be97c98f5167c968179a56a413 /README.md
parent566789a30a2b3b8acf231f8ef31fcc2218748c5c (diff)
downloadorg.eclipse.epp.packages-3fc1ab3032bb9ae5fc1045da2bdf2ecadc7451d6.tar.gz
org.eclipse.epp.packages-3fc1ab3032bb9ae5fc1045da2bdf2ecadc7451d6.tar.xz
org.eclipse.epp.packages-3fc1ab3032bb9ae5fc1045da2bdf2ecadc7451d6.zip
Update strings and versions for 2019-12 M1
Change-Id: If1453315e1ee47070347dc985eb30b8b398c3b86 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
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 b18ef4e4..66d3fded 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/2019-09/> as input. Sometimes it is
+repository at <http://download.eclipse.org/staging/2019-12/> 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-09 repository:
+composite Eclipse 2019-12 repository:
- -Declipse.simultaneous.release.repository="http://download.eclipse.org/releases/2019-09"
+ -Declipse.simultaneous.release.repository="http://download.eclipse.org/releases/2019-12"

Back to the top