Skip to content

Commit f038bdf

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 03dd812 commit f038bdf

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

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

1212
<groupId>org.codehaus.sonar-plugins.python</groupId>
1313
<artifactId>python</artifactId>
14-
<version>1.0</version>
14+
<version>1.1-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<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.codehaus.sonar-plugins.python</groupId>
77
<artifactId>python</artifactId>
8-
<version>1.0</version>
8+
<version>1.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>python-checks</artifactId>

python-devkit/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.codehaus.sonar-plugins.python</groupId>
66
<artifactId>python</artifactId>
7-
<version>1.0</version>
7+
<version>1.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>python-devkit</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.codehaus.sonar-plugins.python</groupId>
77
<artifactId>python</artifactId>
8-
<version>1.0</version>
8+
<version>1.1-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.codehaus.sonar-plugins.python</groupId>
77
<artifactId>python</artifactId>
8-
<version>1.0</version>
8+
<version>1.1-SNAPSHOT</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)