Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2017-08-14 05:48:57 +0000
committerMarkus Knauer2017-08-14 05:48:57 +0000
commitb440dcbfe726a2b2fc96ad26f90cef05dd3978aa (patch)
treef9b87efe1987706866df38a9f3bf43633a6789ee /README.md
parentca4f68cd7f352553197de7d78bc1f2d8888a5b99 (diff)
downloadorg.eclipse.epp.packages-b440dcbfe726a2b2fc96ad26f90cef05dd3978aa.tar.gz
org.eclipse.epp.packages-b440dcbfe726a2b2fc96ad26f90cef05dd3978aa.tar.xz
org.eclipse.epp.packages-b440dcbfe726a2b2fc96ad26f90cef05dd3978aa.zip
Update for Eclipse Photon (4.8.0) Release
Update all pom.xml, feature.xml, epp.product, MANIFEST.MF, p2.inf files to the new version 4.8.0 and to the new Simultaneous Release name of Photon. Change-Id: I081a54ddac2ee61592bac9a61eae83906728d2e1 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 2d659d61..e725fa28 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/oxygen/> as input. Sometimes it is
+repository at <http://download.eclipse.org/staging/photon/> 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 Oxygen repository:
+composite Eclipse Photon repository:
- -Declipse.simultaneous.release.repository="http://download.eclipse.org/releases/oxygen"
+ -Declipse.simultaneous.release.repository="http://download.eclipse.org/releases/photon"

Back to the top