Skip to content

Commit

Permalink
Update build configuration for RAP Tools 3.28.0 M1
Browse files Browse the repository at this point in the history
- Use Eclipse Platform 4.31 I20240104-1800 (M1)
- Use Eclipse Jetty 12.0.5
- Use Eclipse Orbit 2024-03
  • Loading branch information
mknauer committed Jan 10, 2024
1 parent 34dfa48 commit 9ab4c5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023-11-24T12:00:00+00:00
2024-01-10T12:00:00+00:00
6 changes: 3 additions & 3 deletions releng/org.eclipse.rap.tools.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<!-- disabled due to bug 393977
<baseline-repository>http://download.eclipse.org/rt/rap/nightly/tooling/</baseline-repository>
-->
<jetty-repo.url>https://download.eclipse.org/tools/orbit/simrel/maven-jetty/release/12.0.3/</jetty-repo.url>
<orbit-repo.url>https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-12/</orbit-repo.url>
<platform-repo.url>https://download.eclipse.org/eclipse/updates/4.30/R-4.30-202312010110/</platform-repo.url>
<jetty-repo.url>https://download.eclipse.org/tools/orbit/simrel/maven-jetty/release/12.0.5/</jetty-repo.url>
<orbit-repo.url>https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-03/</orbit-repo.url>
<platform-repo.url>https://download.eclipse.org/eclipse/updates/4.31-I-builds/I20240104-1800/</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

0 comments on commit 9ab4c5c

Please sign in to comment.