Skip to content

Commit

Permalink
Merge pull request #3276 from eclipse-xtext/cd-435-i
Browse files Browse the repository at this point in the history
switch to 4.35 I-Builds
  • Loading branch information
cdietrich authored Dec 2, 2024
2 parents 5efcdea + f5fdfe0 commit ae9a1a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def isTriggeredByUpstream() {
def eclipseVersion() {
def targetPlatform = selectedTargetPlatform()
if (targetPlatform == 'latest') {
return "4.34"
return "4.35"
} else {
def baseDate = java.time.LocalDate.parse("2018-06-01") // 4.8 Photon
def df = java.time.format.DateTimeFormatter.ofPattern("yyyyMMdd")
Expand Down
2 changes: 1 addition & 1 deletion xtext-latest.target
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
<unit id="org.eclipse.jdt.feature.group" version="0.0.0"/>
<unit id="org.eclipse.pde.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.34-I-builds" />
<repository location="https://download.eclipse.org/eclipse/updates/4.35-I-builds" />
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.23.1"/>
Expand Down

0 comments on commit ae9a1a1

Please sign in to comment.