Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1184 from eclipse/cd_xtext_issue1947
Browse files Browse the repository at this point in the history
[eclipse-xtext/xtext#1947] update to 4.20-I-builds
  • Loading branch information
cdietrich authored Mar 9, 2021
2 parents 19b6d3a + f03fe21 commit 17da2af
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 @@ -177,7 +177,7 @@ def isTriggeredByUpstream() {
def eclipseVersion() {
def targetPlatform = selectedTargetPlatform()
if (targetPlatform == 'latest') {
return "4.19"
return "4.20"
} else if (targetPlatform == 'photon') {
return "4.8"
} else if (targetPlatform == 'oxygen') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
<unit id="org.eclipse.pde.feature.group" version="0.0.0"/>
<unit id="org.eclipse.pde.api.tools.ee.feature.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.19-I-builds"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.20-I-builds"/>
</location>

<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
Expand Down

0 comments on commit 17da2af

Please sign in to comment.