File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PREVIOUS_RELEASE_ID="S-4.36RC2-202505281830"
48
48
BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/snapshots"
49
49
WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.37.0/R-3.37.0-20250303081219/repositoryunittests/"
50
50
BASEBUILDER_DIR="tmp/org.eclipse.releng.basebuilder"
51
- ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.36 -I-builds/"
51
+ ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.37 -I-builds/"
52
52
53
53
#Maven parameters
54
54
JAVA_DOC_TOOL="-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc"
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ repoHttpAccess=https://download.eclipse.org
26
26
repoAccess=${repoHttpAccess}
27
27
# TODO: reduce this list soon
28
28
repoList=" \
29
- /eclipse/updates/4.35/ \
30
- /eclipse/updates/4.35-Y-builds/ \
31
- /eclipse/updates/4.35-P-builds/ \
32
29
/eclipse/updates/4.36/ \
33
30
/eclipse/updates/4.36-I-builds/ \
31
+ /eclipse/updates/4.37/ \
32
+ /eclipse/updates/4.37-I-builds/ \
33
+ /eclipse/updates/4.37-Y-builds/ \
34
34
"
35
35
36
36
You can’t perform that action at this time.
0 commit comments