Skip to content

Commit 08f28df

Browse files
committed
[maven-release-plugin] prepare release 3.3.0
1 parent 1f271c6 commit 08f28df

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

integration-test/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@
1919
~ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
-->
2121

22-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2423
<modelVersion>4.0.0</modelVersion>
2524
<parent>
2625
<groupId>org.sonarsource.pmd</groupId>
2726
<artifactId>sonar-pmd</artifactId>
28-
<version>3.3.0-SNAPSHOT</version>
27+
<version>3.3.0</version>
2928
</parent>
3029

3130
<artifactId>integration-test</artifactId>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
~ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2322
<modelVersion>4.0.0</modelVersion>
2423

2524
<parent>
@@ -30,15 +29,15 @@
3029

3130
<groupId>org.sonarsource.pmd</groupId>
3231
<artifactId>sonar-pmd</artifactId>
33-
<version>3.3.0-SNAPSHOT</version>
32+
<version>3.3.0</version>
3433
<name>SonarQube PMD Project</name>
3534
<packaging>pom</packaging>
3635

3736
<scm>
3837
<connection>scm:git:[email protected]:jensgerdes/sonar-pmd.git</connection>
3938
<developerConnection>scm:git:[email protected]:jensgerdes/sonar-pmd.git</developerConnection>
4039
<url>https://github.com/jensgerdes/sonar-pmd</url>
41-
<tag>HEAD</tag>
40+
<tag>3.3.0</tag>
4241
</scm>
4342
<url>https://github.com/jensgerdes/sonar-pmd</url>
4443
<issueManagement>

sonar-pmd-plugin/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.sonarsource.pmd</groupId>
87
<artifactId>sonar-pmd</artifactId>
9-
<version>3.3.0-SNAPSHOT</version>
8+
<version>3.3.0</version>
109
</parent>
1110

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

0 commit comments

Comments
 (0)