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

SLCORE-1030 Prepare for next development iteration #1152

Merged
merged 1 commit into from
Nov 7, 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 backend/analysis-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sonarlint-analysis-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sonarlint-backend-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sonarlint-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sonarlint-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sonarlint-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/plugin-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sonarlint-plugin-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/plugin-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sonarlint-plugin-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/rpc-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sonarlint-rpc-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/rule-extractor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sonarlint-rule-extractor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/server-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sonarlint-server-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/server-connection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sonarlint-server-connection</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/slf4j-sonar-log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sonarlint-slf4j-sonar-log</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/telemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sonarlint-telemetry</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/maven-shade-ext-bnd-transformer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>maven-shade-ext-bnd-transformer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/java-client-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sonarlint-java-client-dependencies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/java-client-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sonarlint-java-client-osgi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/java-client-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sonarlint-java-client-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/rpc-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sonarlint-rpc-java-client</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions its/plugins/custom-sensor-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-its</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.sonarsource.plugins.example</groupId>
<artifactId>custom-sensor-plugin</artifactId>
<packaging>sonar-plugin</packaging>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>

<name>Example Plugin for SonarQube</name>
<description>Example of plugin for SonarQube</description>
Expand Down
2 changes: 1 addition & 1 deletion its/plugins/global-extension-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-its</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion its/plugins/java-custom-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-its</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
</parent>
<artifactId>sonarlint-core-its</artifactId>
<name>SonarLint Core - ITs</name>
Expand Down
2 changes: 1 addition & 1 deletion its/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-its</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
</parent>
<artifactId>sonarlint-core-its-tests</artifactId>
<name>SonarLint Core - ITs - Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion medium-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
</parent>
<artifactId>sonarlint-medium-tests</artifactId>
<name>SonarLint Core - Medium Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
<packaging>pom</packaging>
<name>SonarLint Core</name>
<description>Library used by SonarLint flavors (Eclipse, IntelliJ, VSCode...)</description>
Expand Down
2 changes: 1 addition & 1 deletion report-aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
</parent>
<artifactId>sonarlint-report-aggregate</artifactId>
<name>SonarLint Coverage Reports Aggregator</name>
Expand Down
2 changes: 1 addition & 1 deletion rpc-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-core-parent</artifactId>
<version>10.9-SNAPSHOT</version>
<version>10.10-SNAPSHOT</version>
</parent>
<artifactId>sonarlint-rpc-protocol</artifactId>
<name>SonarLint Core - RPC Protocol</name>
Expand Down