Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2014-08-07 16:37:23 +0000
committerMarkus Knauer2014-08-07 16:37:46 +0000
commitdc48fc5b201e52e1499c0593c4a182e7e2cd312f (patch)
tree550a5f14f9018c5eebe6625fa9af638af771f34d /README.md
parent4286ee0d3c108357ee300333fed4f0fdf13e3457 (diff)
downloadorg.eclipse.epp.packages-dc48fc5b201e52e1499c0593c4a182e7e2cd312f.tar.gz
org.eclipse.epp.packages-dc48fc5b201e52e1499c0593c4a182e7e2cd312f.tar.xz
org.eclipse.epp.packages-dc48fc5b201e52e1499c0593c4a182e7e2cd312f.zip
Upgrade configuration files from Luna to Eclipse Mars (4.5.0)
Change-Id: Icea756ad80e1cb9dd34db86615cf0d50c55e8ddf Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
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 e76d7c73..3ea4ae04 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,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 Luna repository:
+composite Eclipse Mars repository:
- -Declipse.simultaneous.release.repository="http://download.eclipse.org/releases/luna"
+ -Declipse.simultaneous.release.repository="http://download.eclipse.org/releases/mars"

Back to the top