Skip to content

Commit 98565dd

Browse files
Update to released SLCORE
1 parent 6c60068 commit 98565dd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

org.sonarlint.eclipse.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ Require-Bundle: org.eclipse.equinox.security;resolution:=optional,
4343
org.eclipse.jdt.annotation;resolution:=optional,
4444
org.eclipse.text,
4545
org.eclipse.wildwebdeveloper.embedder.node;resolution:=optional,
46-
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.31.0,10.32.0)"
46+
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.32.0,10.33.0)"
4747
Bundle-ActivationPolicy: lazy
4848
Bundle-RequiredExecutionEnvironment: JavaSE-11

org.sonarlint.eclipse.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Require-Bundle: org.eclipse.core.runtime,
2727
org.eclipse.text,
2828
org.eclipse.compare,
2929
org.eclipse.core.expressions,
30-
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.31.0,10.32.0)"
30+
org.sonarsource.sonarlint.core.sonarlint-java-client-osgi;bundle-version="[10.32.0,10.33.0)"
3131
Export-Package: org.sonarlint.eclipse.ui.internal;x-friends:="org.sonarlint.eclipse.core.tests",
3232
org.sonarlint.eclipse.ui.internal.backend;x-friends:="org.sonarlint.eclipse.core.tests",
3333
org.sonarlint.eclipse.ui.internal.notifications;x-friends:="org.sonarlint.eclipse.core.tests",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<tycho.version>4.0.12</tycho.version>
7878

7979
<!-- Sloop embedded CLI version for fragment projects -->
80-
<sloop.version>10.31.0.82282</sloop.version>
80+
<sloop.version>10.32.0.82302</sloop.version>
8181

8282
<!-- SonarQube analysis -->
8383
<sonar.java.source>11</sonar.java.source>

target-platforms/commons-build.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>org.sonarsource.sonarlint.core</groupId>
1414
<artifactId>sonarlint-java-client-osgi</artifactId>
15-
<version>10.31.0.82282</version>
15+
<version>10.32.0.82302</version>
1616
<type>jar</type>
1717
</dependency>
1818
</dependencies>

0 commit comments

Comments
 (0)