Skip to content

Commit

Permalink
Bump core version to 10.12.1 (drop Bearer auth with SQ 10.0 to 10.3)
Browse files Browse the repository at this point in the history
Co-authored-by: Jean-Baptiste Lievremont <[email protected]>
  • Loading branch information
thahnen and jblievremont committed Jan 2, 2025
1 parent ce7d249 commit d1bccac
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.12.0,10.13.0)"
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.12.1,10.13.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.12.0,10.13.0)"
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.12.1,10.13.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 @@ -77,7 +77,7 @@
<tycho.version>4.0.8</tycho.version>

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

0 comments on commit d1bccac

Please sign in to comment.