Skip to content

Commit f5dc2ff

Browse files
committed
Have single latest target
As the build breaks for each release let's have a latest one so this doesn't have to be changed every 3 months.
1 parent 74d6561 commit f5dc2ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
</environment>
140140
</environments>
141141
<target>
142-
<file>${maven.multiModuleProjectDirectory}/releng/org.eclipse.linuxtools.target/linuxtools-e4.33.target</file>
142+
<file>${maven.multiModuleProjectDirectory}/releng/org.eclipse.linuxtools.target/linuxtools-latest.target</file>
143143
</target>
144144
</configuration>
145145
</plugin>

releng/org.eclipse.linuxtools.target/linuxtools-e4.33.target renamed to releng/org.eclipse.linuxtools.target/linuxtools-latest.target

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde version="3.8"?>
3-
<target name="linuxtools-e4.33" sequenceNumber="3">
3+
<target name="linuxtools-latest" sequenceNumber="3">
44
<locations>
55
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
66
<unit id="com.github.jnr.a64asm" version="1.0.0.v20230715-0746"/>
@@ -11,7 +11,7 @@
1111
<unit id="org.apache.httpcomponents.httpclient" version="4.5.14"/>
1212
<unit id="org.codelibs.nekohtml" version="2.1.3.v20240413-0800"/>
1313
<unit id="org.codelibs.nekohtml.source" version="2.1.3.v20240413-0800"/>
14-
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-09"/>
14+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/latest"/>
1515
</location>
1616
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
1717
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
@@ -36,7 +36,7 @@
3636
<unit id="jakarta.activation-api" version="0.0.0"/>
3737
<unit id="jakarta.inject.jakarta.inject-api" version="2.0.1"/>
3838
<unit id="bcprov" version="0.0.0"/>
39-
<repository location="https://download.eclipse.org/eclipse/updates/4.33-I-builds/"/>
39+
<repository location="https://download.eclipse.org/eclipse/updates/I-builds/"/>
4040
</location>
4141
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
4242
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>

0 commit comments

Comments
 (0)