Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLE-986: Update Parent POM, Release Notes, SLCORE #780

Merged
merged 6 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
3 changes: 2 additions & 1 deletion its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
<version>80.0.0.2205</version>
<version>82.0.0.2314</version>
<relativePath />
</parent>

Expand All @@ -22,6 +22,7 @@
</modules>

<properties>
<license.name>GNU LGPL v3</license.name>
<license.title>SonarLint for Eclipse ITs</license.title>
<license.mailto>[email protected]</license.mailto>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
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,13 +75,13 @@
<artifactItem>
<groupId>org.sonarsource.java</groupId>
<artifactId>sonar-java-plugin</artifactId>
<version>8.6.0.37351</version>
<version>8.7.0.37452</version>
<type>jar</type>
</artifactItem>
<artifactItem>
<groupId>org.sonarsource.java</groupId>
<artifactId>sonar-java-symbolic-execution-plugin</artifactId>
<version>8.6.0.37351</version>
<version>8.7.0.37452</version>
<type>jar</type>
</artifactItem>
<artifactItem>
Expand Down
31 changes: 20 additions & 11 deletions org.sonarlint.eclipse.ui/intro/RELEASE_NOTES.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,28 @@ <h1>{VERSION}</h1>
-->

<div>
<h1>10.9.1</h1>
<h1>10.10</h1>
<p>
See the <a href="https://github.com/SonarSource/sonarlint-eclipse/releases">GitHub Release page</a>
<ul>
<li>Rebranding from SonarLint to SonarQube for IDE</li>
thahnen marked this conversation as resolved.
Show resolved Hide resolved
<li>Drop support of username/password authentication for SonarQube Server</li>
<li>Support Standard / MQR Mode for SonarQube Server 10.8+</li>
<li>Update Java analyzer -> <a href="https://github.com/SonarSource/sonar-java/releases/tag/8.7.0.37452">8.7</a></li>
<li>Update JS/TS/CSS analyzer -> <a href="https://github.com/SonarSource/SonarJS/releases/tag/10.18.0.28572">10.18</a></li>
<li>Update PHP analyzer -> <a href="https://github.com/SonarSource/sonar-php/releases/tag/3.40.0.12590">4.40</a></li>
<li>Update Python analyzer -> <a href="https://github.com/SonarSource/sonar-python/releases/tag/4.24.0.18631">4.24</a></li>
<li>Update HTML analyzer -> <a href="https://github.com/SonarSource/sonar-html/releases/tag/3.17.0.5548">3.17</a></li>
<li>Update XML analyzer -> <a href="https://github.com/SonarSource/sonar-xml/releases/tag/2.12.0.5749">2.12</a></li>
<li>Update text and secrets analyzer -> 2.19</li>
</ul>
</p>
</div>

<div>
<h2>10.9.1</h2>
<p>
See the <a href="https://github.com/SonarSource/sonarlint-eclipse/releases/tag/10.9.1.82333">GitHub Release page</a>
<ul>
<li><a href="https://sonarsource.atlassian.net/browse/SLE-989">Drop the dependency on EGit, rely only on shaded JGit.</a></li>
</ul>
Expand All @@ -44,16 +63,6 @@ <h2>10.9</h2>
</p>
</div>

<div>
<h2>10.8</h2>
<p>
See the <a href="https://github.com/SonarSource/sonarlint-eclipse/releases/tag/10.8.0.82289">GitHub Release page</a>
<ul>
<li><a href="https://sonarsource.atlassian.net/browse/SLE-948">Drop the PyDev sub-plug-in, only providing Syntax Highlighting in Rule Descriptions</a></li>
<li>Fixed some bugs and regressions.</li>
</ul>
</p>
</div>

<div>
<h2>Older releases</h2>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
<version>80.0.0.2205</version>
<version>82.0.0.2314</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -60,6 +60,7 @@


<properties>
<license.name>GNU LGPL v3</license.name>
<license.title>SonarLint for Eclipse</license.title>
<license.mailto>[email protected]</license.mailto>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down