Skip to content

Commit

Permalink
Prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Seppli11 committed Nov 26, 2024
1 parent 1c8f65d commit 6cebff7
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion its/plugin/it-python-plugin-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>it-python-plugin</artifactId>
<groupId>org.sonarsource.python</groupId>
<version>4.24-SNAPSHOT</version>
<version>4.25-SNAPSHOT</version>
</parent>

<artifactId>it-python-plugin-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion its/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.python</groupId>
<artifactId>python-its</artifactId>
<version>4.24-SNAPSHOT</version>
<version>4.25-SNAPSHOT</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion its/plugin/python-custom-rules-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.python</groupId>
<artifactId>it-python-plugin</artifactId>
<version>4.24-SNAPSHOT</version>
<version>4.25-SNAPSHOT</version>
</parent>

<artifactId>python-custom-rules-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.python</groupId>
<artifactId>python</artifactId>
<version>4.24-SNAPSHOT</version>
<version>4.25-SNAPSHOT</version>
</parent>

<artifactId>python-its</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion its/ruling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.python</groupId>
<artifactId>python-its</artifactId>
<version>4.24-SNAPSHOT</version>
<version>4.25-SNAPSHOT</version>
</parent>

<artifactId>it-python-ruling</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.sonarsource.python</groupId>
<artifactId>python</artifactId>
<version>4.24-SNAPSHOT</version>
<version>4.25-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Python</name>
Expand Down
2 changes: 1 addition & 1 deletion python-checks-testkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>python</artifactId>
<groupId>org.sonarsource.python</groupId>
<version>4.24-SNAPSHOT</version>
<version>4.25-SNAPSHOT</version>
</parent>

<artifactId>python-checks-testkit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion python-checks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.python</groupId>
<artifactId>python</artifactId>
<version>4.24-SNAPSHOT</version>
<version>4.25-SNAPSHOT</version>
</parent>

<artifactId>python-checks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion python-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.python</groupId>
<artifactId>python</artifactId>
<version>4.24-SNAPSHOT</version>
<version>4.25-SNAPSHOT</version>
</parent>

<artifactId>python-frontend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonar-python-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.python</groupId>
<artifactId>python</artifactId>
<version>4.24-SNAPSHOT</version>
<version>4.25-SNAPSHOT</version>
</parent>

<artifactId>sonar-python-plugin</artifactId>
Expand Down

0 comments on commit 6cebff7

Please sign in to comment.