Skip to content

Commit ae58c81

Browse files
committed
make sure to already include the latest m2e 1.16.2 bugfix version
1 parent 8c7e12b commit ae58c81

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

eclipse-distribution/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
<repository>
239239
<id>m2e</id>
240240
<layout>p2</layout>
241-
<url>https://download.eclipse.org/technology/m2e/releases/1.16.1/</url>
241+
<url>https://download.eclipse.org/technology/m2e/snapshots/1.16.2/latest/</url>
242242
</repository>
243243
<repository>
244244
<id>latest-m2e-wtp</id>
@@ -333,6 +333,11 @@
333333
<layout>p2</layout>
334334
<url>https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository</url>
335335
</repository>
336+
<repository>
337+
<id>m2e</id>
338+
<layout>p2</layout>
339+
<url>https://download.eclipse.org/technology/m2e/snapshots/1.16.2/latest/</url>
340+
</repository>
336341
<!-- <repository>
337342
<id>latest-m2e-wtp</id>
338343
<layout>p2</layout>

0 commit comments

Comments
 (0)