We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5780002 commit 0e45a62Copy full SHA for 0e45a62
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.github.checkstyle</groupId>
6
<artifactId>checkstyle-sonar-plugin</artifactId>
7
- <version>4.27-SNAPSHOT</version>
+ <version>4.27</version>
8
<packaging>sonar-plugin</packaging>
9
10
<name>Checkstyle SonarQube Plugin</name>
@@ -78,7 +78,7 @@
78
<connection>scm:git:[email protected]:checkstyle/sonar-checkstyle.git</connection>
79
<developerConnection>scm:git:[email protected]:checkstyle/sonar-checkstyle.git</developerConnection>
80
<url>https://github.com/checkstyle/sonar-checkstyle</url>
81
- <tag>HEAD</tag>
+ <tag>4.27</tag>
82
</scm>
83
<issueManagement>
84
<system>GitHub Issues</system>
0 commit comments