diff options
author | Fred Bricon | 2018-07-27 20:09:31 +0000 |
---|---|---|
committer | Fred Bricon | 2018-07-27 20:09:31 +0000 |
commit | 25dafaba09b97f0282365f762a0d0fe387a391df (patch) | |
tree | 404075a125400e2317d8f55dcb6a9b702154fc6f | |
parent | 3785c3c0a930f6bff75969fd1b84d731ec950a1c (diff) | |
download | m2e-core-m2e-1.8.x.tar.gz m2e-core-m2e-1.8.x.tar.xz m2e-core-m2e-1.8.x.zip |
Remove old JDT beta p2 repo to fix the buildm2e-1.8.x
Change-Id: Ic369b509da74c7c9ce3bb2092b25802c6dd7a14d
Signed-off-by: Fred Bricon <fbricon@gmail.com>
-rw-r--r-- | pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -18,6 +18,7 @@ <groupId>org.sonatype.forge</groupId> <artifactId>forge-parent</artifactId> <version>10</version> + <relativePath /> </parent> <groupId>org.eclipse.m2e</groupId> @@ -42,7 +43,6 @@ <!-- eclipse version m2e is built against --> <eclipse.stream>oxygen</eclipse.stream> <eclipse-repo.url>http://download.eclipse.org/releases/${eclipse.stream}</eclipse-repo.url> - <jdt-repo.url>http://download.eclipse.org/eclipse/updates/4.7-M-builds/</jdt-repo.url> </properties> <organization> @@ -64,11 +64,6 @@ <repositories> <repository> - <id>jdt-beta</id> - <layout>p2</layout> - <url>${jdt-repo.url}</url> - </repository> - <repository> <id>simrel</id> <layout>p2</layout> <url>${eclipse-repo.url}</url> |