We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9892c commit c60a475Copy full SHA for c60a475
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.ecocode</groupId>
6
<artifactId>ecocode-python-plugin</artifactId>
7
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.2</version>
8
<packaging>sonar-plugin</packaging>
9
10
<name>ecoCode - Python language</name>
@@ -27,7 +27,7 @@
27
<connection>scm:git:https://github.com/green-code-initiative/ecocode-python</connection>
28
<developerConnection>scm:git:https://github.com/green-code-initiative/ecocode-python</developerConnection>
29
<url>https://github.com/green-code-initiative/ecocode-python</url>
30
- <tag>HEAD</tag>
+ <tag>1.4.2</tag>
31
</scm>
32
<issueManagement>
33
<system>GitHub</system>
0 commit comments