#1338 The pmd-java8 POM bears the wrong parent module version

This commit is contained in:
Andreas Dangel
2015-04-14 19:49:09 +02:00
parent 85b6b3c0ff
commit 6435cece2b
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -13,5 +13,6 @@
**Bugfixes:**
* [#1333](https://sourceforge.net/p/pmd/bugs/1333/): Error while processing Java file with Lambda expressions
* [#1338](https://sourceforge.net/p/pmd/bugs/1338/): The pmd-java8 POM bears the wrong parent module version
**API Changes:**