Skip to content

Commit bee572e

Browse files
authored
Prepare for next development iteration (SonarSource#152)
1 parent a00e0dd commit bee572e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

its/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>python-its</artifactId>
9-
<version>1.10-SNAPSHOT</version>
9+
<version>1.11-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>it-python-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>1.10-SNAPSHOT</version>
8+
<version>1.11-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>1.10-SNAPSHOT</version>
9+
<version>1.11-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>1.10-SNAPSHOT</version>
13+
<version>1.11-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Python</name>

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>1.10-SNAPSHOT</version>
8+
<version>1.11-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>python-checks</artifactId>

python-squid/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>1.10-SNAPSHOT</version>
8+
<version>1.11-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>python-squid</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>1.10-SNAPSHOT</version>
8+
<version>1.11-SNAPSHOT</version>
99
</parent>
1010

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

sslr-python-toolkit/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.python</groupId>
66
<artifactId>python</artifactId>
7-
<version>1.10-SNAPSHOT</version>
7+
<version>1.11-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>sslr-python-toolkit</artifactId>

0 commit comments

Comments
 (0)