diff options
author | Mat Booth | 2018-08-21 06:20:44 -0400 |
---|---|---|
committer | Mat Booth | 2018-08-21 06:22:52 -0400 |
commit | b4caf89a257324a40a6659294835cada6517ccdc (patch) | |
tree | a1304eb7987d9245bf2a8f7e3d63202ec7cb51a1 /eclipse-platform-parent/pom.xml | |
parent | 94e44728f9ee1e91a365f8c7deb9478e99b7f3f9 (diff) | |
download | eclipse.platform.releng.aggregator-b4caf89a257324a40a6659294835cada6517ccdc.tar.gz eclipse.platform.releng.aggregator-b4caf89a257324a40a6659294835cada6517ccdc.tar.xz eclipse.platform.releng.aggregator-b4caf89a257324a40a6659294835cada6517ccdc.zip |
Bug 536958 - Update prereqs for 4.9 release: EMF
Update the EMF repo URL to the formal milestone URL. No bundle
versions changed.
Change-Id: I67c09bccdbae0d1829923ac5ce3091aab25a4a1d
Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r-- | eclipse-platform-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index 27fc51b5..6de3ad3c 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -99,7 +99,7 @@ it). And, of course, in the PDE target file, the URL is expected to be the actual URL, not a variable. --> - <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/builds/nightly/N201807230917/</emf-repo.url> + <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/builds/milestone/S201808030618</emf-repo.url> <ecf-repo.url>http://download.eclipse.org/rt/ecf/3.14.1/site.p2/</ecf-repo.url> |