Skip to content

Commit b078a0b

Browse files
Prepare for next development iteration (v2.6) (SonarSource#572)
* Prepare for next development iteration (v2.6) * Fix code smell about pom element ordering
1 parent a461002 commit b078a0b

10 files changed

Lines changed: 12 additions & 11 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
57
<parent>
68
<artifactId>it-python-plugin</artifactId>
79
<groupId>org.sonarsource.python</groupId>
8-
<version>2.5-SNAPSHOT</version>
10+
<version>2.6-SNAPSHOT</version>
911
</parent>
10-
<modelVersion>4.0.0</modelVersion>
1112

1213
<artifactId>it-python-plugin-test</artifactId>
1314

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>2.5-SNAPSHOT</version>
8+
<version>2.6-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>2.5-SNAPSHOT</version>
9+
<version>2.6-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>2.5-SNAPSHOT</version>
8+
<version>2.6-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>2.5-SNAPSHOT</version>
9+
<version>2.6-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>2.5-SNAPSHOT</version>
13+
<version>2.6-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>2.5-SNAPSHOT</version>
9+
<version>2.6-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>2.5-SNAPSHOT</version>
8+
<version>2.6-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>2.5-SNAPSHOT</version>
8+
<version>2.6-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>2.5-SNAPSHOT</version>
8+
<version>2.6-SNAPSHOT</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)