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-957 Prepare for next development iteration #746

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.buildship/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle_name
Bundle-SymbolicName: org.sonarlint.eclipse.buildship;singleton:=true
Bundle-Version: 10.7.0.qualifier
Bundle-Version: 10.8.0.qualifier
Bundle-Vendor: %bundle_vendor
Bundle-ClassPath: .
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.buildship/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>10.7.0-SNAPSHOT</version>
<version>10.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.cdt/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle_name
Bundle-SymbolicName: org.sonarlint.eclipse.cdt;singleton:=true
Bundle-Version: 10.7.0.qualifier
Bundle-Version: 10.8.0.qualifier
Bundle-Vendor: %bundle_vendor
Bundle-ClassPath: .
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.cdt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>10.7.0-SNAPSHOT</version>
<version>10.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.core.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SonarLint for Eclipse Tests
Bundle-SymbolicName: org.sonarlint.eclipse.core.tests;singleton:=true
Bundle-Version: 10.7.0.qualifier
Bundle-Version: 10.8.0.qualifier
Bundle-Vendor: SonarSource
Require-Bundle: org.eclipse.core.resources,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.core.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>10.7.0-SNAPSHOT</version>
<version>10.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
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 @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle_name
Bundle-SymbolicName: org.sonarlint.eclipse.core;singleton:=true
Bundle-Version: 10.7.0.qualifier
Bundle-Version: 10.8.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.sonarlint.eclipse.core.internal.SonarLintCorePlugin
Bundle-Vendor: %bundle_vendor
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>10.7.0-SNAPSHOT</version>
<version>10.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.sonarlint.eclipse.feature"
label="%feature_name"
version="10.7.0.qualifier"
version="10.8.0.qualifier"
provider-name="%provider_name"
plugin="org.sonarlint.eclipse.ui">

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>10.7.0-SNAPSHOT</version>
<version>10.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.jdt/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle_name
Bundle-SymbolicName: org.sonarlint.eclipse.jdt;singleton:=true
Bundle-Version: 10.7.0.qualifier
Bundle-Version: 10.8.0.qualifier
Bundle-Vendor: %bundle_vendor
Bundle-ClassPath: .
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.jdt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>10.7.0-SNAPSHOT</version>
<version>10.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.m2e/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle_name
Bundle-SymbolicName: org.sonarlint.eclipse.m2e;singleton:=true
Bundle-Version: 10.7.0.qualifier
Bundle-Version: 10.8.0.qualifier
Bundle-Vendor: %bundle_vendor
Bundle-ClassPath: .
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.m2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>10.7.0-SNAPSHOT</version>
<version>10.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.pydev/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle_name
Bundle-SymbolicName: org.sonarlint.eclipse.pydev;singleton:=true
Bundle-Version: 10.7.0.qualifier
Bundle-Version: 10.8.0.qualifier
Bundle-Vendor: %bundle_vendor
Bundle-ClassPath: .
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.pydev/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>10.7.0-SNAPSHOT</version>
<version>10.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>10.7.0-SNAPSHOT</version>
<version>10.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle_name
Bundle-SymbolicName: org.sonarlint.eclipse.sloop.linux.aarch64;singleton:=true
Bundle-Version: 10.7.0.qualifier
Bundle-Version: 10.8.0.qualifier
Bundle-Vendor: %bundle_vendor
Fragment-Host: org.sonarlint.eclipse.core
Automatic-Module-Name: org.sonarlint.eclipse.sloop.linux.aarch64
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.sloop.linux.aarch64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>10.7.0-SNAPSHOT</version>
<version>10.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.sloop.linux.x64/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle_name
Bundle-SymbolicName: org.sonarlint.eclipse.sloop.linux.x64;singleton:=true
Bundle-Version: 10.7.0.qualifier
Bundle-Version: 10.8.0.qualifier
Bundle-Vendor: %bundle_vendor
Fragment-Host: org.sonarlint.eclipse.core
Automatic-Module-Name: org.sonarlint.eclipse.sloop.linux.x64
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.sloop.linux.x64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>10.7.0-SNAPSHOT</version>
<version>10.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle_name
Bundle-SymbolicName: org.sonarlint.eclipse.sloop.macosx.aarch64;singleton:=true
Bundle-Version: 10.7.0.qualifier
Bundle-Version: 10.8.0.qualifier
Bundle-Vendor: %bundle_vendor
Fragment-Host: org.sonarlint.eclipse.core
Automatic-Module-Name: org.sonarlint.eclipse.sloop.macosx.aarch64
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.sloop.macosx.aarch64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>10.7.0-SNAPSHOT</version>
<version>10.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle_name
Bundle-SymbolicName: org.sonarlint.eclipse.sloop.macosx.x64;singleton:=true
Bundle-Version: 10.7.0.qualifier
Bundle-Version: 10.8.0.qualifier
Bundle-Vendor: %bundle_vendor
Fragment-Host: org.sonarlint.eclipse.core
Automatic-Module-Name: org.sonarlint.eclipse.sloop.macosx.x64
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.sloop.macosx.x64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>10.7.0-SNAPSHOT</version>
<version>10.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.sloop.no-arch/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle_name
Bundle-SymbolicName: org.sonarlint.eclipse.sloop.no-arch;singleton:=true
Bundle-Version: 10.7.0.qualifier
Bundle-Version: 10.8.0.qualifier
Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=aarch64))
Bundle-Vendor: %bundle_vendor
Fragment-Host: org.sonarlint.eclipse.core
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.sloop.no-arch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>10.7.0-SNAPSHOT</version>
<version>10.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle_name
Bundle-SymbolicName: org.sonarlint.eclipse.sloop.windows.x64;singleton:=true
Bundle-Version: 10.7.0.qualifier
Bundle-Version: 10.8.0.qualifier
Bundle-Vendor: %bundle_vendor
Fragment-Host: org.sonarlint.eclipse.core
Automatic-Module-Name: org.sonarlint.eclipse.sloop.windows.x64
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.sloop.windows.x64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>10.7.0-SNAPSHOT</version>
<version>10.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
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 @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle_name
Bundle-SymbolicName: org.sonarlint.eclipse.ui;singleton:=true
Bundle-Version: 10.7.0.qualifier
Bundle-Version: 10.8.0.qualifier
Bundle-Vendor: %bundle_vendor
Bundle-ClassPath: .
Bundle-Activator: org.sonarlint.eclipse.ui.internal.SonarLintUiPlugin
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>10.7.0-SNAPSHOT</version>
<version>10.8.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.sonarsource.sonarlint.eclipse</groupId>
<artifactId>sonarlint-eclipse-parent</artifactId>
<version>10.7.0-SNAPSHOT</version>
<version>10.8.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>SonarLint for Eclipse</name>
Expand Down