Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions org.sonarlint.eclipse.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<artifactItem>
<groupId>org.sonarsource.java</groupId>
<artifactId>sonar-java-plugin</artifactId>
<version>8.39.0.46279</version>
<version>8.40.0.46617</version>
<type>jar</type>
</artifactItem>
<artifactItem>
Expand All @@ -87,7 +87,7 @@
<artifactItem>
<groupId>org.sonarsource.javascript</groupId>
<artifactId>sonar-javascript-plugin</artifactId>
<version>13.5.0.44127</version>
<version>13.7.0.44407</version>
<type>jar</type>
</artifactItem>
<artifactItem>
Expand Down
28 changes: 13 additions & 15 deletions org.sonarlint.eclipse.ui/intro/RELEASE_NOTES.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,22 @@ <h1>{VERSION}</h1>
-->

<div>
<h1>12.7</h1>
<h1>12.8</h1>
<p>
See the <a href="https://github.com/SonarSource/sonarlint-eclipse/releases">GitHub Release page</a>
</p>
<ul>
<li>Update JS/TS/CSS analyzer -> <a href="https://github.com/SonarSource/SonarJS/releases/tag/13.7.0.44407">13.7</a></li>
<li>Update Java analyzer -> <a href="https://github.com/SonarSource/sonar-java/releases/tag/8.40.0.46617">8.40</a></li>
</ul>
</div>


<div>
<h2>12.7</h2>
<p>
See the <a href="https://github.com/SonarSource/sonarlint-eclipse/releases/tag/12.7.0.84850">GitHub Release page</a>
</p>
<ul>
<li>Update JS/TS/CSS analyzer -> <a href="https://github.com/SonarSource/SonarJS/releases/tag/13.5.0.44127">13.5</a></li>
<li>Update PHP analyzer -> <a href="https://github.com/SonarSource/sonar-php/releases/tag/3.60.0.16641">3.60</a></li>
Expand All @@ -46,20 +58,6 @@ <h2>12.6</h2>
</div>


<div>
<h2>12.5</h2>
<p>
See the <a href="https://github.com/SonarSource/sonarlint-eclipse/releases/tag/12.5.0.84790">GitHub Release page</a>
</p>
<ul>
<li>Update Text and Secrets analyzer -> 2.45</li>
<li>Update JS/TS/CSS analyzer -> <a href="https://github.com/SonarSource/SonarJS/releases/tag/13.1.0.42921">13.1</a></li>
<li>Update Python analyzer -> 5.24</li>
<li>Update Java analyzer -> <a href="https://github.com/SonarSource/sonar-java/releases/tag/8.34.0.44906">8.34</a></li>
</ul>
</div>


<div>
<h1>Older releases</h1>
<p>
Expand Down
Loading