1
0
forked from phoedos/pmd

[maven-release-plugin] prepare release pmd_releases/6.0.0

This commit is contained in:
Andreas Dangel
2017-12-15 16:01:14 +01:00
parent 63742b98e9
commit 9b6fe90225
29 changed files with 35 additions and 40 deletions
pmd-apex-jorje
pmd-apex
pmd-core
pmd-cpp
pmd-cs
pmd-dist
pmd-doc
pmd-fortran
pmd-go
pmd-groovy
pmd-java
pmd-java8
pmd-javascript
pmd-jsp
pmd-matlab
pmd-objectivec
pmd-perl
pmd-php
pmd-plsql
pmd-python
pmd-ruby
pmd-scala
pmd-swift
pmd-test
pmd-ui
pmd-visualforce
pmd-vm
pmd-xml
pom.xml

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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" <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">
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> <modelVersion>4.0.0</modelVersion>
<artifactId>pmd-apex-jorje</artifactId> <artifactId>pmd-apex-jorje</artifactId>
<name>PMD Apex Jorje Parser Library</name> <name>PMD Apex Jorje Parser Library</name>
@ -9,7 +8,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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" <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">
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> <modelVersion>4.0.0</modelVersion>
<artifactId>pmd-apex</artifactId> <artifactId>pmd-apex</artifactId>
<name>PMD Apex</name> <name>PMD Apex</name>
@ -8,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>
@ -45,10 +44,8 @@
<target> <target>
<echo>PMD specific tasks: cleaning generated markdown</echo> <echo>PMD specific tasks: cleaning generated markdown</echo>
<delete quiet="true"> <delete quiet="true">
<fileset dir="${basedir}/src/site/markdown/rules/" <fileset dir="${basedir}/src/site/markdown/rules/" includes="**/*.md" />
includes="**/*.md" /> <fileset dir="${basedir}/src/site/markdown/" includes="mergedruleset.xml" />
<fileset dir="${basedir}/src/site/markdown/"
includes="mergedruleset.xml" />
<fileset dir="${basedir}/src/site/" includes="site.xml" /> <fileset dir="${basedir}/src/site/" includes="site.xml" />
</delete> </delete>
</target> </target>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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" <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">
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> <modelVersion>4.0.0</modelVersion>
<artifactId>pmd-ui</artifactId> <artifactId>pmd-ui</artifactId>
<name>PMD UI Applications</name> <name>PMD UI Applications</name>
@ -8,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
</parent> </parent>
<properties> <properties>

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>6.0.0-SNAPSHOT</version> <version>6.0.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>PMD</name> <name>PMD</name>
@ -234,7 +234,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
<connection>scm:git:git://github.com/pmd/pmd.git</connection> <connection>scm:git:git://github.com/pmd/pmd.git</connection>
<developerConnection>scm:git:ssh://git@github.com/pmd/pmd.git</developerConnection> <developerConnection>scm:git:ssh://git@github.com/pmd/pmd.git</developerConnection>
<url>https://github.com/pmd/pmd</url> <url>https://github.com/pmd/pmd</url>
<tag>HEAD</tag> <tag>pmd_releases/6.0.0</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>
<snapshotRepository> <snapshotRepository>