Skip to content

Commit d5fb30a

Browse files
committed
[maven-release-plugin] prepare release 3.7
1 parent d108b23 commit d5fb30a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

checkstyle-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.checkstyle</groupId>
77
<artifactId>checkstyle-sonar-plugin-parent</artifactId>
8-
<version>3.7-SNAPSHOT</version>
8+
<version>3.7</version>
99
</parent>
1010

1111
<name>SonarQube Checkstyle Dependency Shading</name>

checkstyle-sonar-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>com.github.checkstyle</groupId>
77
<artifactId>checkstyle-sonar-plugin-parent</artifactId>
8-
<version>3.7-SNAPSHOT</version>
8+
<version>3.7</version>
99
</parent>
1010

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

pom.xml

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

55
<groupId>com.github.checkstyle</groupId>
66
<artifactId>checkstyle-sonar-plugin-parent</artifactId>
7-
<version>3.7-SNAPSHOT</version>
7+
<version>3.7</version>
88
<packaging>pom</packaging>
99

1010
<name>Checkstyle SonarQube plugin</name>
@@ -73,7 +73,7 @@
7373
<connection>scm:git:[email protected]:checkstyle/sonar-checkstyle.git</connection>
7474
<developerConnection>scm:git:[email protected]:checkstyle/sonar-checkstyle.git</developerConnection>
7575
<url>https://github.com/checkstyle/sonar-checkstyle</url>
76-
<tag>HEAD</tag>
76+
<tag>3.7</tag>
7777
</scm>
7878
<issueManagement>
7979
<system>GitHub Issues</system>

0 commit comments

Comments
 (0)