Skip to content

Commit 6e5ab0f

Browse files
committed
SLE-1189 Prepare release 11.8
1 parent 7a93066 commit 6e5ab0f

File tree

5 files changed

+19
-20
lines changed

5 files changed

+19
-20
lines changed

org.sonarlint.eclipse.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ Require-Bundle: org.eclipse.equinox.security;resolution:=optional,
4343
org.eclipse.jdt.annotation;resolution:=optional,
4444
org.eclipse.text,
4545
org.eclipse.wildwebdeveloper.embedder.node;resolution:=optional,
46-
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.21.0,10.22.0)"
46+
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.22.0,10.23.0)"
4747
Bundle-ActivationPolicy: lazy
4848
Bundle-RequiredExecutionEnvironment: JavaSE-11

org.sonarlint.eclipse.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Require-Bundle: org.eclipse.core.runtime,
2727
org.eclipse.text,
2828
org.eclipse.compare,
2929
org.eclipse.core.expressions,
30-
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.21.0,10.22.0)"
30+
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.22.0,10.23.0)"
3131
Export-Package: org.sonarlint.eclipse.ui.internal;x-friends:="org.sonarlint.eclipse.core.tests",
3232
org.sonarlint.eclipse.ui.internal.backend;x-friends:="org.sonarlint.eclipse.core.tests",
3333
org.sonarlint.eclipse.ui.internal.notifications;x-friends:="org.sonarlint.eclipse.core.tests",

org.sonarlint.eclipse.ui/intro/RELEASE_NOTES.html

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,23 @@ <h1>{VERSION}</h1>
1919
</div>
2020
-->
2121
<div>
22-
<h2>11.7</h2>
22+
<h2>11.8</h2>
2323
<p>
2424
See the <a href="https://github.com/SonarSource/sonarlint-eclipse/releases">GitHub Release page</a>
25+
<ul>
26+
<li>Update JS/TS/CSS analyzer -> 10.23</li>
27+
<li>Update Java analyzer -> 8.14</li>
28+
<li>Update C/C++ analyzer -> 6.67</li>
29+
<li>Update PHP analyzer -> 3.46</li>
30+
</ul>
31+
</p>
32+
</div>
33+
34+
35+
<div>
36+
<h2>11.7</h2>
37+
<p>
38+
See the <a href="https://github.com/SonarSource/sonarlint-eclipse/releases/tag/11.7.0.82862">GitHub Release page</a>
2539
<ul>
2640
<li>Update Java analyzer -> 8.13</li>
2741
<li>Update Python analyzer -> 5.4</li>
@@ -54,21 +68,6 @@ <h2>11.5.1</h2>
5468
</p>
5569
</div>
5670

57-
<div>
58-
<h1>11.5</h1>
59-
<p>
60-
See the <a href="https://github.com/SonarSource/sonarlint-eclipse/releases/tag/11.5.0.82806">GitHub Release page</a>
61-
<ul>
62-
<li>Overhaul the whole analysis scheduling and queuing removing redundant analyses.</li>
63-
<li><a href="https://sonarsource.atlassian.net/browse/SLE-1121">Exclude files with an unsupported charset from indexing and the analysis</a></li>
64-
<li>Update Java analyzer -> <a href="https://github.com/SonarSource/sonar-java/releases/tag/8.12.0.38599">8.12</a></li>
65-
<li>Update JS/TS/CSS analyzer -> <a href="https://github.com/SonarSource/SonarJS/releases/tag/10.22.0.32148">10.22</a></li>
66-
<li>Update XML analyzer -> <a href="https://github.com/SonarSource/sonar-xml/releases/tag/2.13.0.5938">2.13</a></li>
67-
<li>Fixed some bugs and regressions.</li>
68-
</ul>
69-
</p>
70-
</div>
71-
7271
<div>
7372
<h2>Older releases</h2>
7473
<p>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<tycho.version>4.0.12</tycho.version>
7878

7979
<!-- Sloop embedded CLI version for fragment projects -->
80-
<sloop.version>10.21.0.81131</sloop.version>
80+
<sloop.version>10.22.0.81232</sloop.version>
8181

8282
<!-- SonarQube analysis -->
8383
<sonar.java.source>11</sonar.java.source>

target-platforms/commons-build.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>org.sonarsource.sonarlint.core</groupId>
1414
<artifactId>sonarlint-java-client-osgi</artifactId>
15-
<version>10.21.0.81131</version>
15+
<version>10.22.0.81232</version>
1616
<type>jar</type>
1717
</dependency>
1818
</dependencies>

0 commit comments

Comments
 (0)