Skip to content

Commit f2aeee3

Browse files
committed
[maven-release-plugin] prepare release 3.2.1
1 parent 781bc9e commit f2aeee3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.sonarsource.pmd</groupId>
2626
<artifactId>sonar-pmd</artifactId>
27-
<version>3.2.1-SNAPSHOT</version>
27+
<version>3.2.1</version>
2828
</parent>
2929

3030
<artifactId>integration-test</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929

3030
<groupId>org.sonarsource.pmd</groupId>
3131
<artifactId>sonar-pmd</artifactId>
32-
<version>3.2.1-SNAPSHOT</version>
32+
<version>3.2.1</version>
3333
<name>SonarQube PMD Project</name>
3434
<packaging>pom</packaging>
3535

3636
<scm>
3737
<connection>scm:git:[email protected]:jensgerdes/sonar-pmd.git</connection>
3838
<developerConnection>scm:git:[email protected]:jensgerdes/sonar-pmd.git</developerConnection>
3939
<url>https://github.com/jensgerdes/sonar-pmd</url>
40-
<tag>HEAD</tag>
40+
<tag>3.2.1</tag>
4141
</scm>
4242
<url>https://github.com/jensgerdes/sonar-pmd</url>
4343
<issueManagement>

sonar-pmd-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.sonarsource.pmd</groupId>
77
<artifactId>sonar-pmd</artifactId>
8-
<version>3.2.1-SNAPSHOT</version>
8+
<version>3.2.1</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)