Skip to content

Commit 18f61b7

Browse files
author
jantje
committed
added sloeber_release to define the eclipse to use for the build engine
1 parent f676dfb commit 18f61b7

File tree

1 file changed

+41
-16
lines changed

1 file changed

+41
-16
lines changed

io.sloeber.parent/pom.xml

Lines changed: 41 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
34
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
45
<modelVersion>4.0.0</modelVersion>
56
<groupId>com.github.brodykenrick.arduino-eclipse-plugin</groupId>
@@ -173,7 +174,7 @@
173174
<version>${tycho.version}</version>
174175
<configuration>
175176
<!-- configure the p2 target environments for multi-platform build -->
176-
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
177+
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
177178
spec -->
178179
<environments>
179180
<environment>
@@ -218,7 +219,7 @@
218219
<version>${tycho.version}</version>
219220
<configuration>
220221
<!-- configure the p2 target environments for multi-platform build -->
221-
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
222+
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
222223
spec -->
223224
<environments>
224225
<environment>
@@ -242,7 +243,7 @@
242243
<version>${tycho.version}</version>
243244
<configuration>
244245
<!-- configure the p2 target environments for multi-platform build -->
245-
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
246+
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
246247
spec -->
247248
<environments>
248249
<environment>
@@ -267,7 +268,7 @@
267268
<version>${tycho.version}</version>
268269
<configuration>
269270
<!-- configure the p2 target environments for multi-platform build -->
270-
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
271+
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
271272
spec -->
272273
<environments>
273274
<environment>
@@ -292,7 +293,7 @@
292293
<version>${tycho.version}</version>
293294
<configuration>
294295
<!-- configure the p2 target environments for multi-platform build -->
295-
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
296+
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
296297
spec -->
297298
<environments>
298299
<!-- Mac -->
@@ -341,7 +342,7 @@
341342
<activation>
342343
<activeByDefault>false</activeByDefault>
343344
</activation>
344-
345+
345346
<repositories>
346347
<repository>
347348
<id>2018-09</id>
@@ -356,7 +357,7 @@
356357
</repository>
357358
</repositories>
358359
</profile>
359-
360+
360361
<profile>
361362
<id>2018-12</id>
362363
<properties>
@@ -365,7 +366,7 @@
365366
<activation>
366367
<activeByDefault>false</activeByDefault>
367368
</activation>
368-
369+
369370
<repositories>
370371
<repository>
371372
<id>2018-12</id>
@@ -380,15 +381,15 @@
380381
</repository>
381382
</repositories>
382383
</profile>
383-
<profile>
384+
<profile>
384385
<id>2019-09</id>
385386
<properties>
386387
<platform-version-name>2019-09</platform-version-name>
387388
</properties>
388389
<activation>
389390
<activeByDefault>false</activeByDefault>
390391
</activation>
391-
392+
392393
<repositories>
393394
<repository>
394395
<id>2019-09</id>
@@ -402,10 +403,11 @@
402403
<url>http://download.eclipse.org/releases/2019-09</url>
403404
</repository>
404405
</repositories>
405-
</profile>
406-
<!-- Latest must be the same as the previous one. -->
406+
</profile>
407+
<!-- Latest must be the same as the previous one. -->
408+
407409
<profile>
408-
<id>latest</id>
410+
<id>latest</id>
409411
<properties>
410412
<platform-version-name>latest</platform-version-name>
411413
</properties>
@@ -417,13 +419,36 @@
417419
<repository>
418420
<id>platform_latest</id>
419421
<layout>p2</layout>
420-
<url>http://download.eclipse.org/eclipse/updates/4.12</url>
422+
<url>http://download.eclipse.org/eclipse/updates/4.13</url>
421423
</repository>
422424

423425
<repository>
424426
<id>release-train_latest</id>
425427
<layout>p2</layout>
426-
<url>http://download.eclipse.org/releases/2019-06</url>
428+
<url>http://download.eclipse.org/releases/2019-09</url>
429+
</repository>
430+
</repositories>
431+
</profile>
432+
<profile>
433+
<id>sloeber_release</id>
434+
<properties>
435+
<platform-version-name>sloeber_release</platform-version-name>
436+
</properties>
437+
<activation>
438+
<activeByDefault>false</activeByDefault>
439+
</activation>
440+
441+
<repositories>
442+
<repository>
443+
<id>platform_sloeber_release</id>
444+
<layout>p2</layout>
445+
<url>http://download.eclipse.org/eclipse/updates/4.13</url>
446+
</repository>
447+
448+
<repository>
449+
<id>release-sloeber_release</id>
450+
<layout>p2</layout>
451+
<url>http://download.eclipse.org/releases/2019-09</url>
427452
</repository>
428453
</repositories>
429454
</profile>

0 commit comments

Comments
 (0)