Skip to content

Commit

Permalink
Use final release URL of Eclipse RAP + Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
mknauer committed Sep 5, 2023
1 parent a759c05 commit e144fdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion releng/org.eclipse.rap.tools.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
-->
<jetty-repo.url>https://download.eclipse.org/oomph/jetty/release/10.0.15/</jetty-repo.url>
<orbit-repo.url>https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09/</orbit-repo.url>
<platform-repo.url>https://download.eclipse.org/eclipse/updates/4.29-I-builds/I20230903-1000/</platform-repo.url>
<platform-repo.url>https://download.eclipse.org/eclipse/updates/4.29/R-4.29-202309031000/</platform-repo.url>
<license-repo.url>https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/</license-repo.url>
<test-workspace-dir>${java.io.tmpdir}/rap-tools-test-workspace</test-workspace-dir>
<!-- The build type, N for nighty builds, S for stable builds. S-builds will be signed. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<unit id="org.eclipse.rap.e4.examples.feature.feature.group" version="3.26.0.20230905-1200"/>
<unit id="org.eclipse.rap.e4.feature.feature.group" version="3.26.0.20230905-1200"/>
<unit id="org.eclipse.rap.e4.sdk.feature.feature.group" version="3.26.0.20230905-1200"/>
<repository location="https://download.eclipse.org/rt/rap/3.26/e4/R-20230906-1232/"/>
<repository location="https://download.eclipse.org/rt/rap/3.26/e4/"/>
</location>
</locations>
</target>
2 changes: 1 addition & 1 deletion releng/org.eclipse.rap.tools.build/targets/rap-3.26.target
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<unit id="org.eclipse.rap.examples.feature.feature.group" version="3.26.0.20230905-1200"/>
<unit id="org.eclipse.rap.feature.feature.group" version="3.26.0.20230905-1200"/>
<unit id="org.eclipse.rap.sdk.feature.feature.group" version="3.26.0.20230905-1200"/>
<repository location="https://download.eclipse.org/rt/rap/3.26/R-20230906-1232/"/>
<repository location="https://download.eclipse.org/rt/rap/3.26/"/>
</location>
</locations>
</target>

0 comments on commit e144fdf

Please sign in to comment.