Skip to content

Commit 2958003

Browse files
Prepare for next development iteration (v3.13) (#1114)
1 parent 035ca7e commit 2958003

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

its/plugin/it-python-plugin-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>it-python-plugin</artifactId>
99
<groupId>org.sonarsource.python</groupId>
10-
<version>3.12-SNAPSHOT</version>
10+
<version>3.13-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>it-python-plugin-test</artifactId>

its/plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sonarsource.python</groupId>
77
<artifactId>python-its</artifactId>
8-
<version>3.12-SNAPSHOT</version>
8+
<version>3.13-SNAPSHOT</version>
99
</parent>
1010

1111
<modules>

its/plugin/python-custom-rules-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sonarsource.python</groupId>
88
<artifactId>it-python-plugin</artifactId>
9-
<version>3.12-SNAPSHOT</version>
9+
<version>3.13-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>python-custom-rules-plugin</artifactId>

its/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sonarsource.python</groupId>
77
<artifactId>python</artifactId>
8-
<version>3.12-SNAPSHOT</version>
8+
<version>3.13-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>python-its</artifactId>

its/ruling/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sonarsource.python</groupId>
88
<artifactId>python-its</artifactId>
9-
<version>3.12-SNAPSHOT</version>
9+
<version>3.13-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>it-python-ruling</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.sonarsource.python</groupId>
1212
<artifactId>python</artifactId>
13-
<version>3.12-SNAPSHOT</version>
13+
<version>3.13-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Python</name>

python-checks-testkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>python</artifactId>
88
<groupId>org.sonarsource.python</groupId>
9-
<version>3.12-SNAPSHOT</version>
9+
<version>3.13-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>python-checks-testkit</artifactId>

python-checks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sonarsource.python</groupId>
77
<artifactId>python</artifactId>
8-
<version>3.12-SNAPSHOT</version>
8+
<version>3.13-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>python-checks</artifactId>

python-frontend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sonarsource.python</groupId>
77
<artifactId>python</artifactId>
8-
<version>3.12-SNAPSHOT</version>
8+
<version>3.13-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>python-frontend</artifactId>

sonar-python-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sonarsource.python</groupId>
77
<artifactId>python</artifactId>
8-
<version>3.12-SNAPSHOT</version>
8+
<version>3.13-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>sonar-python-plugin</artifactId>

0 commit comments

Comments
 (0)