diff --git a/analysis-engine/pom.xml b/analysis-engine/pom.xml index 81f76ac28d..1e65f845bf 100644 --- a/analysis-engine/pom.xml +++ b/analysis-engine/pom.xml @@ -3,7 +3,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-analysis-engine SonarLint Core - Analysis Engine diff --git a/client-api/pom.xml b/client-api/pom.xml index 5630ff140d..b5bdea30f2 100644 --- a/client-api/pom.xml +++ b/client-api/pom.xml @@ -7,7 +7,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-client-api SonarLint Core - Client API diff --git a/commons/pom.xml b/commons/pom.xml index 5af6a82ea4..a21c2c9189 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -3,7 +3,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-commons SonarLint Core - Commons diff --git a/core/pom.xml b/core/pom.xml index 8fbba86484..3e4ea07530 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-core SonarLint Core - Implementation diff --git a/http/pom.xml b/http/pom.xml index 397e54684a..a1178ac68d 100644 --- a/http/pom.xml +++ b/http/pom.xml @@ -3,7 +3,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-http SonarLint Core - HTTP diff --git a/issue-tracking/pom.xml b/issue-tracking/pom.xml index 207cba9291..1d40cac495 100644 --- a/issue-tracking/pom.xml +++ b/issue-tracking/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-issue-tracking SonarLint Issue Tracking diff --git a/its/plugins/custom-sensor-plugin/pom.xml b/its/plugins/custom-sensor-plugin/pom.xml index b79bbe843f..c0759aa3ed 100644 --- a/its/plugins/custom-sensor-plugin/pom.xml +++ b/its/plugins/custom-sensor-plugin/pom.xml @@ -5,14 +5,14 @@ org.sonarsource.sonarlint.core sonarlint-core-its - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT ../../pom.xml org.sonarsource.plugins.example custom-sensor-plugin sonar-plugin - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT Example Plugin for SonarQube Example of plugin for SonarQube diff --git a/its/plugins/global-extension-plugin/pom.xml b/its/plugins/global-extension-plugin/pom.xml index ec6e3655fb..1b9a883418 100644 --- a/its/plugins/global-extension-plugin/pom.xml +++ b/its/plugins/global-extension-plugin/pom.xml @@ -5,7 +5,7 @@ org.sonarsource.sonarlint.core sonarlint-core-its - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT ../../pom.xml diff --git a/its/plugins/java-custom-rules/pom.xml b/its/plugins/java-custom-rules/pom.xml index 34013ff77e..5f2126b4ae 100644 --- a/its/plugins/java-custom-rules/pom.xml +++ b/its/plugins/java-custom-rules/pom.xml @@ -6,7 +6,7 @@ org.sonarsource.sonarlint.core sonarlint-core-its - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT ../../pom.xml diff --git a/its/pom.xml b/its/pom.xml index af6ea623ce..5d719e36d0 100644 --- a/its/pom.xml +++ b/its/pom.xml @@ -3,7 +3,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-core-its SonarLint Core - ITs diff --git a/its/tests/pom.xml b/its/tests/pom.xml index 1b65c5ace5..1bb172d60f 100644 --- a/its/tests/pom.xml +++ b/its/tests/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarlint.core sonarlint-core-its - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-core-its-tests SonarLint Core - ITs - Tests diff --git a/osgi/pom.xml b/osgi/pom.xml index f04e27a95f..8c23bfd8b7 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -3,7 +3,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-core-osgi SonarLint Core - OSGi bundle diff --git a/plugin-api/pom.xml b/plugin-api/pom.xml index 869c2fef8a..c5220413d7 100644 --- a/plugin-api/pom.xml +++ b/plugin-api/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-plugin-api jar diff --git a/plugin-commons/pom.xml b/plugin-commons/pom.xml index 7580610533..5bbe2b88b5 100644 --- a/plugin-commons/pom.xml +++ b/plugin-commons/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-plugin-commons SonarLint Core - Plugin Commons diff --git a/pom.xml b/pom.xml index 95b67072a1..e4138738fe 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT pom SonarLint Core Library used by SonarLint flavors (Eclipse, IntelliJ, VSCode...) diff --git a/report-aggregate/pom.xml b/report-aggregate/pom.xml index 73b22b4963..bf55254580 100644 --- a/report-aggregate/pom.xml +++ b/report-aggregate/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-report-aggregate SonarLint Coverage Reports Aggregator diff --git a/rule-extractor-cli/pom.xml b/rule-extractor-cli/pom.xml index b8e0ba13c3..6b4e24fabc 100644 --- a/rule-extractor-cli/pom.xml +++ b/rule-extractor-cli/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-rule-extractor-cli SonarLint Core - Rule Extractor - CLI diff --git a/rule-extractor/pom.xml b/rule-extractor/pom.xml index 59fd28cf0a..32de0896d3 100644 --- a/rule-extractor/pom.xml +++ b/rule-extractor/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-rule-extractor SonarLint Core - Rule Extractor diff --git a/server-api/pom.xml b/server-api/pom.xml index 8f1b54d95c..0ee1bc73a1 100644 --- a/server-api/pom.xml +++ b/server-api/pom.xml @@ -3,7 +3,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-server-api SonarLint Core - Server API diff --git a/server-connection/pom.xml b/server-connection/pom.xml index 9cc20bbf7c..0e44610a98 100644 --- a/server-connection/pom.xml +++ b/server-connection/pom.xml @@ -3,7 +3,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-server-connection SonarLint Core - Server Connection diff --git a/slf4j-sonar-log/pom.xml b/slf4j-sonar-log/pom.xml index 63df2b4830..073eb49577 100644 --- a/slf4j-sonar-log/pom.xml +++ b/slf4j-sonar-log/pom.xml @@ -3,7 +3,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-slf4j-sonar-log SonarLint Core - SLF4J log adaptor diff --git a/telemetry/pom.xml b/telemetry/pom.xml index c8c92fe11e..bf0ef35d11 100644 --- a/telemetry/pom.xml +++ b/telemetry/pom.xml @@ -4,7 +4,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-telemetry SonarLint Core - Telemetry diff --git a/vcs/pom.xml b/vcs/pom.xml index 9a66748790..cce5dbc9b3 100644 --- a/vcs/pom.xml +++ b/vcs/pom.xml @@ -7,7 +7,7 @@ org.sonarsource.sonarlint.core sonarlint-core-parent - 9.2-SNAPSHOT + 9.1.1-SNAPSHOT sonarlint-vcs SonarLint Core - Version Control System