Skip to content

Commit

Permalink
Use released version of SLCORE
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Oct 9, 2020
1 parent 23f835e commit f02848f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<unit id="com.google.eclipse.mechanic.feature.feature.group" version="0.5.2.201702100021"/>
<repository location="https://alfsch.github.io/eclipse-updates/workspacemechanic"/>
</location>
<location includeSource="true" path="${M2_REPO}/org/sonarsource/sonarlint/core/sonarlint-client-api/4.14.1.22501" type="Directory"/>
<location includeSource="true" path="${M2_REPO}/org/sonarsource/sonarlint/core/sonarlint-core/4.14.1.22501" type="Directory"/>
<location includeSource="true" path="${M2_REPO}/org/sonarsource/sonarlint/core/sonarlint-client-api/4.14.1.22545" type="Directory"/>
<location includeSource="true" path="${M2_REPO}/org/sonarsource/sonarlint/core/sonarlint-core/4.14.1.22545" type="Directory"/>
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
</target>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<tycho.version>2.0.0</tycho.version>
<tycho-extras.version>${tycho.version}</tycho-extras.version>
<target.platform>2020-09</target.platform>
<sonarlint-core.version>4.14.1.22501</sonarlint-core.version>
<sonarlint-core.version>4.14.1.22545</sonarlint-core.version>
<protobuf.version>3.11.4</protobuf.version>
<jacoco.version>0.8.5</jacoco.version>

Expand Down

0 comments on commit f02848f

Please sign in to comment.