Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jensgerdes committed Jan 11, 2021
1 parent 1f271c6 commit 08f28df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
5 changes: 2 additions & 3 deletions integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@
~ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonarsource.pmd</groupId>
<artifactId>sonar-pmd</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>integration-test</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
~ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -30,15 +29,15 @@

<groupId>org.sonarsource.pmd</groupId>
<artifactId>sonar-pmd</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<name>SonarQube PMD Project</name>
<packaging>pom</packaging>

<scm>
<connection>scm:git:git@github.com:jensgerdes/sonar-pmd.git</connection>
<developerConnection>scm:git:git@github.com:jensgerdes/sonar-pmd.git</developerConnection>
<url>https://github.com/jensgerdes/sonar-pmd</url>
<tag>HEAD</tag>
<tag>3.3.0</tag>
</scm>
<url>https://github.com/jensgerdes/sonar-pmd</url>
<issueManagement>
Expand Down
5 changes: 2 additions & 3 deletions sonar-pmd-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.sonarsource.pmd</groupId>
<artifactId>sonar-pmd</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>sonar-pmd-plugin</artifactId>
Expand Down

0 comments on commit 08f28df

Please sign in to comment.