Skip to content

Commit 525ca62

Browse files
authored
Prepare next development iteration (#1428)
1 parent 1f1f619 commit 525ca62

File tree

27 files changed

+28
-28
lines changed

27 files changed

+28
-28
lines changed

backend/analysis-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.sonarsource.sonarlint.core</groupId>
55
<artifactId>sonarlint-core-parent</artifactId>
6-
<version>10.26-SNAPSHOT</version>
6+
<version>10.27-SNAPSHOT</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<artifactId>sonarlint-analysis-engine</artifactId>

backend/cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.sonarsource.sonarlint.core</groupId>
66
<artifactId>sonarlint-core-parent</artifactId>
7-
<version>10.26-SNAPSHOT</version>
7+
<version>10.27-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>sonarlint-backend-cli</artifactId>

backend/commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.sonarsource.sonarlint.core</groupId>
55
<artifactId>sonarlint-core-parent</artifactId>
6-
<version>10.26-SNAPSHOT</version>
6+
<version>10.27-SNAPSHOT</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<artifactId>sonarlint-commons</artifactId>

backend/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.sonarsource.sonarlint.core</groupId>
66
<artifactId>sonarlint-core-parent</artifactId>
7-
<version>10.26-SNAPSHOT</version>
7+
<version>10.27-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>sonarlint-core</artifactId>

backend/http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.sonarsource.sonarlint.core</groupId>
55
<artifactId>sonarlint-core-parent</artifactId>
6-
<version>10.26-SNAPSHOT</version>
6+
<version>10.27-SNAPSHOT</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<artifactId>sonarlint-http</artifactId>

backend/plugin-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.sonarsource.sonarlint.core</groupId>
66
<artifactId>sonarlint-core-parent</artifactId>
7-
<version>10.26-SNAPSHOT</version>
7+
<version>10.27-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>sonarlint-plugin-api</artifactId>

backend/plugin-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.sonarsource.sonarlint.core</groupId>
66
<artifactId>sonarlint-core-parent</artifactId>
7-
<version>10.26-SNAPSHOT</version>
7+
<version>10.27-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>sonarlint-plugin-commons</artifactId>

backend/rpc-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.sonarsource.sonarlint.core</groupId>
66
<artifactId>sonarlint-core-parent</artifactId>
7-
<version>10.26-SNAPSHOT</version>
7+
<version>10.27-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>sonarlint-rpc-impl</artifactId>

backend/rule-extractor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.sonarsource.sonarlint.core</groupId>
66
<artifactId>sonarlint-core-parent</artifactId>
7-
<version>10.26-SNAPSHOT</version>
7+
<version>10.27-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>sonarlint-rule-extractor</artifactId>

backend/server-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.sonarsource.sonarlint.core</groupId>
55
<artifactId>sonarlint-core-parent</artifactId>
6-
<version>10.26-SNAPSHOT</version>
6+
<version>10.27-SNAPSHOT</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<artifactId>sonarlint-server-api</artifactId>

0 commit comments

Comments
 (0)