Rename pmd -> pmd-core and pmd-aggregate -> pmd

This commit is contained in:
Andreas Dangel
2014-10-08 22:52:25 +02:00
parent 38dd43a16b
commit f748539c45
476 changed files with 40 additions and 40 deletions

View File

@ -6,12 +6,12 @@
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-aggregate</artifactId>
<artifactId>pmd</artifactId>
<version>5.1.4-SNAPSHOT</version>
</parent>
<properties>
<config.basedir>${basedir}/../pmd</config.basedir>
<config.basedir>${basedir}/../pmd-core</config.basedir>
</properties>
<build>
@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId>
<artifactId>pmd-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>