Skip to content

Commit

Permalink
Update Eclipse target and Tycho version
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Sep 4, 2021
1 parent 3df4b20 commit c48bf5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<target name="eclipse-solargraph-target-platform">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/releases/2020-09/"/>
<repository location="https://download.eclipse.org/releases/2021-09/"/>
<unit id="org.eclipse.core.runtime" version="0.0.0"/>
<unit id="org.eclipse.debug.ui" version="0.0.0"/>
<unit id="org.eclipse.platform.ide" version="0.0.0"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho.version>2.0.0</tycho.version>
<tycho.version>2.4.0</tycho.version>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit c48bf5e

Please sign in to comment.