Skip to content

Commit bcb33db

Browse files
committed
#484 Neon Support
Added cdt release 8.8 to repos
1 parent 4d7008c commit bcb33db

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

it.baeyens.arduino.parent/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,11 +402,16 @@
402402
</profile>
403403
</profiles>
404404

405-
<repositories>
405+
<repositories>
406406
<repository>
407407
<id>nebula</id>
408408
<layout>p2</layout>
409-
<url> http://download.eclipse.org/technology/nebula/snapshot</url>
409+
<url>http://download.eclipse.org/technology/nebula/snapshot</url>
410+
</repository>
411+
<repository>
412+
<id>cdt-8.8</id>
413+
<layout>p2</layout>
414+
<url>http://download.eclipse.org/tools/cdt/releases/8.8</url>
410415
</repository>
411416
</repositories>
412417

0 commit comments

Comments
 (0)