Skip to content

Commit

Permalink
SLE-1002: Adapt to repackaging of the SonarText analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
thahnen committed Nov 28, 2024
1 parent 01f0e0f commit 9718448
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 @@ -41,6 +41,6 @@ Require-Bundle: org.eclipse.equinox.security,
org.eclipse.team.core,
org.eclipse.jdt.annotation;resolution:=optional,
org.eclipse.text,
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.10.0,10.11.0)"
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.11.0,10.12.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
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 @@ -28,7 +28,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="[10.10.0,10.11.0)"
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.11.0,10.12.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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<tycho.version>4.0.8</tycho.version>

<!-- Sloop embedded CLI version for fragment projects -->
<sloop.version>10.10.0.79572</sloop.version>
<sloop.version>10.11.0.79652</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>10.10.0.79572</version>
<version>10.11.0.79652</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9718448

Please sign in to comment.