Skip to content

Commit

Permalink
NO-JIRA: Update SLCORE
Browse files Browse the repository at this point in the history
  • Loading branch information
thahnen committed Sep 3, 2024
1 parent c407d05 commit a10e49d
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 @@ -44,6 +44,6 @@ Require-Bundle: org.eclipse.equinox.security,
org.eclipse.egit.core;resolution:=optional,
org.eclipse.egit.ui;resolution:=optional,
org.eclipse.text,
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.4.0,10.5.0)"
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.5.0,10.6.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.4.0,10.5.0)"
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.5.0,10.6.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 @@ -70,7 +70,7 @@
<jarsigner.version>3.0.0</jarsigner.version>

<!-- Sloop embedded CLI version for fragment projects -->
<sloop.version>10.4.1.78855</sloop.version>
<sloop.version>10.5.0.78949</sloop.version>

<!-- ================== -->
<!-- For SonarQube analysis -->
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.4.1.78855</version>
<version>10.5.0.78949</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit a10e49d

Please sign in to comment.