Skip to content

Commit f676dfb

Browse files
author
jantje
committed
adding 4.13 as eclipse target
1 parent 767b314 commit f676dfb

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

io.sloeber.parent/pom.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,29 @@
380380
</repository>
381381
</repositories>
382382
</profile>
383-
383+
<profile>
384+
<id>2019-09</id>
385+
<properties>
386+
<platform-version-name>2019-09</platform-version-name>
387+
</properties>
388+
<activation>
389+
<activeByDefault>false</activeByDefault>
390+
</activation>
391+
392+
<repositories>
393+
<repository>
394+
<id>2019-09</id>
395+
<layout>p2</layout>
396+
<url>http://download.eclipse.org/eclipse/updates/4.13</url>
397+
</repository>
398+
399+
<repository>
400+
<id>release-train_2019-09</id>
401+
<layout>p2</layout>
402+
<url>http://download.eclipse.org/releases/2019-09</url>
403+
</repository>
404+
</repositories>
405+
</profile>
384406
<!-- Latest must be the same as the previous one. -->
385407
<profile>
386408
<id>latest</id>

0 commit comments

Comments
 (0)