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
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ Require-Bundle: org.eclipse.equinox.security;resolution:=optional,
org.eclipse.jdt.annotation;resolution:=optional,
org.eclipse.text,
org.eclipse.wildwebdeveloper.embedder.node;resolution:=optional,
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[11.5.0,11.6.0)"
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[11.6.0,11.7.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
8 changes: 4 additions & 4 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.33.0.44481</version>
<version>8.34.0.44906</version>
<type>jar</type>
</artifactItem>
<artifactItem>
Expand All @@ -87,7 +87,7 @@
<artifactItem>
<groupId>org.sonarsource.javascript</groupId>
<artifactId>sonar-javascript-plugin</artifactId>
<version>12.5.0.41048</version>
<version>13.1.0.42921</version>
<type>jar</type>
</artifactItem>
<artifactItem>
Expand All @@ -99,7 +99,7 @@
<artifactItem>
<groupId>org.sonarsource.python</groupId>
<artifactId>sonar-python-plugin</artifactId>
<version>5.23.0.33560</version>
<version>5.24.0.34324</version>
<type>jar</type>
</artifactItem>
<artifactItem>
Expand All @@ -117,7 +117,7 @@
<artifactItem>
<groupId>org.sonarsource.text</groupId>
<artifactId>sonar-text-plugin</artifactId>
<version>2.44.0.11370</version>
<version>2.45.0.11557</version>
<type>jar</type>
</artifactItem>
</artifactItems>
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.text,
org.eclipse.compare,
org.eclipse.core.expressions,
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[11.5.0,11.6.0)"
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[11.6.0,11.7.0)"
Export-Package: org.sonarlint.eclipse.ui.internal;x-friends:="org.sonarlint.eclipse.core.tests",
org.sonarlint.eclipse.ui.internal.backend;x-friends:="org.sonarlint.eclipse.core.tests",
org.sonarlint.eclipse.ui.internal.notifications;x-friends:="org.sonarlint.eclipse.core.tests",
Expand Down
30 changes: 15 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,24 @@ <h1>{VERSION}</h1>
-->

<div>
<h1>12.4</h1>
<h1>12.5</h1>
<p>
See the <a href="https://github.com/SonarSource/sonarlint-eclipse/releases">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>
<h2>12.4</h2>
<p>
See the <a href="https://github.com/SonarSource/sonarlint-eclipse/releases/tag/12.4.0.84771">GitHub Release page</a>
</p>
<ul>
<li>Update Text and Secrets analyzer -> 2.44</li>
<li>Update Python analyzer -> 5.23</li>
Expand Down Expand Up @@ -51,20 +65,6 @@ <h2>12.3</h2>
</ul>
</div>


<div>
<h2>12.2</h2>
<p>
See the <a href="https://github.com/SonarSource/sonarlint-eclipse/releases/tag/12.2.1.84686">GitHub Release page</a>
</p>
<ul>
<li>Update Java analyzer -> 8.28</li>
<li>Update Java Symbolic Execution analyzer -> 8.16.4</li>
<li>Update CFamily analyzer -> 6.80</li>
<li>Update PHP analyzer -> 3.56</li>
</ul>
</div>

<div>
<h1>Older releases</h1>
<p>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<tycho.version>4.0.12</tycho.version>

<!-- Sloop embedded CLI version for fragment projects -->
<sloop.version>11.5.0.85871</sloop.version>
<sloop.version>11.6.0.85952</sloop.version>

<!-- SonarQube analysis -->
<sonar.java.source>11</sonar.java.source>
Expand Down
2 changes: 1 addition & 1 deletion target-platforms/commons-build.target
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependency>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-java-client-osgi</artifactId>
<version>11.5.0.85871</version>
<version>11.6.0.85952</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
Loading