Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2019-03-20 23:33:10 +0000
committerFred Bricon2019-03-20 23:33:24 +0000
commit7400bf563885fdf122aaccf356c398a0a9120ffa (patch)
treec2ea4e3c803f9dab41b318a71b1b88a86b120aa2 /pom.xml
parent94dbacdbda5749d79f92eeb833f00e5ffd2b5325 (diff)
downloadm2e-core-7400bf563885fdf122aaccf356c398a0a9120ffa.tar.gz
m2e-core-7400bf563885fdf122aaccf356c398a0a9120ffa.tar.xz
m2e-core-7400bf563885fdf122aaccf356c398a0a9120ffa.zip
Build against Eclipse 2019-03 bits
Change-Id: I28e0b922fd10a23498d048e4b372231df4a18522 Signed-off-by: Fred Bricon <fbricon@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index c18503c6..835894a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,11 +9,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
-
- <prerequisites>
- <maven>3.3.9</maven>
- </prerequisites>
-
<parent>
<groupId>org.sonatype.forge</groupId>
<artifactId>forge-parent</artifactId>
@@ -41,8 +36,8 @@
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<!-- eclipse version m2e is built against -->
- <eclipse.stream>photon</eclipse.stream>
- <eclipse-repo.url>http://download.eclipse.org/eclipse/updates/4.8/</eclipse-repo.url>
+ <eclipse.stream>2019-03</eclipse.stream>
+ <eclipse-repo.url>http://download.eclipse.org/eclipse/updates/4.11/</eclipse-repo.url>
<eclipse-simrel.url>http://download.eclipse.org/releases/${eclipse.stream}</eclipse-simrel.url>
<tycho.testArgLine>-Xmx800m</tycho.testArgLine>

Back to the top