Skip to content

Commit 7814727

Browse files
committed
Use release repositories for SimRel 2024-09
1 parent 6935b9a commit 7814727

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<eclipse-jarsigner-version>1.3.2</eclipse-jarsigner-version>
24-
<baseline.repo>https://download.eclipse.org/windowbuilder/updates/release/latest</baseline.repo>
24+
<baseline.repo>https://download.eclipse.org/releases/2024-06</baseline.repo>
2525
<eclipse.repo>https://download.eclipse.org/releases/2024-09</eclipse.repo>
2626
<tycho.sbom.url>${eclipse.repo}</tycho.sbom.url>
2727
</properties>

target-platform/wb.target

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<target name="wb">
44
<locations>
55
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
6-
<repository location="https://download.eclipse.org/staging/2024-09/"/>
7-
<repository location="https://download.eclipse.org/tools/gef/classic/nightly/latest"/>
6+
<repository location="https://download.eclipse.org/releases/2024-09/"/>
87
<unit id="org.eclipse.draw2d.feature.group" version="0.0.0"/>
98
<unit id="org.eclipse.gef.feature.group" version="0.0.0"/>
109
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
@@ -17,7 +16,7 @@
1716
</location>
1817
<location type="Target" uri="file:${project_loc:/target-platform}/mvn/wb-mvn.target"/>
1918
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
20-
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/latest/"/>
19+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-09"/>
2120
<unit id="assertj-core" version="0.0.0"/>
2221
<unit id="com.jgoodies.common" version="0.0.0"/>
2322
<unit id="com.jgoodies.forms" version="0.0.0"/>

0 commit comments

Comments
 (0)