Skip to content

Commit 3a8d142

Browse files
committed
[maven-release-plugin] prepare release 1.4
1 parent 417fa42 commit 3a8d142

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.codehaus.sonar-plugins.python</groupId>
1212
<artifactId>python</artifactId>
13-
<version>1.4-SNAPSHOT</version>
13+
<version>1.4</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Python</name>
@@ -55,7 +55,7 @@
5555
<connection>scm:git:[email protected]:SonarCommunity/sonar-python.git</connection>
5656
<developerConnection>scm:git:[email protected]:SonarCommunity/sonar-python.git</developerConnection>
5757
<url>https://github.com/SonarCommunity/sonar-python</url>
58-
<tag>HEAD</tag>
58+
<tag>1.4</tag>
5959
</scm>
6060
<issueManagement>
6161
<system>JIRA</system>

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

1111
<artifactId>python-squid</artifactId>

sonar-python-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
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.4-SNAPSHOT</version>
8+
<version>1.4</version>
99
</parent>
1010

1111
<artifactId>sonar-python-plugin</artifactId>
@@ -19,7 +19,7 @@
1919
<connection>scm:git:[email protected]:SonarCommunity/sonar-python.git</connection>
2020
<developerConnection>scm:git:[email protected]:SonarCommunity/sonar-python.git</developerConnection>
2121
<url>https://github.com/SonarCommunity/sonar-python</url>
22-
<tag>HEAD</tag>
22+
<tag>1.4</tag>
2323
</scm>
2424

2525
<properties>

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

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

0 commit comments

Comments
 (0)